| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 711 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp) in Process() function in Process 718 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp, in Process() function in Process 799 Process::~Process() { in ~Process() 819 void Process::Finalize() { in Finalize() 1386 bool Process::IsAlive() { in IsAlive() 1599 Status Process::Resume() { in Resume() 2572 bool Process::CanJIT() { in CanJIT() 2900 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler() 4520 Process *process = (Process *)baton; in STDIOReadThreadBytesReceived() 4650 Process *m_process; [all …]
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 10 CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/FreeBSD 11 CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/POSIX 12 CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/Utility 369 SRCS+= Plugins/Process/FreeBSD/FreeBSDThread.cpp 370 SRCS+= Plugins/Process/FreeBSD/POSIXStopInfo.cpp 378 SRCS+= Plugins/Process/POSIX/CrashReason.cpp 379 SRCS+= Plugins/Process/POSIX/ProcessMessage.cpp 387 SRCS+= Plugins/Process/Utility/LinuxSignals.cpp 419 SRCS+= Plugins/Process/Utility/ThreadMemory.cpp 420 SRCS+= Plugins/Process/Utility/UnwindLLDB.cpp [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBFrame.cpp | 98 Process::StopLocker stop_locker; in IsValid() 117 Process::StopLocker stop_locker; in GetSymbolContext() 154 Process::StopLocker stop_locker; in GetModule() 189 Process::StopLocker stop_locker; in GetCompileUnit() 223 Process::StopLocker stop_locker; in GetFunction() 257 Process::StopLocker stop_locker; in GetSymbol() 289 Process::StopLocker stop_locker; in GetBlock() 322 Process::StopLocker stop_locker; in GetFrameBlock() 354 Process::StopLocker stop_locker; in GetLineEntry() 414 Process::StopLocker stop_locker; in GetPC() [all …]
|
| H A D | SBProcess.cpp | 197 Process::StopLocker stop_locker; in GetNumThreads() 457 Process::StopLocker stop_locker; in GetThreadAtIndex() 480 Process::StopLocker stop_locker; in GetNumQueues() 502 Process::StopLocker stop_locker; in GetQueueAtIndex() 816 Process::StopLocker stop_locker; in GetThreadByID() 839 Process::StopLocker stop_locker; in GetThreadByIndexID() 959 Process::StopLocker stop_locker; in ReadMemory() 993 Process::StopLocker stop_locker; in ReadCStringFromMemory() 1018 Process::StopLocker stop_locker; in ReadUnsignedFromMemory() 1043 Process::StopLocker stop_locker; in ReadPointerFromMemory() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | DynamicLibrary.cpp | 33 void *Process; member in DynamicLibrary::HandleSet 40 HandleSet() : Process(nullptr) {} in HandleSet() 48 return Handle == Process || Find(Handle) != Handles.end(); in Contains() 65 if (Process) { in AddLibrary() 67 DLClose(Process); in AddLibrary() 68 if (Process == Handle) in AddLibrary() 72 Process = Handle; in AddLibrary() 96 if (!Process || (Order & SO_LoadedFirst)) { in Lookup() 100 if (Process) { in Lookup() 102 if (void *Ptr = DLSym(Process, Symbol)) in Lookup()
|
| H A D | Process.cpp | 31 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath() 36 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath() 41 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath() 90 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Process.inc | 1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===// 60 unsigned Process::getPageSize() { 66 Process::GetMallocUsage() 95 void Process::PreventCoreFiles() { 273 bool Process::StandardInIsUserInput() { 311 bool Process::StandardOutHasColors() { 315 bool Process::StandardErrHasColors() { 363 bool Process::ColorNeedsFlush() { 409 const char *Process::OutputReverse() { 437 const char *Process::ResetColor() { [all …]
|
| H A D | DynamicLibrary.inc | 30 // 'Process' should not be released on Windows. 31 assert((!Process || Process==this) && "Bad Handle"); 37 // Create the instance and return it to be the *Process* handle 67 HS->Process = nullptr; // Just drop the *Process* handle. 95 // Could have done a dlclose on the *Process* handle 96 if (!HS->Process)
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.h | 94 bool Read(Process *process, lldb::addr_t addr); 114 bool Read(Process *process, lldb::addr_t addr); 132 bool Read(Process *process, lldb::addr_t addr); 140 bool Read(Process *process, lldb::addr_t addr); 151 static size_t GetSize(Process *process) { in GetSize() 159 bool Read(Process *process, lldb::addr_t addr); 167 bool Read(Process *process, lldb::addr_t addr); 180 static size_t GetSize(Process *process) { in GetSize() 190 bool Read(Process *process, lldb::addr_t addr); 217 bool Read_objc_class(Process *process, [all …]
|
| H A D | AppleObjCClassDescriptorV2.cpp | 20 Process *process, std::unique_ptr<objc_class_t> &objc_class) const { in Read_objc_class() 31 static lldb::addr_t GetClassDataMask(Process *process) { in GetClassDataMask() 44 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read() 177 Process *process, const objc_class_t &objc_class, in Read_class_row() 216 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read() 331 lldb_private::Process *process = m_runtime.GetProcess(); in Describe() 411 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName() 430 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass() 445 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass() 462 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Process.inc | 1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===// 76 unsigned Process::getPageSize() { 87 size_t Process::GetMallocUsage() { 129 void Process::PreventCoreFiles() { 264 bool Process::StandardInIsUserInput() { 268 bool Process::StandardOutIsDisplayed() { 394 bool Process::StandardOutHasColors() { 398 bool Process::StandardErrHasColors() { 406 bool Process::ColorNeedsFlush() { 419 const char *Process::OutputReverse() { [all …]
|
| /freebsd-12.1/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-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.h | 19 class Process; variable 28 bool InferiorCallMmap(Process *proc, lldb::addr_t &allocated_addr, 32 bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length); 34 bool InferiorCall(Process *proc, const Address *address,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/ |
| H A D | FREEBSD-Xlist | 127 source/Plugins/Process/CMakeLists.txt 128 source/Plugins/Process/FreeBSD/CMakeLists.txt 129 source/Plugins/Process/Linux/ 130 source/Plugins/Process/MacOSX-Kernel/ 131 source/Plugins/Process/NetBSD/CMakeLists.txt 132 source/Plugins/Process/POSIX/CMakeLists.txt 133 source/Plugins/Process/Utility/CMakeLists.txt 134 source/Plugins/Process/Windows/ 135 source/Plugins/Process/elf-core/CMakeLists.txt 137 source/Plugins/Process/mach-core/ [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 27 typedef DynamicLoader *(*DynamicLoaderCreateInstance)(Process *process, 29 typedef lldb::JITLoaderSP (*JITLoaderCreateInstance)(Process *process, 52 typedef OperatingSystem *(*OperatingSystemCreateInstance)(Process *process, 56 Process *process, lldb::LanguageType language); 60 Process &process); 63 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.h | 67 Process &process, const ConstString &type_name, 75 void ModulesDidLoad(Process &process, ModuleList &module_list) override; 90 static lldb::StructuredDataPluginSP CreateInstance(Process &process); 107 void AddInitCompletionHook(Process &process);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | JITLoader.h | 43 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list); 48 JITLoader(Process *process); 78 Process *m_process;
|
| H A D | QueueList.h | 32 friend class Process; variable 35 QueueList(Process *process); 117 Process *m_process; ///< The process that manages this queue list.
|
| H A D | OperatingSystem.h | 47 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name); 52 OperatingSystem(Process *process); 81 Process
|
| H A D | DynamicLoader.h | 28 class Process; variable 83 static DynamicLoader *FindPlugin(Process *process, const char *plugin_name); 88 DynamicLoader(Process *process); 360 Process
|
| H A D | ExecutionContext.h | 232 void SetProcessPtr(Process *process); 402 ExecutionContext(Process *process, Thread *thread = nullptr, 456 Process *GetProcessPtr() const; 507 Process &GetProcessRef() const; 589 void SetProcessPtr(Process *process);
|
| H A D | Process.h | 66 ProcessProperties(lldb_private::Process *process); 518 class Process : public std::enable_shared_from_this<Process>, 589 friend class Process; variable 620 static const Process::ProcessEventData * 686 ~Process() override; 2496 Process &m_process; 2918 Process *m_process; 3154 PrivateStateThreadArgs(Process *p, bool s) in PrivateStateThreadArgs() 3156 Process *process; 3239 DISALLOW_COPY_AND_ASSIGN(Process); [all …]
|
| H A D | Memory.h | 31 MemoryCache(Process &process); 67 Process &m_process; 127 AllocatedMemoryCache(Process &process); 147 Process &m_process;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptExpressionOpts.h | 35 RenderScriptRuntimeModulePass(const lldb_private::Process *process) in RenderScriptRuntimeModulePass() 41 const lldb_private::Process *m_process_ptr; 47 RSIRPasses(lldb_private::Process *process);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.h | 20 JITLoaderGDB(lldb_private::Process *process); 35 static lldb::JITLoaderSP CreateInstance(lldb_private::Process *process, 75 lldb_private::Process *process,
|