Searched refs:script_source (Results 1 – 5 of 5) sorted by relevance
50 : user_source(), script_source(), in CommandData()54 : user_source(user_source), script_source(), interpreter(interp), in CommandData()68 std::string script_source; member
204 CommandData() : user_source(), script_source(), stop_on_error(true) {} in CommandData()209 std::string script_source; member
482 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()
261 data_ap->script_source.assign(oneliner); in SetWatchpointCommandCallback()
35 if (num_strings == 0 && script_source.empty()) { in SerializeToStructuredData()