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

/external/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);
/external/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
/external/lldb/include/lldb/Core/
H A DUserID.h71 SetID (lldb::user_id_t uid) { m_uid = uid; } function in struct:lldb_private::UserID
/external/lldb/include/lldb/Symbol/
H A DSymbol.h108 SetID(uint32_t uid) function in class:lldb_private::Symbol
/external/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);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp160 SetID(pid);
253 SetID(m_monitor->GetPID());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp560 SetID (pid);
738 SetID (m_gdb_comm.GetCurrentProcessID ());
780 SetID(LLDB_INVALID_PROCESS_ID);
977 SetID (attach_pid);
1440 SetID (pid);
H A DGDBRemoteCommunicationClient.cpp583 process->SetID (pid);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp311 SetID (1);
/external/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);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2671 sym[sym_idx].SetID (nlist_idx);
3413 sym[sym_idx].SetID (nlist_idx);
3524 sym[sym_idx].SetID (synthetic_sym_id++);
3621 sym[sym_idx].SetID (synthetic_sym_id++);

Completed in 277 milliseconds