[lldb-dev] unresolved breakpoint
Andrey Zaytsev
andrey.zaytsev at jetbrains.com
Tue Nov 27 02:33:59 PST 2012
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20121127/69d02b9f/attachment.html>
More information about the lldb-dev
mailing list