Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h86 void SetWatchSpec(const std::string &str);
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DWatchpoint.cpp95 void Watchpoint::SetWatchSpec(const std::string &str) { in SetWatchSpec() function in Watchpoint
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp956 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()