Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp1369 CommandObjectSP command_command_object (new CommandObjectWatchpointCommand (interpreter)); in CommandObjectMultiwordWatchpoint() local
1378 command_command_object->SetCommandName ("watchpoint command"); in CommandObjectMultiwordWatchpoint()
1387 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordWatchpoint()
HDCommandObjectBreakpoint.cpp2367 CommandObjectSP command_command_object (new CommandObjectBreakpointCommand (interpreter)); in CommandObjectMultiwordBreakpoint() local
2377 command_command_object->SetCommandName ("breakpoint command"); in CommandObjectMultiwordBreakpoint()
2387 LoadSubCommand ("command", command_command_object); in CommandObjectMultiwordBreakpoint()