| /openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
| H A D | Stoppoint.cpp | 24 void Stoppoint::SetID(break_id_t bid) { m_bid = bid; } in SetID() function in Stoppoint
|
| H A D | BreakpointList.cpp | 34 bp_sp->SetID(m_is_internal ? --m_next_break_id : ++m_next_break_id); in Add()
|
| H A D | WatchpointList.cpp | 22 wp_sp->SetID(++m_next_wp_id); in Add()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Stoppoint.h | 33 void SetID(lldb::break_id_t bid);
|
| H A D | BreakpointID.h | 33 void SetID(lldb::break_id_t bp_id, lldb::break_id_t loc_id) { in SetID() function
|
| H A D | Watchpoint.h | 203 void SetID(lldb::watch_id_t id) { m_id = id; } in SetID() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | UserID.h | 53 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 D | ProcessWindows.cpp | 192 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 D | NativeProcessWindows.cpp | 60 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 D | SymbolFileDWARFDwo.cpp | 32 SetID(user_id_t(id) << 32); in SymbolFileDWARFDwo()
|
| H A D | SymbolFileDWARFDebugMap.cpp | 214 oso_symfile->SetID(((uint64_t)m_cu_idx + 1ull) << 32ull); in GetSymbolFile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | PassManager.h | 299 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 D | Symbol.h | 129 void SetID(uint32_t uid) { m_uid = uid; } in SetID() function
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlan.cpp | 32 SetID(GetNextID()); in ThreadPlan()
|
| H A D | Process.cpp | 2543 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 D | ProcessElfCore.cpp | 513 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 D | GDBRemoteRegisterContext.cpp | 490 reg_checkpoint.SetID(save_id); in ReadAllRegisterValues() 494 reg_checkpoint.SetID(0); // Invalid save ID is zero in ReadAllRegisterValues()
|
| H A D | ProcessGDBRemote.cpp | 541 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 D | NativeProcessProtocol.h | 448 void SetID(lldb::pid_t pid) { m_pid = pid; } in SetID() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 111 process_sp->SetID(static_cast<lldb::pid_t>(pid)); in CreateEmptyProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | ProcessKDP.cpp | 322 SetID(1); in DoConnectRemote()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 3665 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 D | ProcessMinidump.cpp | 303 SetID(*pid); in DoLoadCore()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Process.h | 531 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 D | ObjectFilePECOFF.cpp | 878 symbol.SetID(ordinal); in AppendFromExportTable()
|