/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex() 119 ProcessMemoryIterator(Process &process, lldb::addr_t base) in ProcessMemoryIterator() 139 Process &m_process; 188 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() 201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties() 399 ProcessSP Process::FindPlugin(lldb::TargetSP target_sp, in FindPlugin() 440 llvm::StringRef Process::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass() 445 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp) in Process() function in Process 446 : Process(target_sp, listener_sp, UnixSignals::CreateForHost()) { in Process() 451 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp, in Process() function in Process [all …]
|
/freebsd/lib/clang/liblldb/ |
H A D | Makefile | 463 SRCS+= Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp 464 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp 465 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp 466 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp 467 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp 468 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp 469 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp 470 SRCS+= Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp 471 SRCS+= Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp 472 SRCS+= Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp [all …]
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 104 Process *process = exe_ctx.GetProcessPtr(); in operator bool() 106 Process::StopLocker stop_locker; in operator bool() 123 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() 125 Process::StopLocker stop_locker; in GetSymbolContext() 145 Process *process = exe_ctx.GetProcessPtr(); in GetModule() 147 Process::StopLocker stop_locker; in GetModule() 169 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() 171 Process::StopLocker stop_locker; in GetCompileUnit() 193 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() 195 Process::StopLocker stop_locker; in GetFunction() [all …]
|
H A D | SBProcess.cpp | 83 return ConstString(Process::GetStaticBroadcasterClass()).AsCString(); in GetBroadcasterClassName() 193 Process::StopLocker stop_locker; in GetNumThreads() 394 Process::StopLocker stop_locker; in GetThreadAtIndex() 411 Process::StopLocker stop_locker; in GetNumQueues() 429 Process::StopLocker stop_locker; in GetQueueAtIndex() 693 Process::StopLocker stop_locker; in GetThreadByID() 711 Process::StopLocker stop_locker; in GetThreadByIndexID() 726 StateType ret_val = Process::ProcessEventData::GetStateFromEvent(event.get()); in GetStateFromEvent() 734 bool ret_val = Process::ProcessEventData::GetRestartedFromEvent(event.get()); in GetRestartedFromEvent() 742 return Process::ProcessEventData::GetNumRestartedReasons(event.get()); in GetNumRestartedReasonsFromEvent() [all …]
|
H A D | SBThread.cpp | 97 Process::StopLocker stop_locker; in GetQueue() 120 Process *process = exe_ctx.GetProcessPtr(); in operator bool() 122 Process::StopLocker stop_locker; in operator bool() 144 Process::StopLocker stop_locker; in GetStopReason() 160 Process::StopLocker stop_locker; in GetStopReasonDataCount() 217 Process::StopLocker stop_locker; in GetStopReasonDataAtIndex() 336 Process::StopLocker stop_locker; in GetStopDescription() 360 Process::StopLocker stop_locker; in GetStopReturnValue() 403 Process::StopLocker stop_locker; in GetName() 419 Process::StopLocker stop_locker; in GetQueueName() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Process.inc | 1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===// 9 // This file provides the generic Unix implementation of the Process class. 72 Process::Pid Process::getProcessId() { 74 "Process::Pid should be big enough to store pid_t"); 80 Expected<unsigned> Process::getPageSize() { 94 size_t Process::GetMallocUsage() { 129 void Process::GetTimeUsage(TimePoint<> &elapsed, 143 void Process::PreventCoreFiles() { 200 std::optional<std::string> Process::GetEnv(StringRef Name) { 227 std::error_code Process::FixupStandardFileDescriptors() { [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.h | 101 bool Read(Process *process, lldb::addr_t addr); 121 bool Read(Process *process, lldb::addr_t addr); 139 bool Read(Process *process, lldb::addr_t addr); 149 bool Read(Process *process, lldb::addr_t addr); 153 GetMethodList(Process *process, lldb::addr_t method_list_ptr) const; 163 static size_t GetSize(Process *process, bool is_small) { in GetSize() 175 bool Read(Process *process, lldb::addr_t addr, 185 bool Read(Process *process, lldb::addr_t addr); 198 static size_t GetSize(Process *process) { in GetSize() 208 bool Read(Process *proces [all...] |
H A D | AppleObjCClassDescriptorV2.cpp | 22 Process *process, std::unique_ptr<objc_class_t> &objc_class) const { in Read_objc_class() 33 static lldb::addr_t GetClassDataMask(Process *process) { in GetClassDataMask() 46 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() 88 bool ClassDescriptorV2::class_rw_t::Read(Process *process, lldb::addr_t addr) { in Read() 141 bool ClassDescriptorV2::class_ro_t::Read(Process *process, lldb::addr_t addr) { in Read() 200 Process *process, const objc_class_t &objc_class, in Read_class_row() 239 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() 269 bool ClassDescriptorV2::method_t::Read(Process *process, lldb::addr_t addr, in Read() 320 bool ClassDescriptorV2::ivar_list_t::Read(Process *process, lldb::addr_t addr) { in Read() 344 bool ClassDescriptorV2::ivar_t::Read(Process *process, lldb::addr_t addr) { in Read() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Process.inc | 1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===// 9 // This file provides the Win32 specific implementation of the Process class. 47 Process::Pid Process::getProcessId() { 49 "Process::Pid should be big enough to store DWORD"); 66 Expected<unsigned> Process::getPageSize() { 71 size_t Process::GetMallocUsage() { 83 void Process::GetTimeUsage(TimePoint<> &elapsed, 101 void Process::PreventCoreFiles() { 120 std::optional<std::string> Process::GetEnv(StringRef Name) { 273 std::error_code Process::FixupStandardFileDescriptors() { [all …]
|
/freebsd/share/doc/psd/20.ipctut/ |
H A D | fig8.xfig | 4 4 2 0 11 0 0 0 0.000 1 7 38 304 274 Process 1 5 4 2 0 11 0 0 0 0.000 1 7 38 529 274 Process 2 84 4 2 0 11 0 0 0 0.000 1 7 38 524 24 Process 2 85 4 2 0 11 0 0 0 0.000 1 7 38 299 24 Process 1
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | DynamicLibrary.cpp | 28 void *Process = nullptr; member in DynamicLibrary::HandleSet 41 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 61 if (Process) { in AddLibrary() 63 DLClose(Process); in AddLibrary() 64 if (Process == Handle) in AddLibrary() 68 Process = Handle; in AddLibrary() 100 if (!Process || (Order & SO_LoadedFirst)) { in Lookup() 104 if (Process) { in Lookup() 106 if (void *Ptr = DLSym(Process, Symbol)) in Lookup()
|
H A D | Process.cpp | 35 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() 40 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, in FindInEnvPath() 44 std::optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() 109 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented() 111 [[noreturn]] void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | PostMortemProcess.h | 23 class PostMortemProcess : public Process { 24 using Process::Process; 29 : Process(target_sp, listener_sp), m_core_file(core_file) {} in PostMortemProcess()
|
H A D | DynamicLoader.h | 26 class Process; variable 67 static DynamicLoader *FindPlugin(Process *process, 71 DynamicLoader(Process *process); 277 Process *process, llvm::StringRef name, UUID uuid, lldb::addr_t value, 391 Process
|
H A D | Trace.h | 132 FindPluginForLiveProcess(llvm::StringRef plugin_name, Process &process); 323 std::vector<Process *> GetAllProcesses(); 340 Process *GetLiveProcess(); 346 llvm::ArrayRef<Process *> GetPostMortemProcesses(); 483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace() 524 std::vector<Process *> GetTracedProcesses(); 540 /// Process traced by this object if doing live tracing. Otherwise it's null. 541 Process *m_live_process = nullptr; 550 std::vector<Process *> postmortem_processes;
|
H A D | JITLoader.h | 38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list); 41 JITLoader(Process *process); 63 Process *m_process;
|
H A D | Runtime.h | 17 Runtime(Process *process) : m_process(process) {} in Runtime() 22 Process *GetProcess() { return m_process; } in GetProcess() 29 Process *m_process;
|
H A D | OperatingSystem.h | 41 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name); 43 OperatingSystem(Process *process); 66 Process
|
H A D | QueueList.h | 29 friend class Process; variable 32 QueueList(Process *process); 98 Process *m_process; ///< The process that manages this queue list.
|
H A D | ExecutionContext.h | 201 void SetProcessPtr(Process *process); 340 ExecutionContext(Process *process, Thread *thread = nullptr, 388 Process *GetProcessPtr() const; 431 Process &GetProcessRef() const; 489 void SetProcessPtr(Process *process);
|
H A D | Process.h | 79 ProcessProperties(lldb_private::Process *process); 114 Process *m_process; // Can be nullptr for global ProcessProperties 337 class Process : public std::enable_shared_from_this<Process>, 404 void (*initialize)(void *baton, Process *process); 405 void (*process_state_changed)(void *baton, Process *process, 410 friend class Process; variable 443 static const Process::ProcessEventData * 496 ~Process() override; 831 void RegisterNotificationCallbacks(const Process::Notifications &callbacks); 847 bool UnregisterNotificationCallbacks(const Process::Notifications &callbacks); [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-interfaces.h | 34 typedef DynamicLoader *(*DynamicLoaderCreateInstance)(Process *process, 36 typedef lldb::JITLoaderSP (*JITLoaderCreateInstance)(Process *process, 63 typedef OperatingSystem *(*OperatingSystemCreateInstance)(Process *process, 67 Process *process, lldb::LanguageType language); 74 Process &process); 77 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); 135 Process &process);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.h | 56 Process &process, llvm::StringRef type_name, 64 void ModulesDidLoad(Process &process, ModuleList &module_list) override; 75 static lldb::StructuredDataPluginSP CreateInstance(Process &process); 90 void AddInitCompletionHook(Process &process);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.h | 18 class Process; variable 27 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr, 31 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.h | 61 uint32_t DoLoadImage(lldb_private::Process *process, 67 lldb_private::Status UnloadImage(lldb_private::Process *process, 85 EvaluateLibdlExpression(lldb_private::Process *process, const char *expr_cstr, 94 llvm::StringRef GetLibdlFunctionDeclarations(lldb_private::Process *process);
|