================
@@ -639,9 +639,10 @@ class LLDB_API SBTarget {
lldb::SBError &error);
/// Adds a breakpoint override implemented by class_name. Returns the ID
- /// of the new override or LLDB_INVALID_INDEX64 on error.
+ /// of the new override or LLDB_INVALID_INDEX64 on error. The type_mask
+ /// is composed of elements from the lldb::BreakpointResolverType enum.
uint64_t AddBreakpointOverride(const char *class_name,
----------------
jimingham wrote:
Thanks. I actually prefer having just this interface, because the case it
supports: "stop for every kind of breakpoint and ask me if I want to override
it" shouldn't be the easiest way to register one of these things. You really
should have to think about which breakpoint types you are able to override.
https://github.com/llvm/llvm-project/pull/198845
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits