Home
last modified time | relevance | path

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

/external/lldb/source/API/
DSBWatchpoint.cpp294 SBWatchpoint sb_watchpoint; in GetWatchpointFromEvent() local
296sb_watchpoint.m_opaque_sp = Watchpoint::WatchpointEventData::GetWatchpointFromEvent (event.GetSP()… in GetWatchpointFromEvent()
297 return sb_watchpoint; in GetWatchpointFromEvent()
DSBValue.cpp1634 SBWatchpoint sb_watchpoint; in Watch() local
1644 return sb_watchpoint; in Watch()
1648 return sb_watchpoint; in Watch()
1652 return sb_watchpoint; in Watch()
1655 return sb_watchpoint; in Watch()
1670 sb_watchpoint.SetSP (watchpoint_sp); in Watch()
1700 return sb_watchpoint; in Watch()
1715 SBWatchpoint sb_watchpoint; in WatchPointee() local
1717 sb_watchpoint = Dereference().Watch (resolve_location, read, write, error); in WatchPointee()
1718 return sb_watchpoint; in WatchPointee()
DSBTarget.cpp1736 SBWatchpoint sb_watchpoint; in GetWatchpointAtIndex() local
1741 sb_watchpoint.SetSP (target_sp->GetWatchpointList().GetByIndex(idx)); in GetWatchpointAtIndex()
1743 return sb_watchpoint; in GetWatchpointAtIndex()
1774 SBWatchpoint sb_watchpoint; in FindWatchpointByID() local
1783 sb_watchpoint.SetSP (watchpoint_sp); in FindWatchpointByID()
1792 return sb_watchpoint; in FindWatchpointByID()
1800 SBWatchpoint sb_watchpoint; in WatchAddress() local
1814 return sb_watchpoint; in WatchAddress()
1823 sb_watchpoint.SetSP (watchpoint_sp); in WatchAddress()
1832 return sb_watchpoint; in WatchAddress()
/external/lldb/test/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py365 import sb_watchpoint
366 sb_watchpoint.fuzz_obj(obj)