Home
last modified time | relevance | path

Searched refs:SetWatchSpec (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h104 void SetWatchSpec (const std::string &str);
/external/lldb/source/Breakpoint/
DWatchpoint.cpp115 Watchpoint::SetWatchSpec (const std::string &str) in SetWatchSpec() function in Watchpoint
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp1086 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()