Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp59 const WatchpointList &wp_list = target.GetWatchpointList(); in FreeBSDThread() local
60 size_t wp_size = wp_list.GetSize(); in FreeBSDThread()
63 lldb::WatchpointSP wp = wp_list.GetByIndex(wp_idx); in FreeBSDThread()
499 const WatchpointList &wp_list = target.GetWatchpointList(); in WatchNotify() local
500 lldb::WatchpointSP wp_sp = wp_list.FindByAddress(wp_monitor_addr); in WatchNotify()
/external/llvm-project/lldb/source/Commands/
DCommandCompletions.cpp776 const WatchpointList &wp_list = exe_ctx.GetTargetPtr()->GetWatchpointList(); in WatchPointIDs() local
777 const size_t wp_num = wp_list.GetSize(); in WatchPointIDs()
779 const lldb::WatchpointSP wp_sp = wp_list.GetByIndex(idx); in WatchPointIDs()