Hi!
I jave ios-app project with static library linked. Breakpoint set in this 
library is unresolved when debugging on iphone5.

(lldb) breakpoint list
Current breakpoints:
1: file ='GWAppDelegate.m', line = 94, locations = 2, resolved = 1
  1.1: where = NBrod`-[GWAppDelegate handleRefreshError:forceRefresh:] + 32 at 
GWAppDelegate.m:94, address = NBrod[0x00002840], unresolved, hit count = 0 
  1.2: where = NBrod`-[GWAppDelegate handleRefreshError:forceRefresh:] + 32 at 
GWAppDelegate.m:94, address = 0x000d6858, resolved, hit count = 1 

2: file ='RESTService.m', line = 22, locations = 1
  2.1: where = NBrod`-[RESTService initWithBaseUrl:mapper:] + 24 at 
RESTService.m:22, address = NBrod[0x000313c0], unresolved, hit count = 0   // 
this one

3: name = '__cxa_throw', locations = 1, resolved = 1
  3.1: where = libc++abi.dylib`__cxa_throw, address = 0x324a5524, resolved, hit 
count = 0 

I see that lldb have found some location for this breakpoint but it's marked as 
unresolved and debugger doesn't stop there.
Some ideas?
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to