Searched refs:SetCommandName (Results 1 – 8 of 8) sorted by relevance
1166 list_command_object->SetCommandName("watchpoint list"); in CommandObjectMultiwordWatchpoint()1167 enable_command_object->SetCommandName("watchpoint enable"); in CommandObjectMultiwordWatchpoint()1168 disable_command_object->SetCommandName("watchpoint disable"); in CommandObjectMultiwordWatchpoint()1169 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()1170 ignore_command_object->SetCommandName("watchpoint ignore"); in CommandObjectMultiwordWatchpoint()1171 command_command_object->SetCommandName("watchpoint command"); in CommandObjectMultiwordWatchpoint()1172 modify_command_object->SetCommandName("watchpoint modify"); in CommandObjectMultiwordWatchpoint()1173 set_command_object->SetCommandName("watchpoint set"); in CommandObjectMultiwordWatchpoint()
581 add_command_object->SetCommandName("watchpoint command add"); in CommandObjectWatchpointCommand()582 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()583 list_command_object->SetCommandName("watchpoint command list"); in CommandObjectWatchpointCommand()
645 add_command_object->SetCommandName("breakpoint command add"); in CommandObjectBreakpointCommand()646 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()647 list_command_object->SetCommandName("breakpoint command list"); in CommandObjectBreakpointCommand()
310 read_command_object->SetCommandName("memory tag read"); in CommandObjectMemoryTag() 315 write_command_object->SetCommandName("memory tag write"); in CommandObjectMemoryTag()
2384 list_command_object->SetCommandName("breakpoint list"); in CommandObjectMultiwordBreakpoint()2385 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()2386 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()2387 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()2388 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()2389 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()2390 command_command_object->SetCommandName("breakpoint command"); in CommandObjectMultiwordBreakpoint()2391 modify_command_object->SetCommandName("breakpoint modify"); in CommandObjectMultiwordBreakpoint()2392 name_command_object->SetCommandName("breakpoint name"); in CommandObjectMultiwordBreakpoint()2393 write_command_object->SetCommandName("breakpoint write"); in CommandObjectMultiwordBreakpoint()[all …]
792 SetCommandName(s.GetData()); in CommandObjectTypeFormatterDelete()2712 SetCommandName(name.GetString()); in CommandObjectFormatterInfo()
248 void SetCommandName(llvm::StringRef name);
84 void CommandObject::SetCommandName(llvm::StringRef name) { in SetCommandName() function in CommandObject