Searched refs:SetCommandName (Results 1 – 8 of 8) sorted by relevance
1196 list_command_object->SetCommandName("watchpoint list"); in CommandObjectMultiwordWatchpoint()1197 enable_command_object->SetCommandName("watchpoint enable"); in CommandObjectMultiwordWatchpoint()1198 disable_command_object->SetCommandName("watchpoint disable"); in CommandObjectMultiwordWatchpoint()1199 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()1200 ignore_command_object->SetCommandName("watchpoint ignore"); in CommandObjectMultiwordWatchpoint()1201 command_command_object->SetCommandName("watchpoint command"); in CommandObjectMultiwordWatchpoint()1202 modify_command_object->SetCommandName("watchpoint modify"); in CommandObjectMultiwordWatchpoint()1203 set_command_object->SetCommandName("watchpoint set"); in CommandObjectMultiwordWatchpoint()
651 add_command_object->SetCommandName("watchpoint command add"); in CommandObjectWatchpointCommand()652 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()653 list_command_object->SetCommandName("watchpoint command list"); in CommandObjectWatchpointCommand()
291 read_command_object->SetCommandName("memory tag read"); in CommandObjectMemoryTag()296 write_command_object->SetCommandName("memory tag write"); in CommandObjectMemoryTag()
716 add_command_object->SetCommandName("breakpoint command add"); in CommandObjectBreakpointCommand()717 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()718 list_command_object->SetCommandName("breakpoint command list"); in CommandObjectBreakpointCommand()
2363 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()2364 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()2365 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()2366 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()2367 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()2368 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()2369 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()2370 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()2371 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()2372 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()[all …]
2858 SetCommandName(name.GetString()); in CommandObjectFormatterInfo()
223 void SetCommandName(llvm::StringRef name);
82 void CommandObject::SetCommandName(llvm::StringRef name) { in SetCommandName() function in CommandObject