Home
last modified time | relevance | path

Searched refs:GetLastCreatedWatchpoint (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp75 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
723 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h770 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() function