Add the ability to write target stop-hooks using the ScriptInterpreter.
Differential Revision: https://reviews.llvm.org/D88123
This commit is contained in:
@@ -105,6 +105,14 @@ 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user