Searched refs:command_list (Results 1 – 6 of 6) sorted by relevance
237 StringList command_list; in GetCommandLineCommands() local239 loc_sp->GetLocationOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()241 commands.AppendList(command_list); in GetCommandLineCommands()
491 StringList command_list; in GetCommandLineCommands() local493 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()495 commands.AppendList(command_list); in GetCommandLineCommands()
458 StringList command_list; in GetCommandLineCommands() local460 bkpt_sp->GetOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()462 commands.AppendList(command_list); in GetCommandLineCommands()
145 SLIST_HEAD(command_list, ips_command) free_cmd_list;
213 bool GetCommandLineCallbacks(StringList &command_list);
486 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument496 command_list = data->user_source; in GetCommandLineCallbacks()