|
LLDB mainline
|
Describes which hook callback methods the Python class implements. More...
#include <ScriptedHookInterface.h>
Public Member Functions | |
| bool | any () const |
Public Attributes | |
| bool | handle_module_loaded = false |
| bool | handle_module_unloaded = false |
| bool | handle_stop = false |
Describes which hook callback methods the Python class implements.
Definition at line 20 of file ScriptedHookInterface.h.
|
inline |
Definition at line 25 of file ScriptedHookInterface.h.
References handle_module_loaded, handle_module_unloaded, and handle_stop.
| bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_module_loaded = false |
Definition at line 21 of file ScriptedHookInterface.h.
Referenced by any(), and lldb_private::ScriptedHookPythonInterface::GetSupportedMethods().
| bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_module_unloaded = false |
Definition at line 22 of file ScriptedHookInterface.h.
Referenced by any(), and lldb_private::ScriptedHookPythonInterface::GetSupportedMethods().
| bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_stop = false |
Definition at line 23 of file ScriptedHookInterface.h.
Referenced by any(), and lldb_private::ScriptedHookPythonInterface::GetSupportedMethods().