[Lldb-commits] [lldb] Add SBDebugger:: AddNotificationCallback API (PR #111206)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 8 15:09:33 PDT 2024
jimingham wrote:
I couldn't see what the `original_callback` argument and ivar are for? They just seem to get copied around but not used?
We should also add a command way to add these, but it doesn't make sense to do that for the debugger created and destroyed ones because the command interpreter really lives inside of one debugger. So I don't think you need to do that in this patch.
https://github.com/llvm/llvm-project/pull/111206
More information about the lldb-commits
mailing list