Open JonathanWoollett-Light opened 4 weeks ago
If I remember correctly, I didn't add that yet ... a PR would be welcome! There's a whole bunch of similar functions though, so we only need to add the ones that are actually necessary (not older API).
In my program, I added BreakPoint by finding symbol with SBTarget::find_symbols
and then I created breakpoint with SBTarget::breakpoint_create_by_sbaddress
.
In
lldb-sys
this can be done with:so I would assume
SBTargetBreakpointCreateByLocation
would be a function onlldb::SBTarget
but I can't see any.