Home
last modified time | relevance | path

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

/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()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3193 GetGDBStoppointType(const WatchpointResourceSP &wp_res_sp) { in EnableWatchpoint()
3194 assert(wp_res_sp); in EnableWatchpoint()
3195 bool read = wp_res_sp->WatchpointResourceRead(); in EnableWatchpoint()
3196 bool write = wp_res_sp->WatchpointResourceWrite(); in EnableWatchpoint()
3264 for (const auto &wp_res_sp : resources) { in DisableWatchpoint()
3265 addr_t addr = wp_res_sp->GetLoadAddress(); in DisableWatchpoint()
3266 size_t size = wp_res_sp->GetByteSize(); in DisableWatchpoint()
3267 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()
3274 succesfully_set_resources.push_back(wp_res_sp); in DisableWatchpoint()
3279 for (const auto &wp_res_sp in DisableWatchpoint()
3139 GetGDBStoppointType(const WatchpointResourceSP & wp_res_sp) GetGDBStoppointType() argument
3210 for (const auto &wp_res_sp : resources) { EnableWatchpoint() local
3225 for (const auto &wp_res_sp : resources) { EnableWatchpoint() local
3236 for (const auto &wp_res_sp : succesfully_set_resources) { EnableWatchpoint() local
3282 for (const auto &wp_res_sp : m_watchpoint_resource_list.Sites()) { DisableWatchpoint() local
3297 for (auto &wp_res_sp : unused_resources) DisableWatchpoint() local
5725 for (const auto &wp_res_sp : m_watchpoint_resource_list.Sites()) { DidForkSwitchHardwareTraps() local
[all...]