Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h85 void SetWatchSpec(const std::string &str);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp918 watch_sp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()
1100 watch_sp->SetWatchSpec(std::string(expr)); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp189 void Watchpoint::SetWatchSpec(const std::string &str) { in SetWatchSpec() function in Watchpoint