<div dir="ltr">Hi,<div><br></div><div>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:</div><div><br></div><div>[J]com.robovm.debug.server.apps.SleepLoop.startingUp()V<br></div><div><br></div><div>for which SBTarget::BreakpointCreateByName fails to resolve locations.</div><div><br></div><div>This happens with the latest trunk version of LLDB, it worked with a snapshot from the 29th of September.</div><div><br></div><div>We currently work around this issue by using SBTarget::BreakpointCreateByRegex.</div><div><br></div><div>Thanks,</div><div>Mario</div></div>