Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp53 WatchpointResourceSP wp_res_sp = in AtomizeWatchpointRequest() local
55 resources.push_back(wp_res_sp); in AtomizeWatchpointRequest()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3139 GetGDBStoppointType(const WatchpointResourceSP &wp_res_sp) { in GetGDBStoppointType() argument
3140 assert(wp_res_sp); in GetGDBStoppointType()
3141 bool read = wp_res_sp->WatchpointResourceRead(); in GetGDBStoppointType()
3142 bool write = wp_res_sp->WatchpointResourceWrite(); in GetGDBStoppointType()
3210 for (const auto &wp_res_sp : resources) { in EnableWatchpoint() local
3211 addr_t addr = wp_res_sp->GetLoadAddress(); in EnableWatchpoint()
3212 size_t size = wp_res_sp->GetByteSize(); in EnableWatchpoint()
3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()
3220 succesfully_set_resources.push_back(wp_res_sp); in EnableWatchpoint()
3225 for (const auto &wp_res_sp : resources) { in EnableWatchpoint() local
[all …]