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 GetWatchpointEventTypeFromEvent()
284 sb_watchpoint =
286 return sb_watchpoint; in GetWatchpointFromEvent()
288 SBWatchpoint sb_watchpoint; GetWatchpointFromEvent() local
H A DSBValue.cpp1440 SBWatchpoint sb_watchpoint; in Watch() local
1449 return sb_watchpoint; in Watch()
1453 return sb_watchpoint; in Watch()
1457 return sb_watchpoint; in Watch()
1460 return sb_watchpoint; in Watch()
1482 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1500 return sb_watchpoint; in Watch()
1518 SBWatchpoint sb_watchpoint; in WatchPointee() local
1520 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()
1521 return sb_watchpoint; in WatchPointee()
H A DSBTarget.cpp1290 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local
1294 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1296 return sb_watchpoint; in GetWatchpointAtIndex()
1317 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local
1325 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1328 return sb_watchpoint; in FindWatchpointByID()
1348 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress() local
1361 return sb_watchpoint; in WatchpointCreateByAddress()
1372 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()
1375 return sb_watchpoint; in WatchpointCreateByAddress()