Searched refs:SetCommandName (Results 1 – 8 of 8) sorted by relevance
1191 list_command_object->SetCommandName("watchpoint list"); in CommandObjectMultiwordWatchpoint()1192 enable_command_object->SetCommandName("watchpoint enable"); in CommandObjectMultiwordWatchpoint()1193 disable_command_object->SetCommandName("watchpoint disable"); in CommandObjectMultiwordWatchpoint()1194 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()1195 ignore_command_object->SetCommandName("watchpoint ignore"); in CommandObjectMultiwordWatchpoint()1196 command_command_object->SetCommandName("watchpoint command"); in CommandObjectMultiwordWatchpoint()1197 modify_command_object->SetCommandName("watchpoint modify"); in CommandObjectMultiwordWatchpoint()1198 set_command_object->SetCommandName("watchpoint set"); in CommandObjectMultiwordWatchpoint()
621 add_command_object->SetCommandName("watchpoint command add"); in CommandObjectWatchpointCommand()622 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()623 list_command_object->SetCommandName("watchpoint command list"); in CommandObjectWatchpointCommand()
312 read_command_object->SetCommandName("memory tag read"); in CommandObjectMemoryTag()317 write_command_object->SetCommandName("memory tag write"); in CommandObjectMemoryTag()
686 add_command_object->SetCommandName("breakpoint command add"); in CommandObjectBreakpointCommand()687 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()688 list_command_object->SetCommandName("breakpoint command list"); in CommandObjectBreakpointCommand()
2454 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()2455 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()2456 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()2457 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()2458 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()2459 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()2460 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()2461 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()2462 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()2463 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()[all …]
2825 SetCommandName(name.GetString()); in CommandObjectFormatterInfo()
231 void SetCommandName(llvm::StringRef name);
84 void CommandObject::SetCommandName(llvm::StringRef name) { in SetCommandName() function in CommandObject