You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.The text was updated successfully, but these errors were encountered: