Home
last modified time | relevance | path

Searched refs:command_command_object (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1368 CommandObjectSP command_command_object (new CommandObjectWatchpointCommand (interpreter)); in CommandObjectMultiwordWatchpoint() local
1377 command_command_object->SetCommandName ("watchpoint command"); in CommandObjectMultiwordWatchpoint()
1386 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordWatchpoint()
DCommandObjectBreakpoint.cpp1744 CommandObjectSP command_command_object (new CommandObjectBreakpointCommand (interpreter)); in CommandObjectMultiwordBreakpoint() local
1753 command_command_object->SetCommandName ("breakpoint command"); in CommandObjectMultiwordBreakpoint()
1762 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordBreakpoint()