Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp616 CommandObjectSP delete_command_object( in CommandObjectWatchpointCommand() local
622 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()
626 LoadSubCommand("delete", delete_command_object); in CommandObjectWatchpointCommand()
H A DCommandObjectBreakpointCommand.cpp681 CommandObjectSP delete_command_object( in CommandObjectBreakpointCommand() local
687 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()
691 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointCommand()
H A DCommandObjectWatchpoint.cpp1180 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() local
1194 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1203 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
H A DCommandObjectBreakpoint.cpp2117 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2125 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2438 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2457 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2469 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()