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.cpp1457 SBWatchpoint sb_watchpoint; in Watch() local
1466 return sb_watchpoint; in Watch()
1470 return sb_watchpoint; in Watch()
1474 return sb_watchpoint; in Watch()
1477 return sb_watchpoint; in Watch()
1499 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1518 return sb_watchpoint; in Watch()
1536 SBWatchpoint sb_watchpoint; in WatchPointee() local
1538 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()
1539 return sb_watchpoint; in WatchPointee()
H A DSBTarget.cpp1258 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local
1261 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1263 return sb_watchpoint; in GetWatchpointAtIndex()
1283 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local
1291 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1294 return sb_watchpoint; in FindWatchpointByID()
1315 SBWatchpoint sb_watchpoint; in WatchpointCreateByAddress() local
1327 return sb_watchpoint; in WatchpointCreateByAddress()
1340 sb_watchpoint.SetSP(watchpoint_sp); in WatchpointCreateByAddress()
1343 return sb_watchpoint; in WatchpointCreateByAddress()