Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h169 std::string script_source; member
H A DBreakpointOptions.h62 std::string script_source; member
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp521 data_up->script_source, in IOHandlerInputComplete()
546 data_up->script_source, in IOHandlerInputComplete()
1197 cmd_data_up->script_source, in SetBreakpointCommandCallbackFunction()
1225 // auto-generated function, and return the function name in script_source. in SetBreakpointCommandCallback()
1230 data_up->user_source, data_up->script_source, uses_extra_args, in SetBreakpointCommandCallback()
1247 // It's necessary to set both user_source and script_source to the oneliner. in SetBreakpointCommandCallback()
1253 data_up->script_source.assign(user_input); in SetBreakpointCommandCallback()
1256 data_up->user_source, data_up->script_source, is_callback)) { in SetBreakpointCommandCallback()
1871 const char *python_function_name = bp_option_data->script_source.c_str(); in GetScriptedSummary()
1936 const char *python_function_name = wp_option_data->script_source in BreakpointCallbackFunction()
[all...]
/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp216 // It's necessary to set both user_source and script_source to the in SetWatchpointCommandCallback()
221 data_up->script_source.assign(oneliner); in SetWatchpointCommandCallback()
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp34 if (num_strings == 0 && script_source.empty()) { in SerializeToStructuredData()