LLDB mainline
lldb_private::ScriptedHookInterface::SupportedHookMethods Struct Reference

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

Detailed Description

Describes which hook callback methods the Python class implements.

Definition at line 20 of file ScriptedHookInterface.h.

Member Function Documentation

◆ any()

bool lldb_private::ScriptedHookInterface::SupportedHookMethods::any ( ) const
inline

Definition at line 25 of file ScriptedHookInterface.h.

References handle_module_loaded, handle_module_unloaded, and handle_stop.

Member Data Documentation

◆ handle_module_loaded

bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_module_loaded = false

◆ handle_module_unloaded

bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_module_unloaded = false

◆ handle_stop

bool lldb_private::ScriptedHookInterface::SupportedHookMethods::handle_stop = false

The documentation for this struct was generated from the following file: