Searched refs:command_list (Results 1 – 6 of 6) sorted by relevance
296 StringList command_list; in GetCommandLineCommands() local298 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()300 commands.AppendList(command_list); in GetCommandLineCommands()
501 StringList command_list; in GetCommandLineCommands() local503 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()505 commands.AppendList(command_list); in GetCommandLineCommands()
519 StringList command_list; in GetCommandLineCommands() local521 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()523 commands.AppendList(command_list); in GetCommandLineCommands()
145 SLIST_HEAD(command_list, ips_command) free_cmd_list;
200 bool GetCommandLineCallbacks(StringList &command_list);
466 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument476 command_list = data->user_source; in GetCommandLineCallbacks()