Home
last modified time | relevance | path

Searched refs:script_source (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h50 : user_source(), script_source(), in CommandData()
54 : user_source(user_source), script_source(), interpreter(interp), in CommandData()
68 std::string script_source; member
H A DWatchpointOptions.h204 CommandData() : user_source(), script_source(), stop_on_error(true) {} in CommandData()
209 std::string script_source; member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp482 data_ap->script_source) in IOHandlerInputComplete()
505 data_ap->script_source)) { in IOHandlerInputComplete()
1288 cmd_data_up->script_source); in SetBreakpointCommandCallback()
1311 data_ap->script_source); in SetBreakpointCommandCallback()
1333 data_ap->script_source.assign(oneliner); in SetWatchpointCommandCallback()
1336 data_ap->script_source)) { in SetWatchpointCommandCallback()
2246 const char *python_function_name = bp_option_data->script_source.c_str(); in BreakpointCallbackFunction()
2297 const char *python_function_name = wp_option_data->script_source.c_str(); in WatchpointCallbackFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp261 data_ap->script_source.assign(oneliner); in SetWatchpointCommandCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp35 if (num_strings == 0 && script_source.empty()) { in SerializeToStructuredData()