JDevlieghere wrote: > Yeah this should work for core files. > > ``` > (lldb) target create > "lldb/test/API/functionalities/postmortem/elf-core/linux-riscv64.gpr_only.out" > --core > "ldb/test/API/functionalities/postmortem/elf-core/linux-riscv64.gpr_only.core" > > Core file > 'lldb/test/API/functionalities/postmortem/elf-core/linux-riscv64.gpr_only.core' > (riscv64) was loaded. > > (lldb) re re x8 > fp = 0x00fffffff4d5fcf0 > > (lldb) re re x21 > s5 = 0x00fffffffccd8d28 > ```
If it doesn't exist already, we should definitely have a test to cover the core-file case. https://github.com/llvm/llvm-project/pull/124475 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits