Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1369 CommandObjectSP modify_command_object (new CommandObjectWatchpointModify (interpreter)); in CommandObjectMultiwordWatchpoint() local
1378 modify_command_object->SetCommandName("watchpoint modify"); in CommandObjectMultiwordWatchpoint()
1387 LoadSubCommand ("modify", modify_command_object); in CommandObjectMultiwordWatchpoint()
DCommandObjectBreakpoint.cpp1745 CommandObjectSP modify_command_object (new CommandObjectBreakpointModify(interpreter)); in CommandObjectMultiwordBreakpoint() local
1754 modify_command_object->SetCommandName ("breakpoint modify"); in CommandObjectMultiwordBreakpoint()
1763 LoadSubCommand ("modify", modify_command_object); in CommandObjectMultiwordBreakpoint()