Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp -------------------------------------------------------===//
54 #include "lldb/Target/Process.h"
104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex()
119 ProcessMemoryIterator(Process &process, lldb::addr_t base)
139 Process &m_process;
188 ProcessProperties::ProcessProperties(lldb_private::Process *process) in GetDisableMemoryCache()
201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in GetExtraStartupCommands()
399 ProcessSP Process::FindPlugin(lldb::TargetSP target_sp, in FindPlugin()
440 llvm::StringRef Process::GetStaticBroadcasterClass() { in Process()
445 Process in Process()
415 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp) Process() function in Process
421 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp, Process() function in Process
[all...]
/freebsd-src/lib/clang/liblldb/
H A DMakefile9 #CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/FreeBSD
10 #CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/POSIX
11 #CFLAGS+= -I${LLDB_SRCS}/source/Plugins/Process/Utility
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/FreeBS
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp33 #include "lldb/Target/Process.h"
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 *proces in GetFunction()
[all...]
H A DSBProcess.cpp24 #include "lldb/Target/Process.h"
83 return ConstString(Process::GetStaticBroadcasterClass()).AsCString(); in GetPluginName()
193 Process::StopLocker stop_locker; in GetNumThreads()
326 stream.Printf("Process %" PRIu64 " %s\n", process_sp->GetID(), in ReportEventState()
339 ::snprintf(message, sizeof(message), "Process %" PRIu64 " %s\n", in AppendEventStateReport()
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 in GetThreadByIndexID()
[all...]
H A DSBThread.cpp31 #include "lldb/Target/Process.h"
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 in GetName()
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.h24 DynamicLoaderFreeBSDKernel(lldb_private::Process *process,
40 CreateInstance(lldb_private::Process *process, bool force);
44 static lldb::addr_t FindFreeBSDKernel(lldb_private::Process *process);
106 bool ReadMemoryModule(lldb_private::Process *process);
108 bool LoadImageUsingMemoryModule(lldb_private::Process *process);
110 bool LoadImageUsingFileAddress(lldb_private::Process *process);
125 void PrivateInitialize(lldb_private::Process *process);
145 CheckForKernelImageAtAddress(lldb_private::Process *process,
149 static lldb::addr_t FindKernelAtLoadAddress(lldb_private::Process *process);
151 static bool ReadELFHeader(lldb_private::Process *process,
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.h101 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 *process, lldb::addr_t addr);
[all …]
H A DAppleObjCClassDescriptorV2.cpp22 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-src/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc1 //===- 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
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc1 //===- 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
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDynamicLibrary.cpp28 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 DProcess.cpp1 //===-- Process.cpp - Implement OS Process Concept --------------*- C++ -*-===//
9 // This file implements the operating system Process concept.
13 #include "llvm/Support/Process.h"
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()
106 // may disable core dumps by calling Process::PreventCoreFiles().
109 bool Process::AreCoreFilesPrevented() { return coreFilesPrevented; }
111 [[noreturn]] void Process
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h26 class Process;
44 /// using the: Process::RegisterNotificationCallbacks (const Notifications&)
48 /// that get called using: Process::BreakpointSetCallback (lldb::user_id_t,
67 static DynamicLoader *FindPlugin(Process *process,
71 DynamicLoader(Process *process);
277 Process *process, llvm::StringRef name, UUID uuid, lldb::addr_t value,
386 // Calls into the Process protected method LoadOperatingSystemPlugin:
391 Process
25 class Process; global() variable
H A DPostMortemProcess.h12 #include "lldb/Target/Process.h"
20 /// \a lldb_private::Process virtual functions overrides that are common
23 class PostMortemProcess : public Process {
24 using Process::Process;
29 : Process(target_sp, listener_sp), m_core_file(core_file) {}
H A DTrace.h132 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();
541 Process *m_live_process = nullptr;
550 std::vector<Process *> postmortem_processes;
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 DOperatingSystem.h41 static OperatingSystem *FindPlugin(Process *process, const char *plugin_name);
43 OperatingSystem(Process *process);
66 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-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h34 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-src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.h56 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-src/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-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h61 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);

12345678910>>...17