Searched refs:enable_command_object (Results 1 – 2 of 2) sorted by relevance
1365 CommandObjectSP enable_command_object (new CommandObjectWatchpointEnable (interpreter)); in CommandObjectMultiwordWatchpoint() local1374 enable_command_object->SetCommandName("watchpoint enable"); in CommandObjectMultiwordWatchpoint()1383 LoadSubCommand ("enable", enable_command_object); in CommandObjectMultiwordWatchpoint()
2362 CommandObjectSP enable_command_object (new CommandObjectBreakpointEnable (interpreter)); in CommandObjectMultiwordBreakpoint() local2372 enable_command_object->SetCommandName("breakpoint enable"); in CommandObjectMultiwordBreakpoint()2382 LoadSubCommand ("enable", enable_command_object); in CommandObjectMultiwordBreakpoint()