Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordWatchpoint() override;
H A DCommandObjectWatchpoint.cpp69 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()
244 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
315 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
386 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
501 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
612 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
729 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1144 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1185 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
H A DCommandObjectWatchpointCommand.cpp376 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
470 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
525 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp591 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()