Searched refs:script_source (Results 1 – 5 of 5) sorted by relevance
169 std::string script_source; member
62 std::string script_source; member
541 data_up->script_source, in IOHandlerInputComplete() 566 data_up->script_source, in IOHandlerInputComplete() 1219 cmd_data_up->script_source, in SetBreakpointCommandCallback() 1247 // auto-generated function, and return the function name in script_source. in SetBreakpointCommandCallback() 1252 data_up->user_source, data_up->script_source, uses_extra_args, in SetBreakpointCommandCallback() 1270 // It's necessary to set both user_source and script_source to the oneliner. in SetWatchpointCommandCallback() 1276 data_up->script_source.assign(user_input); in SetWatchpointCommandCallback() 1279 data_up->user_source, data_up->script_source, is_callback)) { in SetWatchpointCommandCallback() 1910 const char *python_function_name = bp_option_data->script_source.c_str(); in GenerateBreakpointCommandCallbackData() 1975 const char *python_function_name = wp_option_data->script_source in GetScriptedSummary() [all...]
216 // It's necessary to set both user_source and script_source to the in CollectDataForWatchpointCommandCallback() 221 data_up->script_source.assign(oneliner);
34 if (num_strings == 0 && script_source.empty()) { in SerializeToStructuredData()