Searched refs:SetCommandName (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1173 list_command_object->SetCommandName("watchpoint list");
1174 enable_command_object->SetCommandName("watchpoint enable");
1175 disable_command_object->SetCommandName("watchpoint disable");
1176 delete_command_object->SetCommandName("watchpoint delete");
1177 ignore_command_object->SetCommandName("watchpoint ignore");
1178 command_command_object->SetCommandName("watchpoint command");
1179 modify_command_object->SetCommandName("watchpoint modify");
1180 set_command_object->SetCommandName("watchpoint set");
H A DCommandObjectWatchpointCommand.cpp662 add_command_object->SetCommandName("watchpoint command add");
663 delete_command_object->SetCommandName("watchpoint command delete");
664 list_command_object->SetCommandName("watchpoint command list");
H A DCommandObjectBreakpointCommand.cpp723 add_command_object->SetCommandName("breakpoint command add");
724 delete_command_object->SetCommandName("breakpoint command delete");
725 list_command_object->SetCommandName("breakpoint command list");
H A DCommandObjectBreakpoint.cpp2218 list_command_object->SetCommandName("breakpoint list");
2219 enable_command_object->SetCommandName("breakpoint enable");
2220 disable_command_object->SetCommandName("breakpoint disable");
2221 clear_command_object->SetCommandName("breakpoint clear");
2222 delete_command_object->SetCommandName("breakpoint delete");
2223 set_command_object->SetCommandName("breakpoint set");
2224 command_command_object->SetCommandName("breakpoint command");
2225 modify_command_object->SetCommandName("breakpoint modify");
2226 name_command_object->SetCommandName("breakpoint name");
2227 write_command_object->SetCommandName("breakpoin
[all...]
H A DCommandObjectType.cpp2826 SetCommandName(name.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h222 void SetCommandName(llvm::StringRef name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp83 void CommandObject::SetCommandName(llvm::StringRef name) { m_cmd_name = name; } function in class:CommandObject

Completed in 110 milliseconds