Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."

This temporarily reverts commit b65966cff6
while Jim figures out why the test is failing on the bots.
This commit is contained in:
Jonas Devlieghere
2020-09-28 09:04:32 -07:00
parent 5dbf80cad9
commit f775fe5964
19 changed files with 130 additions and 907 deletions

View File

@@ -105,14 +105,6 @@ public:
lldb::SearchDepth ScriptedBreakpointResolverSearchDepth(
StructuredData::GenericSP implementor_sp) override;
StructuredData::GenericSP
CreateScriptedStopHook(lldb::TargetSP target_sp, const char *class_name,
StructuredDataImpl *args_data, Status &error) override;
bool ScriptedStopHookHandleStop(StructuredData::GenericSP implementor_sp,
ExecutionContext &exc_ctx,
lldb::StreamSP stream_sp) override;
StructuredData::GenericSP
CreateFrameRecognizer(const char *class_name) override;