Lines Matching refs:SBWatchpoint
1448 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, bool write, in Watch()
1450 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch, in Watch()
1454 SBWatchpoint sb_watchpoint; in Watch()
1513 lldb::SBWatchpoint SBValue::Watch(bool resolve_location, bool read, in Watch()
1515 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, Watch, (bool, bool, bool), in Watch()
1522 lldb::SBWatchpoint SBValue::WatchPointee(bool resolve_location, bool read, in WatchPointee()
1524 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in WatchPointee()
1528 SBWatchpoint sb_watchpoint; in WatchPointee()
1660 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch, in RegisterMethods()
1662 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, Watch, in RegisterMethods()
1664 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBValue, WatchPointee, in RegisterMethods()