Searched refs:process (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp306 Process *process = exe_ctx.GetProcessPtr(); local
307 if (process)
308 m_data.SetAddressByteSize(process->GetAddressByteSize());
H A DValueObjectConstResult.cpp277 Process *process = exe_ctx.GetProcessPtr(); local
278 if (process && process->IsPossibleDynamicValue(*this))
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h54 /// Sends a process a UNIX signal \a signal.
60 /// Tells a process to interrupt all operations as if by a Ctrl-C.
63 /// a SIGSTOP to the process via the NativeProcessProtocol::Signal()
72 // Tells a process not to stop the inferior on given signals and just
207 // Callbacks for low-level process state changes
212 virtual void InitializeDelegate(NativeProcessProtocol *process) = 0;
214 virtual void ProcessStateChanged(NativeProcessProtocol *process,
217 virtual void DidExec(NativeProcessProtocol *process) = 0;
242 /// A NativeDelegate impl previously registered with this process.
245 /// successfully removed from the process, \
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_gtc.c138 eap->process = eap_gtc_process;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModule.h30 SBModule(lldb::SBProcess &process, lldb::addr_t header_addr);
71 /// install path is set, every time the process is about to launch
83 /// install path is set, every time the process is about to launch
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h23 // This is a thread list with lots of functionality for use only by the process
30 ThreadList(Process *process);
115 /// will return false for WillResume, and then the process will not be
119 /// \b true instructs the process to resume normally,
121 /// the process will not actually run. The thread must then return
146 Process *m_process; ///< The process that manages this thread list.
148 m_stop_id; ///< The process stop ID that this thread list is valid for.
H A DTargetList.h66 /// process.
140 /// with a matching process ID.
145 /// Find the target that contains a process with process ID \a
149 /// The process ID to search our target list for.
153 /// pointer will contain nullptr if no target objects own a process
154 /// with a matching process ID.
157 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
163 /// Find the target that contains the process with process I
[all...]
H A DProcess.h63 // Pass nullptr for "process" if the ProcessProperties are to be the global
65 ProcessProperties(lldb_private::Process *process);
95 // Describes any information that is required to attach to a process.
173 // Get and set the actual listener that will be used for the process events
190 // immediately continuing the process once
225 // This class tracks the Modification state of the process. Things that can
350 /// A plug-in interface definition class for debugging a process.
386 // We use a read/write lock to allow on or more clients to access the process
387 // state while the process is stopped (reader). We lock the write lock to
388 // control access to the process whil
2145 ProcessEventHijacker(Process &process, lldb::ListenerSP listener_sp) argument
2525 NextEventAction(Process *process) argument
2767 Process *process; member in struct:lldb_private::Process::PrivateStateThreadArgs
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.h44 NativeThreadDarwin(NativeProcessDarwin *process, bool is_64_bit,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h137 ThreadElfCore(lldb_private::Process &process, const ThreadData &td);
H A DThreadElfCore.cpp51 ThreadElfCore::ThreadElfCore(Process &process, const ThreadData &td) argument
52 : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(),
81 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get());
82 ArchSpec arch = process->GetArchitecture();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h28 ThreadGDBRemote(Process &process, lldb::tid_t tid);
H A DProcessGDBRemote.cpp264 m_async_broadcaster(nullptr, "lldb.process.gdb-remote.async-broadcaster"),
266 Listener::MakeListener("lldb.process.gdb-remote.async-listener")),
325 // We need to call finalize on the process before destroying ourselves to
331 // The general Finalize is going to try to destroy the process and that
450 // Use the process' architecture instead of the host arch, if available
497 reg_num, // process plugin reg num
590 // (and consequently the ABI we'll get from the process) may be wrong.
659 // We don't have a valid process ID, so note that we are connected and
660 // could now request to launch or attach, or get remote process listings...
663 // We have a valid process
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp491 SBProcess process(GetCommandInterpreter().GetProcess());
492 ProcessSP process_sp(process.GetSP());
499 HandleProcessEvent(process, event, GetOutputFile(), GetErrorFile());
516 void SBDebugger::HandleProcessEvent(const SBProcess &process, argument
521 (const lldb::SBProcess &, const lldb::SBEvent &, SBFile, SBFile), process,
524 return HandleProcessEvent(process, event, out.m_opaque_sp, err.m_opaque_sp);
527 void SBDebugger::HandleProcessEvent(const SBProcess &process, argument
532 (const lldb::SBProcess &, const lldb::SBEvent &, FILE *, FILE *), process,
537 return HandleProcessEvent(process, event, outfile, errfile);
540 void SBDebugger::HandleProcessEvent(const SBProcess &process, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c28 #include <zircon/process.h>
66 /* Get information about the current process. */
72 lprofWrite("LLVM Profile: cannot get info about current process: %s\n",
85 /* Give the VMO a name including our process KOID so it's easy to spot. */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp159 __NSArrayMSize_Impl(lldb_private::Process &process, argument
162 valobj_addr + process.GetAddressByteSize();
164 process.ReadMemory(start_of_descriptor, &descriptor,
173 __NSArrayMSize(lldb_private::Process &process, lldb::addr_t valobj_addr, argument
175 if (process.GetAddressByteSize() == 4) {
176 return __NSArrayMSize_Impl<DataDescriptor<uint32_t>>(process, valobj_addr,
179 return __NSArrayMSize_Impl<DataDescriptor<uint64_t>>(process, valobj_addr,
272 __NSFrozenArrayMSize(lldb_private::Process &process, lldb::addr_t valobj_addr, argument
274 return Foundation1437::__NSArrayMSize(process, valobj_addr, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp281 // Read memory from the inferior process
287 "Read from the memory of the current target process.", nullptr,
956 "Find a value in the memory of the current target process.",
1023 // No need to check "process" for validity as eCommandRequiresProcess
1025 Process *process = m_exe_ctx.GetProcessPtr(); variable
1064 process->GetTarget().EvaluateExpression(
1128 process->ReadMemory(
1133 process->GetByteOrder(),
1134 process->GetAddressByteSize());
1186 // Write memory to the inferior process
1311 Process *process = m_exe_ctx.GetProcessPtr(); variable
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp26 #include "atf-c++/detail/process.hpp"
31 #include "atf-c/detail/process.h"
40 namespace detail = atf::process::detail;
41 namespace impl = atf::process;
42 #define IMPL_NAME "atf::process"
342 // iostreams, so we cannot do it from the C library where all the process
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Drmjob.c133 * process the files
136 process(pp, files[i]->d_name);
191 process(const struct printer *pp, char *file) function
327 * us to process requests of indeterminate length without
/freebsd-11-stable/contrib/tcsh/
H A Dtc.decls.h89 extern struct process *find_stop_ed (void);
90 extern void fg_proc_entry (struct process *);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h31 /// Manages communication with the inferior (debugee) process.
33 /// Upon construction, this class prepares and launches an inferior process
36 /// Changes in the inferior process state are propagated to the associated
41 /// the inferior process state.
44 /// Launches an inferior process ready for debugging. Forms the
46 ProcessMonitor(ProcessFreeBSD *process, lldb_private::Module *module,
55 ProcessMonitor(ProcessFreeBSD *process, lldb::pid_t pid,
60 /// Provides the process number of debugee.
63 /// Returns the process associated with this ProcessMonitor.
67 /// process
[all...]
H A DRegisterContextPOSIXProcessMonitor_arm.cpp30 ProcessFreeBSD *process = static_cast<ProcessFreeBSD *>(base.get()); local
31 return process->GetMonitor();
H A DRegisterContextPOSIXProcessMonitor_arm64.cpp31 ProcessFreeBSD *process = static_cast<ProcessFreeBSD *>(base.get()); local
32 return process->GetMonitor();
H A DRegisterContextPOSIXProcessMonitor_mips64.cpp31 ProcessFreeBSD *process = static_cast<ProcessFreeBSD *>(base.get()); local
32 return process->GetMonitor();
H A DRegisterContextPOSIXProcessMonitor_powerpc.cpp31 ProcessFreeBSD *process = static_cast<ProcessFreeBSD *>(base.get()); local
32 return process->GetMonitor();
47 // XXX: Need a way to read/write process VMX registers with ptrace.
63 // XXX: Need a way to read/write process VMX registers with ptrace.

Completed in 230 milliseconds

1234567891011>>