Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectWatchpoint.cpp73 WatchpointSP watch_sp = target->GetLastCreatedWatchpoint(); in VerifyWatchpointIDs()
780 WatchpointSP wp_sp = target->GetLastCreatedWatchpoint(); in DoExecute()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h703 lldb::WatchpointSP GetLastCreatedWatchpoint() { in GetLastCreatedWatchpoint() function