Home
last modified time | relevance | path

Searched refs:delete_command_object (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpointCommand.cpp657 CommandObjectSP delete_command_object( in CommandObjectWatchpointCommand() local
663 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()
667 LoadSubCommand("delete", delete_command_object); in CommandObjectWatchpointCommand()
DCommandObjectBreakpointCommand.cpp716 CommandObjectSP delete_command_object( in CommandObjectBreakpointCommand() local
722 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()
726 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointCommand()
DCommandObjectWatchpoint.cpp1214 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() local
1228 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1237 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
DCommandObjectBreakpoint.cpp2055 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2063 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2380 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2399 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2411 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()