Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp384 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp) in Process() function in Process
391 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp, in Process() function in Process
473 Process::~Process() { in ~Process()
492 void Process::Finalize() { in Finalize()
1066 bool Process::IsAlive() { in IsAlive()
1311 Status Process::Resume() { in Resume()
2311 bool Process::CanJIT() { in CanJIT()
2648 Process::AttachCompletionHandler::AttachCompletionHandler(Process *process, in AttachCompletionHandler()
4303 Process *process = (Process *)baton; in STDIOReadThreadBytesReceived()
4434 Process *m_process;
[all …]
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile431 SRCS+= Plugins/Process/POSIX/CrashReason.cpp
433 SRCS+= Plugins/Process/POSIX/ProcessMessage.cpp
434 SRCS+= Plugins/Process/POSIX/ProcessPOSIXLog.cpp
435 SRCS+= Plugins/Process/Utility/AuxVector.cpp
439 SRCS+= Plugins/Process/Utility/HistoryThread.cpp
440 SRCS+= Plugins/Process/Utility/HistoryUnwind.cpp
442 SRCS+= Plugins/Process/Utility/LinuxSignals.cpp
449 SRCS+= Plugins/Process/Utility/NetBSDSignals.cpp
477 SRCS+= Plugins/Process/Utility/ThreadMemory.cpp
589 SRCS+= Target/Process.cpp
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp32 void *Process; member in DynamicLibrary::HandleSet
39 HandleSet() : Process(nullptr) {} in HandleSet()
45 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
62 if (Process) { in AddLibrary()
64 DLClose(Process); in AddLibrary()
65 if (Process == Handle) in AddLibrary()
69 Process = Handle; in AddLibrary()
93 if (!Process || (Order & SO_LoadedFirst)) { in Lookup()
97 if (Process) { in Lookup()
99 if (void *Ptr = DLSym(Process, Symbol)) in Lookup()
H A DProcess.cpp34 Process::FindInEnvPath(StringRef EnvName, StringRef FileName, char Separator) { in FindInEnvPath()
38 Optional<std::string> Process::FindInEnvPath(StringRef EnvName, in FindInEnvPath()
44 Optional<std::string> OptPath = Process::GetEnv(EnvName); in FindInEnvPath()
93 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; } in AreCoreFilesPrevented()
96 void Process::Exit(int RetCode, bool NoCleanup) { in Exit()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp105 Process::StopLocker stop_locker; in operator bool()
126 Process::StopLocker stop_locker; in GetSymbolContext()
149 Process::StopLocker stop_locker; in GetModule()
174 Process::StopLocker stop_locker; in GetCompileUnit()
198 Process::StopLocker stop_locker; in GetFunction()
222 Process::StopLocker stop_locker; in GetSymbol()
245 Process::StopLocker stop_locker; in GetBlock()
266 Process::StopLocker stop_locker; in GetFrameBlock()
287 Process::StopLocker stop_locker; in GetLineEntry()
337 Process::StopLocker stop_locker; in GetPC()
[all …]
H A DSBProcess.cpp198 Process::StopLocker stop_locker; in GetNumThreads()
416 Process::StopLocker stop_locker; in GetThreadAtIndex()
433 Process::StopLocker stop_locker; in GetNumQueues()
452 Process::StopLocker stop_locker; in GetQueueAtIndex()
712 Process::StopLocker stop_locker; in GetThreadByID()
731 Process::StopLocker stop_locker; in GetThreadByIndexID()
858 Process::StopLocker stop_locker; in ReadMemory()
882 Process::StopLocker stop_locker; in ReadCStringFromMemory()
906 Process::StopLocker stop_locker; in ReadUnsignedFromMemory()
929 Process::StopLocker stop_locker; in ReadPointerFromMemory()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc1 //===- Win32/Process.cpp - Win32 Process Implementation ------- -*- C++ -*-===//
46 Process::Pid Process::getProcessId() {
71 Process::GetMallocUsage()
100 void Process::PreventCoreFiles() {
279 bool Process::StandardInIsUserInput() {
317 bool Process::StandardOutHasColors() {
321 bool Process::StandardErrHasColors() {
369 bool Process::ColorNeedsFlush() {
415 const char *Process::OutputReverse() {
443 const char *Process::ResetColor() {
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc1 //===- Unix/Process.cpp - Unix Process Implementation --------- -*- C++ -*-===//
69 Process::Pid Process::getProcessId() {
91 size_t Process::GetMallocUsage() {
137 void Process::PreventCoreFiles() {
272 bool Process::StandardInIsUserInput() {
276 bool Process::StandardOutIsDisplayed() {
396 bool Process::StandardOutHasColors() {
400 bool Process::StandardErrHasColors() {
408 bool Process::ColorNeedsFlush() {
421 const char *Process::OutputReverse() {
[all …]
/freebsd-13.1/share/doc/psd/20.ipctut/
H A Dfig8.xfig4 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-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h98 bool Read(Process *process, lldb::addr_t addr);
118 bool Read(Process *process, lldb::addr_t addr);
136 bool Read(Process *process, lldb::addr_t addr);
146 bool Read(Process *process, lldb::addr_t addr);
157 static size_t GetSize(Process *process, bool is_small) { in GetSize()
169 bool Read(Process *process, lldb::addr_t addr,
178 bool Read(Process *process, lldb::addr_t addr);
191 static size_t GetSize(Process *process) { in GetSize()
201 bool Read(Process *process, lldb::addr_t addr);
228 bool Read_objc_class(Process *process,
[all …]
H A DAppleObjCClassDescriptorV2.cpp18 Process *process, std::unique_ptr<objc_class_t> &objc_class) const { in Read_objc_class()
29 static lldb::addr_t GetClassDataMask(Process *process) { in GetClassDataMask()
42 bool ClassDescriptorV2::objc_class_t::Read(Process *process, in Read()
187 Process *process, const objc_class_t &objc_class, in Read_class_row()
226 bool ClassDescriptorV2::method_list_t::Read(Process *process, in Read()
366 lldb_private::Process *process = m_runtime.GetProcess(); in Describe()
451 lldb_private::Process *process = m_runtime.GetProcess(); in GetClassName()
470 lldb_private::Process *process = m_runtime.GetProcess(); in GetSuperclass()
485 lldb_private::Process *process = m_runtime.GetProcess(); in GetMetaclass()
502 lldb_private::Process *process = m_runtime.GetProcess(); in GetInstanceSize()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h35 typedef DynamicLoader *(*DynamicLoaderCreateInstance)(Process *process,
37 typedef lldb::JITLoaderSP (*JITLoaderCreateInstance)(Process *process,
62 typedef OperatingSystem *(*OperatingSystemCreateInstance)(Process *process,
66 Process *process, lldb::LanguageType language);
73 Process &process);
76 typedef SystemRuntime *(*SystemRuntimeCreateInstance)(Process *process);
122 Process &process);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPostMortemProcess.h23 class PostMortemProcess : public Process {
25 using Process::Process;
H A DJITLoader.h38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
41 JITLoader(Process *process);
63 Process *m_process;
H A DRuntime.h17 Runtime(Process *process) : m_process(process) {} in Runtime()
22 Process *GetProcess() { return m_process; } in GetProcess()
29 Process *m_process;
H A DProcess.h72 ProcessProperties(lldb_private::Process *process);
341 class Process : public std::enable_shared_from_this<Process>,
404 friend class Process; variable
437 static const Process::ProcessEventData *
497 ~Process() override;
2200 Process &m_process;
2696 Process *m_process;
2995 Process *process;
3076 Process(const Process &) = delete;
3077 const Process &operator=(const Process &) = delete;
[all …]
H A DOperatingSystem.h41 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name);
43 OperatingSystem(Process *process);
66 Process
H A DDynamicLoader.h25 class Process; variable
66 static DynamicLoader *FindPlugin(Process *process, const char *plugin_name);
69 DynamicLoader(Process *process);
311 Process
H A DQueueList.h29 friend class Process; variable
32 QueueList(Process *process);
98 Process *m_process; ///< The process that manages this queue list.
H A DExecutionContext.h201 void SetProcessPtr(Process *process);
340 ExecutionContext(Process *process, Thread *thread = nullptr,
388 Process *GetProcessPtr() const;
431 Process &GetProcessRef() const;
489 void SetProcessPtr(Process *process);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h58 Process &process, ConstString type_name,
66 void ModulesDidLoad(Process &process, ModuleList &module_list) override;
77 static lldb::StructuredDataPluginSP CreateInstance(Process &process);
92 void AddInitCompletionHook(Process &process);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.h18 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-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.h34 RenderScriptRuntimeModulePass(const lldb_private::Process *process) in RenderScriptRuntimeModulePass()
40 const lldb_private::Process *m_process_ptr;
46 RSIRPasses(lldb_private::Process *process);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp52 assert((SlabSize % sys::Process::getPageSizeEstimate()) == 0 && in allocate()
77 if (!isPowerOf2_64((uint64_t)sys::Process::getPageSizeEstimate())) in allocate()
91 if (Seg.getAlignment() > sys::Process::getPageSizeEstimate()) in allocate()
96 TotalSize = alignTo(TotalSize, sys::Process::getPageSizeEstimate()); in allocate()
115 sys::Process::getPageSizeEstimate()); in allocate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h65 uint32_t DoLoadImage(lldb_private::Process *process,
71 lldb_private::Status UnloadImage(lldb_private::Process *process,
89 EvaluateLibdlExpression(lldb_private::Process *process, const char *expr_cstr,
98 llvm::StringRef GetLibdlFunctionDeclarations(lldb_private::Process *process);

12345678910>>...15