Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp577 CommandObjectSP delete_command_object( in CommandObjectWatchpointCommand() local
583 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()
587 LoadSubCommand("delete", delete_command_object); in CommandObjectWatchpointCommand()
H A DCommandObjectBreakpointCommand.cpp641 CommandObjectSP delete_command_object( in CommandObjectBreakpointCommand() local
647 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()
651 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointCommand()
H A DCommandObjectWatchpoint.cpp1154 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() local
1168 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1177 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
H A DCommandObjectBreakpoint.cpp2095 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2103 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2409 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2428 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2440 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()