[Lldb-commits] [lldb] [lldb][AIX] Support for XCOFF Sections (PR #131304)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 3 06:00:15 PDT 2025
================
@@ -7,6 +7,9 @@
# CHECK: Stripped: false
# CHECK: Type: executable
# CHECK: Strata: unknown
+# CHECK: Name: .text
+# CHECK-NEXT: code
+# CHECK-NEXT: r-x
----------------
labath wrote:
The test is pretty weak. It should be very simple to add one of each kind of sections that you're handling (data, bss, debug info), right? And to (at least) check that the section size and virtual address are correct?
https://github.com/llvm/llvm-project/pull/131304
More information about the lldb-commits
mailing list