Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1370 CommandObjectSP set_command_object (new CommandObjectWatchpointSet (interpreter)); in CommandObjectMultiwordWatchpoint() local
1379 set_command_object->SetCommandName("watchpoint set"); in CommandObjectMultiwordWatchpoint()
1388 LoadSubCommand ("set", set_command_object); in CommandObjectMultiwordWatchpoint()
DCommandObjectBreakpoint.cpp1743 CommandObjectSP set_command_object (new CommandObjectBreakpointSet (interpreter)); in CommandObjectMultiwordBreakpoint() local
1752 set_command_object->SetCommandName("breakpoint set"); in CommandObjectMultiwordBreakpoint()
1761 LoadSubCommand ("set", set_command_object); in CommandObjectMultiwordBreakpoint()