Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectWatchpoint.h24 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
26 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
28 ~CommandObjectMultiwordWatchpoint() override;
H A DCommandObjectWatchpoint.cpp75 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()
276 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
350 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
425 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
501 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
619 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
746 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1159 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1200 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
H A DCommandObjectWatchpointCommand.cpp420 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
537 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
618 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp503 CommandObjectSP(new CommandObjectMultiwordWatchpoint(*this)); in LoadCommandDictionary()