[lldb] [llvm] [LLDB] Extract process arguments from core dump for Linux (PR #185338)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 02:19:37 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.
+||||||| cd0b558c195b
----------------
DavidSpickett wrote:
Conflict marker needs removing.
https://github.com/llvm/llvm-project/pull/185338
More information about the llvm-commits
mailing list