Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordWatchpoint() override;
H A DCommandObjectWatchpoint.cpp66 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()
247 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
403 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
526 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
645 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
770 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1174 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1215 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
H A DCommandObjectWatchpointCommand.cpp418 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
593 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp529 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()