[Lldb-commits] [PATCH] D152866: [lldb] Print lldbassert to debugger diagnostics

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 13 16:18:20 PDT 2023


bulbazord added a comment.

I like this idea quite a bit! I assume that when somebody hits a bug, they can give us their diagnostics file and we will hopefully see the assertion somewhere (if there was one)?



================
Comment at: lldb/source/Target/Target.cpp:115
 
+  lldbassert(false && "foo");
   CheckInWithManager();
----------------
.


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

https://reviews.llvm.org/D152866



More information about the lldb-commits mailing list