Searched refs:sb_watchpoint (Results 1 – 4 of 4) sorted by relevance
300 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local302 sb_watchpoint = in GetWatchpointFromEvent()304 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointFromEvent()
1454 SBWatchpoint sb_watchpoint; in Watch() local1463 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() local1530 sb_watchpoint = Dereference().Watch(resolve_location, read, write, error); in WatchPointee()1531 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchPointee()
1376 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local1380 sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()1382 return LLDB_RECORD_RESULT(sb_watchpoint); in GetWatchpointAtIndex()1407 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local1415 sb_watchpoint.SetSP(watchpoint_sp); in FindWatchpointByID()1418 return LLDB_RECORD_RESULT(sb_watchpoint); in FindWatchpointByID()1428 SBWatchpoint sb_watchpoint; in WatchAddress() local1442 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()1452 sb_watchpoint.SetSP(watchpoint_sp); in WatchAddress()1455 return LLDB_RECORD_RESULT(sb_watchpoint); in WatchAddress()
399 import sb_watchpoint400 sb_watchpoint.fuzz_obj(obj)