Home
last modified time | relevance | path

Searched refs:sb_watchpoint (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp282 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local
284 sb_watchpoint = in GetWatchpointFromEvent()
286 return sb_watchpoint; in GetWatchpointFromEvent()
H A DSBValue.cpp1418 SBWatchpoint sb_watchpoint; in Watch() local
1427 return sb_watchpoint; in Watch()
1431 return sb_watchpoint; in Watch()
1435 return sb_watchpoint; in Watch()
1438 return sb_watchpoint; in Watch()
1460 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1478 return sb_watchpoint; in Watch()
1496 SBWatchpoint sb_watchpoint; in WatchPointee() local
1498 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()
1499 return sb_watchpoint; in WatchPointee()
H A DSBTarget.cpp1283 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local
1287 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1289 return sb_watchpoint; in GetWatchpointAtIndex()
1310 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local
1318 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1321 return sb_watchpoint; in FindWatchpointByID()
1341 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress() local
1354 return sb_watchpoint; in WatchpointCreateByAddress()
1365 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()
1368 return sb_watchpoint; in WatchpointCreateByAddress()