Searched refs:SetID (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DStoppoint.cpp43 Stoppoint::SetID (break_id_t bid) function in class:Stoppoint
H A DBreakpointIDList.cpp84 temp_bp_id.SetID (bp_id, loc_id);
117 temp_bp_id.SetID (bp_id, loc_id);
H A DBreakpointList.cpp39 bp_sp->SetID (m_is_internal ? --m_next_break_id : ++m_next_break_id);
H A DWatchpointList.cpp37 wp_sp->SetID(++m_next_wp_id);
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h49 SetID (lldb::break_id_t bid);
H A DBreakpointID.h49 SetID (lldb::break_id_t bp_id, lldb::break_id_t loc_id) function in class:lldb_private::BreakpointID
H A DWatchpoint.h239 void SetID(lldb::watch_id_t id) { m_loc_id = id; } function in class:lldb_private::Watchpoint
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUserID.h71 SetID (lldb::user_id_t uid) { m_uid = uid; } function in struct:lldb_private::UserID
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbol.h108 SetID(uint32_t uid) function in class:lldb_private::Symbol
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp46 SetID (GetNextID());
H A DProcess.cpp2885 SetID (LLDB_INVALID_PROCESS_ID);
3074 SetID (LLDB_INVALID_PROCESS_ID);
3158 SetID (LLDB_INVALID_PROCESS_ID);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp160 SetID(pid);
253 SetID(m_monitor->GetPID());
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp559 SetID (pid);
737 SetID (m_gdb_comm.GetCurrentProcessID ());
779 SetID(LLDB_INVALID_PROCESS_ID);
976 SetID (attach_pid);
1439 SetID (pid);
H A DGDBRemoteCommunicationClient.cpp583 process->SetID (pid);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp238 oso_symfile->SetID (((uint64_t)m_cu_idx + 1ull) << 32ull);
242 oso_symfile->SetID (UINT64_MAX);

Completed in 183 milliseconds