1#import <Foundation/Foundation.h>
2
3#import "TestExt.h"
4#import "Foo.h"
5
6@implementation Test (Stuff)
7- (void)doSomethingElse: (CMTimeRange *)range_ptr {
8 NSLog(@"doSomethingElse: %p", range_ptr); // break here
9}
10@end
11

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/objc/conflicting-definition/TestExt/TestExt.m