Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp34 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()
/openbsd-src/gnu/llvm/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.h203 void SetID(lldb::watch_id_t id) { m_id = id; } in SetID() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DUserID.h53 void SetID(lldb::user_id_t uid) { m_uid = uid; } in SetID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DProcessWindows.cpp192 SetID(launch_info.GetProcessID()); in DoLaunch()
202 SetID(GetDebuggedProcessId()); in DoAttachToProcessWithID()
690 main_thread->SetID(id); in OnDebuggerConnected()
769 thread->SetID(id); in OnCreateThread()
H A DNativeProcessWindows.cpp60 SetID(GetDebuggedProcessId()); in NativeProcessWindows()
75 SetID(GetDebuggedProcessId()); in NativeProcessWindows()
426 SetID(GetDebuggedProcessId()); in OnDebuggerConnected()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp32 SetID(user_id_t(id) << 32); in SymbolFileDWARFDwo()
H A DSymbolFileDWARFDebugMap.cpp214 oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull); in GetSymbolFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DPassManager.h299 AnalysisSetKey *SetID = AnalysisSetT::ID(); in preservedSet() local
301 PA.PreservedIDs.count(SetID)); in preservedSet()
342 bool allAnalysesInSetPreserved(AnalysisSetKey *SetID) const { in allAnalysesInSetPreserved() argument
344 (PreservedIDs.count(&AllAnalysesKey) || PreservedIDs.count(SetID)); in allAnalysesInSetPreserved()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbol.h129 void SetID(uint32_t uid) { m_uid = uid; } in SetID() function
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlan.cpp32 SetID(GetNextID()); in ThreadPlan()
H A DProcess.cpp2543 SetID(LLDB_INVALID_PROCESS_ID); in LaunchPrivate()
2813 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
2888 SetID(LLDB_INVALID_PROCESS_ID); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp513 process.SetID(data.GetU32(&offset)); // pr_pid in ParseFreeBSDPrPsInfo()
690 SetID(pr_pid); in parseNetBSDNotes()
914 SetID(prpsinfo.pr_pid); in parseLinuxNotes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp490 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues()
494 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
H A DProcessGDBRemote.cpp541 SetID(pid); in DoConnectRemote()
762 SetID(m_gdb_comm.GetCurrentProcessID()); in DoLaunch()
1082 SetID(attach_pid); in DoAttachToProcessWithID()
2065 SetID(pid); in SetThreadStopInfo()
4772 SetID(pid); in HandleStopReply()
5263 SetID(child_pid); in DidFork()
5320 SetID(child_pid); in DidVFork()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h448 void SetID(lldb::pid_t pid) { m_pid = pid; } in SetID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp111 process_sp->SetID(static_cast<lldb::pid_t>(pid)); in CreateEmptyProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp322 SetID(1); in DoConnectRemote()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3665 sym[sym_idx].SetID(nlist_idx); in ParseSymtab()
4489 sym[sym_idx].SetID(nlist_idx); in ParseSymtab()
4584 sym[sym_idx].SetID(synthetic_sym_id++); in ParseSymtab()
4640 sym[sym_idx].SetID(synthetic_sym_id++); in ParseSymtab()
4740 sym[sym_idx].SetID(synthetic_sym_id++); in ParseSymtab()
4777 sym[sym_idx].SetID(synthetic_sym_id++); in ParseSymtab()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp303 SetID(*pid); in DoLoadCore()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h531 void SetID(lldb::pid_t new_pid) { m_pid = new_pid; } in SetID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp878 symbol.SetID(ordinal); in AppendFromExportTable()

12