Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordWatchpoint() override;
H A DCommandObjectWatchpoint.cpp67 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()
247 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
403 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
643 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
767 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1169 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1210 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
H A DCommandObjectWatchpointCommand.cpp388 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
495 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
563 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp559 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()