================ @@ -67,6 +67,10 @@ class RegisterContextUnwind : public lldb_private::RegisterContext { bool ReadPC(lldb::addr_t &start_pc); +#ifdef __AIX__ + bool ReadLR(lldb::addr_t &lr); +#endif + ---------------- DavidSpickett wrote:
It's likely we'd ask you to make this a method on all platforms that is only called on, or implemented for, AIX. https://github.com/llvm/llvm-project/pull/102601 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits