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

Jasmine Tang via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 13 14:57:11 PDT 2026


================
@@ -58,6 +58,20 @@ def test_x86_64(self):
         """Test that lldb can read the process information from an x86_64 linux core file."""
         self.do_test("linux-x86_64", self._x86_64_pid, self._x86_64_regions, "a.out")
 
+    @skipIfLLVMTargetMissing("X86")
+    def test_x86_64_core_generated(self):
----------------
badumbatish wrote:

changed to core_args_truncated

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


More information about the lldb-commits mailing list