[Lldb-commits] [lldb] Fix handling of auto_continue for stop hooks (PR #129622)
Julian Lettner via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 13 15:48:09 PDT 2025
================
@@ -3109,7 +3104,10 @@ bool Target::RunStopHooks() {
auto result = cur_hook_sp->HandleStop(exc_ctx, output_sp);
switch (result) {
case StopHook::StopHookResult::KeepStopped:
----------------
yln wrote:
Should the "auto continue" override only apply to `KeepStopped` or all potential `HandleStop() -> StopHookResult` return values, or a specific set?
@jimingham
https://github.com/llvm/llvm-project/pull/129622
More information about the lldb-commits
mailing list