HomeSort by relevance Sort by last modified time
    Searched refs:watchpoint_sp (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/API/
SBWatchpoint.cpp 73 lldb::WatchpointSP watchpoint_sp(GetSP());
74 if (watchpoint_sp)
75 watch_id = watchpoint_sp->GetID();
80 log->Printf ("SBWatchpoint(%p)::GetID () => LLDB_INVALID_WATCH_ID", watchpoint_sp.get());
82 log->Printf ("SBWatchpoint(%p)::GetID () => %u", watchpoint_sp.get(), watch_id);
98 lldb::WatchpointSP watchpoint_sp(GetSP());
99 if (watchpoint_sp)
101 sb_error.SetError(watchpoint_sp->GetError());
111 lldb::WatchpointSP watchpoint_sp(GetSP());
112 if (watchpoint_sp)
    [all...]
SBTarget.cpp 1775 lldb::WatchpointSP watchpoint_sp; local
1801 lldb::WatchpointSP watchpoint_sp; local
    [all...]
SBValue.cpp 1665 WatchpointSP watchpoint_sp = target_sp->CreateWatchpoint(addr, byte_size, &type, watch_type, rc); local
    [all...]

Completed in 1115 milliseconds