Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h86 void SetWatchSpec(const std::string &str);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp92 void Watchpoint::SetWatchSpec(const std::string &str) { in SetWatchSpec() function in Watchpoint
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp960 wp->SetWatchSpec(command.GetArgumentAtIndex(0)); in DoExecute()