[lldb-dev] Bug in SBTarget::BreakpointCreateByName
Mario Zechner
badlogicgames at gmail.com
Wed Nov 5 01:06:37 PST 2014
Hi,
we are using SBTarget::BreakpointCreateByName so set breakpoint on symbol
names. This works as long as no special characters are in the symbol name.
Our name mangling can produce symbols like:
[J]com.robovm.debug.server.apps.SleepLoop.startingUp()V
for which SBTarget::BreakpointCreateByName fails to resolve locations.
This happens with the latest trunk version of LLDB, it worked with a
snapshot from the 29th of September.
We currently work around this issue by using
SBTarget::BreakpointCreateByRegex.
Thanks,
Mario
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141105/d01975d8/attachment.html>
More information about the lldb-dev
mailing list