Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp612 CommandObjectSP delete_command_object( in CommandObjectWatchpointCommand() local
618 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()
622 LoadSubCommand("delete", delete_command_object); in CommandObjectWatchpointCommand()
H A DCommandObjectBreakpointCommand.cpp676 CommandObjectSP delete_command_object( in CommandObjectBreakpointCommand() local
682 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()
686 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointCommand()
H A DCommandObjectWatchpoint.cpp1204 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() local
1218 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1227 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
H A DCommandObjectBreakpoint.cpp2097 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2105 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2414 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2433 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2445 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()