[Lldb-commits] [lldb] [lldb] Add nullptr check in GetBroadcaster (PR #201769)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 5 10:57:11 PDT 2026
https://github.com/jimingham commented:
lldb/test/API/python_api/default-constructor/sb_debugger.py
calls a lot of the functions in the SBDebugger set on a default constructed SBDebugger, but not GetBroadcaster.
You should be able to just add the call there.
https://github.com/llvm/llvm-project/pull/201769
More information about the lldb-commits
mailing list