Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2118 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2126 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2439 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2458 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2470 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()