Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
21 CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
23 ~CommandObjectMultiwordWatchpoint() override;
DCommandObjectWatchpoint.cpp67 bool CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in VerifyWatchpointIDs()
252 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
332 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
413 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
538 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
659 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
786 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs( in DoExecute()
1203 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint( in CommandObjectMultiwordWatchpoint() function in CommandObjectMultiwordWatchpoint
1244 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
DCommandObjectWatchpointCommand.cpp420 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
530 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
602 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp519 REGISTER_COMMAND_OBJECT("watchpoint", CommandObjectMultiwordWatchpoint); in LoadCommandDictionary()