Home
last modified time | relevance | path

Searched refs:CommandDataPython (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h31 class CommandDataPython : public BreakpointOptions::CommandData {
33 CommandDataPython() : BreakpointOptions::CommandData() { in CommandDataPython() function
36 CommandDataPython(StructuredData::ObjectSP extra_args_sp) in CommandDataPython() function
H A DScriptInterpreterPython.cpp518 auto data_up = std::make_unique<CommandDataPython>(); in IOHandlerInputComplete()
1226 auto data_up = std::make_unique<CommandDataPython>(extra_args_sp); in SetBreakpointCommandCallback()
2081 CommandDataPython *bp_option_data = (CommandDataPython *)baton; in BreakpointCallbackFunction()