[Lldb-commits] [lldb] [lldb/Interpreter] Introduce `ScriptedStopHook{, Python}Interface` & make use of it (PR #105449)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 20 03:10:27 PDT 2024
DavidSpickett wrote:
I've reverted this (https://github.com/llvm/llvm-project/commit/801046e3303eed43bffebb84e9e505cc19cad5c0) because it broke a stop hook test:
https://lab.llvm.org/buildbot/#/builders/162/builds/6735
It seems to add the stop hook but there's no output when it should have been called.
https://github.com/llvm/llvm-project/pull/105449
More information about the lldb-commits
mailing list