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
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to