Lines Matching refs:SBWatchpoint
1372 SBWatchpoint SBTarget::GetWatchpointAtIndex(uint32_t idx) const { in GetWatchpointAtIndex()
1373 LLDB_RECORD_METHOD_CONST(lldb::SBWatchpoint, SBTarget, GetWatchpointAtIndex, in GetWatchpointAtIndex()
1376 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex()
1402 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
1403 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in FindWatchpointByID()
1407 SBWatchpoint sb_watchpoint; in FindWatchpointByID()
1421 lldb::SBWatchpoint SBTarget::WatchAddress(lldb::addr_t addr, size_t size, in WatchAddress()
1424 LLDB_RECORD_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in WatchAddress()
1428 SBWatchpoint sb_watchpoint; in WatchAddress()
2571 LLDB_REGISTER_METHOD_CONST(lldb::SBWatchpoint, SBTarget, in RegisterMethods()
2574 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, FindWatchpointByID, in RegisterMethods()
2576 LLDB_REGISTER_METHOD(lldb::SBWatchpoint, SBTarget, WatchAddress, in RegisterMethods()