[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:03 PDT 2025


================
@@ -29,6 +29,15 @@
 # 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
----------------
labath wrote:

Nit: could you make it so that the headers line up with the columns they are representing. FileCheck ignores spaces in the CHECK lines so we can format so that it makes the most sense.

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


More information about the lldb-commits mailing list