[Lldb-commits] [lldb] [lldb][AIX] Added XCOFF ParseSymtab handling (PR #141577)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 13 02:46:04 PDT 2025
================
@@ -29,6 +29,16 @@
# CHECK-NEXT: Type: dwarf-abbrev
# CHECK-NEXT: Permissions: r--
+
+# RUN: %lldb %t -o "image dump symtab" -o exit | FileCheck %s --check-prefix=CHECK-SYMBOL
+# CHECK-SYMBOL:Index UserID DSX Type File Address/Value Load Address Size Flags Name
+#[ 0] 4294967295 Invalid 0xffffffffffffffff 0x0000000000000000 0x00000000 errno
----------------
labath wrote:
Missing CHECK?
https://github.com/llvm/llvm-project/pull/141577
More information about the lldb-commits
mailing list