Home
last modified time | relevance | path

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

/freebsd-14.2/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()
249 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
325 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
401 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
521 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
637 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
759 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1193 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1234 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
H A DCommandObjectWatchpointCommand.cpp388 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
494 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
561 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp568 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()