Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp833 CommandObjectSP add_command_object (new CommandObjectWatchpointCommandAdd (interpreter)); in CommandObjectWatchpointCommand() local
837 add_command_object->SetCommandName ("watchpoint command add"); in CommandObjectWatchpointCommand()
841 LoadSubCommand ("add", add_command_object); in CommandObjectWatchpointCommand()
DCommandObjectBreakpointCommand.cpp898 CommandObjectSP add_command_object (new CommandObjectBreakpointCommandAdd (interpreter)); in CommandObjectBreakpointCommand() local
902 add_command_object->SetCommandName ("breakpoint command add"); in CommandObjectBreakpointCommand()
906 LoadSubCommand ("add", add_command_object); in CommandObjectBreakpointCommand()