================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to