Home
last modified time | relevance | path

Searched refs:SetID (Results 1 – 21 of 21) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppoint.cpp24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() function in Stoppoint
H A DBreakpointList.cpp35 bp_sp->SetID(m_is_internal ? --m_next_break_id : ++m_next_break_id); in Add()
H A DWatchpointList.cpp22 wp_sp->SetID(++m_next_wp_id); in Add()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h33 void SetID(lldb::break_id_t bid);
H A DBreakpointID.h33 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID() function
H A DWatchpoint.h200 void SetID(lldb::watch_id_t id) { m_id = id; } in SetID() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserID.h53 void SetID(lldb::user_id_t uid) { m_uid = uid; } in SetID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp31 SetID(user_id_t(id) << 32); in SymbolFileDWARFDwo()
H A DSymbolFileDWARFDebugMap.cpp210 oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull); in GetSymbolFile()
H A DSymbolFileDWARF.cpp741 cu->SetID(m_lldb_cu_to_dwarf_unit.size()); in BuildCuTranslationTable()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h302 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet() local
304 PA.PreservedIDs.count(SetID)); in preservedSet()
345 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved() argument
347 (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID)); in allAnalysesInSetPreserved()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h119 void SetID(uint32_t uid) { m_uid = uid; } in SetID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp450 process.SetID(data.GetU32(&offset)); // pr_pid in ParseFreeBSDPrPsInfo()
628 SetID(pr_pid); in parseNetBSDNotes()
852 SetID(prpsinfo.pr_pid); in parseLinuxNotes()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp132 process_sp->SetID(static_cast<lldb::pid_t>(process.pid)); in ParseProcess()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp31 SetID(GetNextID()); in ThreadPlan()
H A DProcess.cpp2509 SetID(LLDB_INVALID_PROCESS_ID); in Launch()
2764 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
2839 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h411 void SetID(lldb::pid_t pid) { m_pid = pid; } in SetID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp467 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues()
471 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
H A DProcessGDBRemote.cpp662 SetID(pid); in DoConnectRemote()
891 SetID(m_gdb_comm.GetCurrentProcessID()); in DoLaunch()
937 SetID(LLDB_INVALID_PROCESS_ID); in DoLaunch()
1165 SetID(attach_pid); in DoAttachToProcessWithID()
2167 SetID(pid); in SetThreadStopInfo()
5111 SetID(pid); in HandleStopReply()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp303 SetID(pid.getValue()); in DoLoadCore()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h546 void SetID(lldb::pid_t new_pid) { m_pid = new_pid; } in SetID() function