This revision was not accepted when it landed; it landed in state "Needs Revision". This revision was automatically updated to reflect the committed changes. Closed by commit rG04488c485a88: Don't fail step out if remote server doesn't implement qMemoryRegionInfo (authored by ted).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D72513/new/ https://reviews.llvm.org/D72513 Files: lldb/source/Target/ThreadPlanStepOut.cpp Index: lldb/source/Target/ThreadPlanStepOut.cpp =================================================================== --- lldb/source/Target/ThreadPlanStepOut.cpp +++ lldb/source/Target/ThreadPlanStepOut.cpp @@ -135,7 +135,6 @@ m_return_addr); LLDB_LOGF(log, "ThreadPlanStepOut(%p): %s", static_cast<void *>(this), m_constructor_errors.GetData()); - return; } else if (!(permissions & ePermissionsExecutable)) { m_constructor_errors.Printf("Return address (0x%" PRIx64 ") did not point to executable memory.",
Index: lldb/source/Target/ThreadPlanStepOut.cpp =================================================================== --- lldb/source/Target/ThreadPlanStepOut.cpp +++ lldb/source/Target/ThreadPlanStepOut.cpp @@ -135,7 +135,6 @@ m_return_addr); LLDB_LOGF(log, "ThreadPlanStepOut(%p): %s", static_cast<void *>(this), m_constructor_errors.GetData()); - return; } else if (!(permissions & ePermissionsExecutable)) { m_constructor_errors.Printf("Return address (0x%" PRIx64 ") did not point to executable memory.",
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits