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

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 10 03:45:15 PDT 2026


================
@@ -1506,6 +1523,21 @@ class Process : public std::enable_shared_from_this<Process>,
   ///     File path to the core file.
   virtual FileSpec GetCoreFile() const { return {}; }
 
+  /// Provide arguments of a command that triggers a core dump
----------------
DavidSpickett wrote:

"triggers" -> "triggered". Past tense because the creation of the core file has already happened.

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


More information about the lldb-commits mailing list