[Lldb-commits] [PATCH] D105038: [lldb/Interpreter] Fix session-save-on-quit when using ^D

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 28 10:17:29 PDT 2021


JDevlieghere added inline comments.


================
Comment at: lldb/source/Interpreter/CommandInterpreter.cpp:2977
 
+  result.SetStatus(eReturnStatusSuccessContinuingResult);
   result.AppendMessageWithFormat("Session's transcripts saved to %s\n",
----------------
Why `eReturnStatusSuccessContinuingResult` and not `eReturnStatusSuccessFinishNoResult`? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105038/new/

https://reviews.llvm.org/D105038



More information about the lldb-commits mailing list