[Lldb-commits] [lldb] [llvm] [LLDB] Extract process arguments from core dump for Linux (PR #185338)

Jasmine Tang via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 29 13:00:46 PDT 2026


================
@@ -295,6 +295,9 @@ Changes to LLDB
   If you are using such a system and cannot change LLDB version, or want to package
   an affected version in a way that is compatible with these systems, the issue
   contains details of backports that could be done to fix the affected versions.
+* When an ELF core file is loaded, LLDB now shows the command line that created the core file.
+  If you need to see it again, use the command process status -v.
----------------
badumbatish wrote:

thanks

https://github.com/llvm/llvm-project/pull/185338


More information about the lldb-commits mailing list