Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBWatchpoint.cpp300 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local
302 sb_watchpoint = in GetWatchpointFromEvent()
304 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointFromEvent()
DSBValue.cpp1454 SBWatchpoint sb_watchpoint; in Watch() local
1463 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()
1467 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()
1471 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()
1474 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()
1489 sb_watchpoint.SetSP(watchpoint_sp); in Watch()
1507 return LLDB_RECORD_RESULT(sb_watchpoint); in Watch()
1528 SBWatchpoint sb_watchpoint; in WatchPointee() local
1530 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()
1531 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchPointee()
DSBTarget.cpp1408 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local
1412 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1414 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointAtIndex()
1439 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local
1447 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()
1450 return LLDB_RECORD_RESULT(sb_watchpoint); in FindWatchpointByID()
1460 SBWatchpoint sb_watchpoint; in WatchAddress() local
1474 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()
1484 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()
1487 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()