Home
last modified time | relevance | path

Searched refs:SetCommandName (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1372 list_command_object->SetCommandName ("watchpoint list"); in CommandObjectMultiwordWatchpoint()
1373 enable_command_object->SetCommandName("watchpoint enable"); in CommandObjectMultiwordWatchpoint()
1374 disable_command_object->SetCommandName("watchpoint disable"); in CommandObjectMultiwordWatchpoint()
1375 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1376 ignore_command_object->SetCommandName("watchpoint ignore"); in CommandObjectMultiwordWatchpoint()
1377 command_command_object->SetCommandName ("watchpoint command"); in CommandObjectMultiwordWatchpoint()
1378 modify_command_object->SetCommandName("watchpoint modify"); in CommandObjectMultiwordWatchpoint()
1379 set_command_object->SetCommandName("watchpoint set"); in CommandObjectMultiwordWatchpoint()
DCommandObjectBreakpoint.cpp1770 list_command_object->SetCommandName ("breakpoint list"); in CommandObjectMultiwordBreakpoint()
1771 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()
1772 disable_command_object->SetCommandName("breakpoint disable"); in CommandObjectMultiwordBreakpoint()
1773 clear_command_object->SetCommandName("breakpoint clear"); in CommandObjectMultiwordBreakpoint()
1774 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
1775 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
1776 command_command_object->SetCommandName ("breakpoint command"); in CommandObjectMultiwordBreakpoint()
1777 modify_command_object->SetCommandName ("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
DCommandObjectWatchpointCommand.cpp755 add_command_object->SetCommandName ("watchpoint command add"); in CommandObjectWatchpointCommand()
756 delete_command_object->SetCommandName ("watchpoint command delete"); in CommandObjectWatchpointCommand()
757 list_command_object->SetCommandName ("watchpoint command list"); in CommandObjectWatchpointCommand()
DCommandObjectBreakpointCommand.cpp824 add_command_object->SetCommandName ("breakpoint command add"); in CommandObjectBreakpointCommand()
825 delete_command_object->SetCommandName ("breakpoint command delete"); in CommandObjectBreakpointCommand()
826 list_command_object->SetCommandName ("breakpoint command list"); in CommandObjectBreakpointCommand()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandObject.h308 SetCommandName (const char *name);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandObject.cpp113 CommandObject::SetCommandName (const char *name) in SetCommandName() function in CommandObject