| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Process.cpp | 95 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex() 152 ProcessProperties::ProcessProperties(lldb_private::Process *process) in ProcessProperties() 165 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties() 369 ProcessSP Process::FindPlugin(lldb::TargetSP target_sp, in FindPlugin() 410 llvm::StringRef Process::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass() 415 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp) in Process() function in Process 416 : Process(target_sp, listener_sp, UnixSignals::CreateForHost()) { in Process() 421 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp, in Process() function in Process 425 Process::GetStaticBroadcasterClass().str()), in Process() 507 Process::~Process() { in ~Process() [all …]
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 477 SRCS+= Plugins/Process/FreeBSD/NativeProcessFreeBSD.cpp 478 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD.cpp 479 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm.cpp 480 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_arm64.cpp 481 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_mips64.cpp 482 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_powerpc.cpp 483 SRCS+= Plugins/Process/FreeBSD/NativeRegisterContextFreeBSD_x86_64.cpp 484 SRCS+= Plugins/Process/FreeBSD/NativeThreadFreeBSD.cpp 485 SRCS+= Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp 486 SRCS+= Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_arm64.cpp [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFrame.cpp | 105 Process *process = exe_ctx.GetProcessPtr(); in operator bool() 107 Process::StopLocker stop_locker; in operator bool() 124 Process *process = exe_ctx.GetProcessPtr(); in GetSymbolContext() 126 Process::StopLocker stop_locker; in GetSymbolContext() 146 Process *process = exe_ctx.GetProcessPtr(); in GetModule() 148 Process::StopLocker stop_locker; in GetModule() 170 Process *process = exe_ctx.GetProcessPtr(); in GetCompileUnit() 172 Process::StopLocker stop_locker; in GetCompileUnit() 194 Process *process = exe_ctx.GetProcessPtr(); in GetFunction() 196 Process::StopLocker stop_locker; in GetFunction() [all …]
|
| H A D | SBProcess.cpp | 83 return ConstString(Process::GetStaticBroadcasterClass()).AsCString(); in GetBroadcasterClassName() 194 Process::StopLocker stop_locker; in GetNumThreads() 396 Process::StopLocker stop_locker; in GetThreadAtIndex() 414 Process::StopLocker stop_locker; in GetNumQueues() 432 Process::StopLocker stop_locker; in GetQueueAtIndex() 708 Process::StopLocker stop_locker; in GetThreadByID() 726 Process::StopLocker stop_locker; in GetThreadByIndexID() 741 StateType ret_val = Process::ProcessEventData::GetStateFromEvent(event.get()); in GetStateFromEvent() 749 bool ret_val = Process::ProcessEventData::GetRestartedFromEvent(event.get()); in GetRestartedFromEvent() 757 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() 221 Process::StopLocker stop_locker; in GetStopReasonDataAtIndex() 344 Process::StopLocker stop_locker; in GetStopDescription() 368 Process::StopLocker stop_locker; in GetStopReturnValue() 411 Process::StopLocker stop_locker; in GetName() 427 Process::StopLocker stop_locker; in GetQueueName() [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/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. 63 Process::Pid Process::getProcessId() { 65 "Process::Pid should be big enough to store pid_t"); 71 Expected<unsigned> Process::getPageSize() { 89 size_t Process::GetMallocUsage() { 124 void Process::GetTimeUsage(TimePoint<> &elapsed, 138 void Process::PreventCoreFiles() { 193 std::optional<std::string> Process::GetEnv(StringRef Name) { 220 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/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. 42 Process::Pid Process::getProcessId() { 44 "Process::Pid should be big enough to store DWORD"); 61 Expected<unsigned> Process::getPageSize() { 66 size_t Process::GetMallocUsage() { 78 void Process::GetTimeUsage(TimePoint<> &elapsed, 96 void Process::PreventCoreFiles() { 115 std::optional<std::string> Process::GetEnv(StringRef Name) { 268 std::error_code Process::FixupStandardFileDescriptors() { [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 28 void *Process = &Invalid; member in DynamicLibrary::HandleSet 41 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 61 if (Process != &Invalid) { in AddLibrary() 63 DLClose(Process); in AddLibrary() 64 if (Process == Handle) in AddLibrary() 68 Process = Handle; in AddLibrary() 100 if (Process == &Invalid || (Order & SO_LoadedFirst)) { in Lookup() 104 if (Process != &Invalid) { in Lookup() 106 if (void *Ptr = DLSym(Process, Symbol)) in Lookup()
|
| H A D | Process.cpp | 34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath() 39 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, in FindInEnvPath() 43 std::optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() 108 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented() 110 [[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 | 27 class Process; variable 68 static DynamicLoader *FindPlugin(Process *process, 72 DynamicLoader(Process *process); 278 Process *process, llvm::StringRef name, UUID uuid, lldb::addr_t value, 347 lldb_private::Process &process, in CalculateDynamicSaveCoreRanges() 403 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); 68 Process
|
| H A D | QueueList.h | 29 friend class Process; variable 32 QueueList(Process *process); 96 Process *m_process; ///< The process that manages this queue list.
|
| /freebsd/contrib/llvm-project/libc/shared/ |
| H A D | rpc.h | 74 template <bool Invert> struct Process { struct 75 RPC_ATTRS Process() = default; 76 RPC_ATTRS Process(const Process &) = delete; 77 RPC_ATTRS Process &operator=(const Process &) = delete; argument 78 RPC_ATTRS Process(Process &&) = default; 79 RPC_ATTRS Process &operator=(Process &&) = default; argument 80 RPC_ATTRS ~Process() = default; 91 RPC_ATTRS Process(uint32_t port_count, void *buffer) in Process() argument 295 RPC_ATTRS Port(Process<T> &process, uint64_t lane_mask, uint32_t lane_size, in Port() 337 Process<T> &process; [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 35 typedef DynamicLoader *(*DynamicLoaderCreateInstance)(Process *process, 37 typedef lldb::JITLoaderSP (*JITLoaderCreateInstance)(Process *process, 64 typedef OperatingSystem *(*OperatingSystemCreateInstance)(Process *process, 68 Process *process, lldb::LanguageType language); 75 Process &process); 78 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process); 139 Process &process);
|
| /freebsd/contrib/llvm-project/libc/src/__support/RPC/ |
| H A D | rpc_client.h | 24 using ::rpc::Process; 28 sizeof(Process<true>) == sizeof(Process<false>),
|
| /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);
|