From 20dbb29a1a94c60b556f8880ab841b150e83ab25 Mon Sep 17 00:00:00 2001 From: Med Ismail Bennani Date: Mon, 6 Mar 2023 13:17:43 -0800 Subject: Revert "[lldb] Move ScriptedProcess private state update to implementation" This reverts commit 3c33d72e7fa83beb8a9b39fb3b8ecf4ee00c697d. --- .../Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h') 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 GetMemoryRegionContainingAddress(lldb::addr_t address, Status &error) override; -- cgit v1.1