aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2023-03-06 13:17:43 -0800
committerMed Ismail Bennani <medismail.bennani@gmail.com>2023-03-06 13:17:43 -0800
commit20dbb29a1a94c60b556f8880ab841b150e83ab25 (patch)
treea51e3f55ca4408385bec8486808680dc705d06bf /lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
parent480eb744982f2cecd9aa75ef32910fe023d8d4dc (diff)
downloadllvm-20dbb29a1a94c60b556f8880ab841b150e83ab25.zip
llvm-20dbb29a1a94c60b556f8880ab841b150e83ab25.tar.gz
llvm-20dbb29a1a94c60b556f8880ab841b150e83ab25.tar.bz2
Revert "[lldb] Move ScriptedProcess private state update to implementation"
This reverts commit 3c33d72e7fa83beb8a9b39fb3b8ecf4ee00c697d.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
index d1fedfe..b7b12b9 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h
@@ -37,6 +37,10 @@ public:
Status Resume() override;
+ bool ShouldStop() override;
+
+ Status Stop() override;
+
std::optional<MemoryRegionInfo>
GetMemoryRegionContainingAddress(lldb::addr_t address,
Status &error) override;