Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp675 CommandObjectSP delete_command_object( in CommandObjectWatchpointCommand() local
681 delete_command_object->SetCommandName("watchpoint command delete"); in CommandObjectWatchpointCommand()
685 LoadSubCommand("delete", delete_command_object); in CommandObjectWatchpointCommand()
H A DCommandObjectBreakpointCommand.cpp743 CommandObjectSP delete_command_object( in CommandObjectBreakpointCommand() local
749 delete_command_object->SetCommandName("breakpoint command delete"); in CommandObjectBreakpointCommand()
753 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointCommand()
H A DCommandObjectWatchpoint.cpp1170 CommandObjectSP delete_command_object( in CommandObjectMultiwordWatchpoint() local
1184 delete_command_object->SetCommandName("watchpoint delete"); in CommandObjectMultiwordWatchpoint()
1193 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordWatchpoint()
H A DCommandObjectBreakpoint.cpp2259 CommandObjectSP delete_command_object( in CommandObjectBreakpointName() local
2267 LoadSubCommand("delete", delete_command_object); in CommandObjectBreakpointName()
2539 CommandObjectSP delete_command_object( in CommandObjectMultiwordBreakpoint() local
2558 delete_command_object->SetCommandName("breakpoint delete"); in CommandObjectMultiwordBreakpoint()
2570 LoadSubCommand("delete", delete_command_object); in CommandObjectMultiwordBreakpoint()