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

/external/lldb/source/Commands/
H A DCommandObjectWatchpoint.h25 // CommandObjectMultiwordWatchpoint
28 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword class in namespace:lldb_private
31 CommandObjectMultiwordWatchpoint (CommandInterpreter &interpreter);
34 ~CommandObjectMultiwordWatchpoint ();
H A DCommandObjectWatchpoint.cpp91 CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids)
307 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
407 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
492 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
575 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
716 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
873 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, wp_ids))
1353 // CommandObjectMultiwordWatchpoint
1357 CommandObjectMultiwordWatchpoint::CommandObjectMultiwordWatchpoint(CommandInterprete function in class:CommandObjectMultiwordWatchpoint
[all...]
H A DCommandObjectWatchpointCommand.cpp515 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, valid_wp_ids))
681 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, valid_wp_ids))
773 if (!CommandObjectMultiwordWatchpoint::VerifyWatchpointIDs(target, command, valid_wp_ids))
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp389 m_command_dict["watchpoint"]= CommandObjectSP (new CommandObjectMultiwordWatchpoint (*this));

Completed in 74 milliseconds