Searched refs:command_list (Results 1 – 5 of 5) sorted by relevance
297 StringList command_list; in GetCommandLineCommands() local299 loc_sp->GetLocationOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()301 commands.AppendList(command_list); in GetCommandLineCommands()
484 StringList command_list; in GetCommandLineCommands() local486 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()488 commands.AppendList(command_list); in GetCommandLineCommands()
505 StringList command_list; in GetCommandLineCommands() local507 bkpt_sp->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()509 commands.AppendList(command_list); in GetCommandLineCommands()
199 bool GetCommandLineCallbacks(StringList &command_list);
456 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument466 command_list = data->user_source; in GetCommandLineCallbacks()