Home
last modified time | relevance | path

Searched refs:watch_id_t (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointList.h53 lldb::watch_id_t Add(const lldb::WatchpointSP &wp_sp, bool notify);
92 lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;
101 lldb::watch_id_t FindIDByAddress(lldb::addr_t addr);
111 lldb::watch_id_t FindIDBySpec(std::string spec);
141 bool Remove(lldb::watch_id_t watchID, bool notify);
160 bool ShouldStop(StoppointCallbackContext *context, lldb::watch_id_t watchID);
198 typedef std::vector<lldb::watch_id_t> id_vector;
202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);
205 GetIDConstIterator(lldb::watch_id_t watchID) const;
210 lldb::watch_id_t m_next_wp_id = 0;
H A DWatchpoint.h104 WatchpointVariableContext(lldb::watch_id_t watch_id, in WatchpointVariableContext()
108 lldb::watch_id_t watch_id; ///< The ID of the watchpoint.
231 void SetID(lldb::watch_id_t id) { m_id = id; } in SetID()
H A DWatchpointResource.h29 typedef lldb::watch_id_t ConstituentID;
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp20 lldb::watch_id_t WatchpointList::Add(const WatchpointSP &wp_sp, bool notify) { in Add()
89 WatchpointIDMatches(lldb::watch_id_t watch_id) : m_watch_id(watch_id) {} in operator ()()
96 const lldb::watch_id_t m_watch_id;
100 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator()
107 WatchpointList::GetIDConstIterator(lldb::watch_id_t watch_id) const { in GetIDConstIterator()
113 WatchpointSP WatchpointList::FindByID(lldb::watch_id_t watch_id) const { in FindByID()
123 lldb::watch_id_t WatchpointList::FindIDByAddress(lldb::addr_t addr) { in FindIDByAddress()
131 lldb::watch_id_t WatchpointList::FindIDBySpec(std::string spec) { in FindIDBySpec()
161 std::vector<lldb::watch_id_t> WatchpointList::GetWatchpointIDs() const { in GetWatchpointIDs()
162 std::vector<lldb::watch_id_t> ID in GetWatchpointIDs()
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h87 typedef int32_t watch_id_t; typedef
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBWatchpoint.cpp50 watch_id_t SBWatchpoint::GetID() {
53 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in GetID()
H A DSBTarget.cpp1299 bool SBTarget::DeleteWatchpoint(watch_id_t wp_id) { in DeleteWatchpoint()
1314 SBWatchpoint SBTarget::FindWatchpointByID(lldb::watch_id_t wp_id) { in FindWatchpointByID()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpoint.h46 watch_id_t GetID();
H A DSBTarget.h839 bool DeleteWatchpoint(lldb::watch_id_t watch_id);
841 lldb::SBWatchpoint FindWatchpointByID(lldb::watch_id_t watch_id);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h837 bool DisableWatchpointByID(lldb::watch_id_t watch_id);
839 bool EnableWatchpointByID(lldb::watch_id_t watch_id);
841 bool RemoveWatchpointByID(lldb::watch_id_t watch_id);
843 bool IgnoreWatchpointByID(lldb::watch_id_t watch_id, uint32_t ignore_count);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1352 bool Target::DisableWatchpointByID(lldb::watch_id_t watch_id) { in DisableWatchpointByID()
1371 bool Target::EnableWatchpointByID(lldb::watch_id_t watch_id) { in EnableWatchpointByID()
1390 bool Target::RemoveWatchpointByID(lldb::watch_id_t watch_id) { in RemoveWatchpointByID()
1406 bool Target::IgnoreWatchpointByID(lldb::watch_id_t watch_id, in IgnoreWatchpointByID()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1821 watch_id_t watch_id = LLDB_INVALID_WATCH_ID; in SetThreadStopInfo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp59760 lldb::watch_id_t arg2 ; in _wrap_SBTarget_DeleteWatchpoint()
59771 arg2 = (lldb::watch_id_t)lua_tointeger(L, 2); in _wrap_SBTarget_DeleteWatchpoint()
59787 lldb::watch_id_t arg2 ; in _wrap_SBTarget_FindWatchpointByID()
59798 arg2 = (lldb::watch_id_t)lua_tointeger(L, 2); in _wrap_SBTarget_FindWatchpointByID()
80182 lldb::watch_id_t result; in _wrap_SBWatchpoint_GetID()
80191 result = (lldb::watch_id_t)(arg1)->GetID(); in _wrap_SBWatchpoint_GetID()