================
@@ -1722,6 +1742,8 @@ ThreadSP ProcessGDBRemote::SetThreadStopInfo(
} else {
bool handled = false;
bool did_exec = false;
+ if (reason == "none")
----------------
jimingham wrote:
This definitely needs a comment, or maybe somewhere else saying that none ==
empty, so we always convert none to empty.
https://github.com/llvm/llvm-project/pull/82709
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits