Searched refs:process (Results 226 - 250 of 593) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp213 Thread::Thread(Process &process, lldb::tid_t tid, bool use_invalid_index_id) argument
215 Broadcaster(process.GetTarget().GetDebugger().GetBroadcasterManager(),
217 m_process_wp(process.shared_from_this()), m_stop_info_sp(),
221 : process.GetNextThreadIndexID(tid)),
745 // Based on the current thread plan and process stop info, check if this
746 // thread caused the process to stop. NOTE: this must take place before the
1598 Process *process = exe_ctx.GetProcessPtr(); local
1599 if (!process || !format)
1654 Process *process = GetProcess().get(); local
1655 if (process) {
1730 Process *process = exe_ctx.GetProcessPtr(); local
1913 Process *process = GetProcess().get(); local
1946 Process *process = GetProcess().get(); local
1978 Process *process = GetProcess().get(); local
[all...]
H A DAssertFrameRecognizer.cpp91 void RegisterAssertFrameRecognizer(Process *process) { argument
92 Target &target = process->GetTarget();
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp286 Process *process = m_exe_ctx.GetProcessPtr(); local
289 if (process) {
293 "function without the process being stopped.\n");
298 "no currently running process.\n");
318 Process *process = m_exe_ctx.GetProcessPtr(); local
321 if (process) {
325 "function without the process being stopped.\n");
330 "no currently running process.\n");
387 Process *process = m_exe_ctx.GetProcessPtr(); local
390 if (process) {
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Ddefault_permissions.cc63 EXPECT_CALL(*m_mock, process(
74 EXPECT_CALL(*m_mock, process(
93 EXPECT_CALL(*m_mock, process(
113 EXPECT_CALL(*m_mock, process(
132 EXPECT_CALL(*m_mock, process(
183 EXPECT_CALL(*m_mock, process(
196 EXPECT_CALL(*m_mock, process(
209 EXPECT_CALL(*m_mock, process(
229 EXPECT_CALL(*m_mock, process(
242 EXPECT_CALL(*m_mock, process(
[all...]
H A Dcreate.cc48 EXPECT_CALL(*m_mock, process(
73 EXPECT_CALL(*m_mock, process(
97 EXPECT_CALL(*m_mock, process(
135 EXPECT_CALL(*m_mock, process(
160 EXPECT_CALL(*m_mock, process(
225 EXPECT_CALL(*m_mock, process(
243 EXPECT_CALL(*m_mock, process(
399 EXPECT_CALL(*m_mock, process(
H A Dopendir.cc53 EXPECT_CALL(*m_mock, process(
62 EXPECT_CALL(*m_mock, process(
H A Dreadlink.cc50 EXPECT_CALL(*m_mock, process(
104 EXPECT_CALL(*m_mock, process(
/freebsd-current/contrib/kyua/engine/
H A Dscheduler.hpp52 /// See the documentation in utils/process/executor.hpp for details on
74 #include "utils/process/executor_fwd.hpp"
75 #include "utils/process/status_fwd.hpp"
112 const utils::optional< utils::process::status >& status,
161 const utils::optional< utils::process::status >& status,
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dprocess.hpp32 #include <atf-c/detail/process.h>
44 namespace process { namespace in namespace:atf
271 } // namespace process
/freebsd-current/tools/test/stress2/misc/
H A Dumtx_suspend.sh24 // success: the process exits
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h29 CreateInstance(Process *process, lldb::LanguageType language);
155 AppleObjCRuntimeV1(Process *process);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h118 ThreadPlanStackMap(Process &process) : m_process(process) {} argument
H A DMemory.h19 // A class to track memory that was read from a live process between
24 MemoryCache(Process &process);
113 // some memory in a process that is being debugged.
117 AllocatedMemoryCache(Process &process);
H A DLanguageRuntime.h63 static LanguageRuntime *FindPlugin(Process *process,
254 LanguageRuntime(Process *process);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadExtensions.i51 process = property(GetProcess, None, doc='''A read only property that returns an lldb object that represents the process (lldb.SBProcess) that owns this thread.''')
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp69 /// Callback used by libipt for reading the process memory.
76 Process *process = static_cast<Process *>(context); local
79 int bytes_read = process->ReadMemory(pc, buffer, size, error);
86 static Error SetupMemoryImage(pt_insn_decoder *decoder, Process &process) { argument
89 int status = pt_image_set_callback(image, ReadProcessMemory, &process);
95 /// Create an instruction decoder for the given buffer and the given process.
98 Process &process) {
109 if (Error err = SetupMemoryImage(decoder_ptr, process))
118 /// raw trace without pinning it to a particular process.
360 /// \param[in] process
97 CreateInstructionDecoder(TraceIntelPT &trace_intel_pt, ArrayRef<uint8_t> buffer, Process &process) argument
371 Create(TraceIntelPT &trace_intel_pt, const PSBBlock &psb_block, ArrayRef<uint8_t> buffer, Process &process, std::optional<lldb::addr_t> next_block_ip, DecodedThread &decoded_thread, std::optional<DecodedThread::TSC> tsc_upper_bound) argument
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp358 Process *process = exe_ctx->GetProcessPtr(); local
359 if (process == nullptr || !process->IsAlive()) {
378 error.SetErrorString("can't read load address (invalid process)");
384 process->GetTarget().GetArchitecture().GetByteOrder());
386 process->GetTarget().GetArchitecture().GetAddressByteSize());
424 // Don't use the load address if the process has exited.
530 // The address is an address in this process, so just copy it.
547 // The execution context might have a NULL process, but it might have a
548 // valid process i
551 Process *process = exe_ctx->GetProcessPtr(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp149 // m_exe_ctx has shared pointers to the target, process, thread and frame and
159 // so we guarantee the selected target, process, thread and frame can't go
219 Process *process = m_interpreter.GetExecutionContext().GetProcessPtr(); local
220 if (process == nullptr) {
221 // A process that is not running is considered paused.
227 StateType state = process->GetState();
250 result.AppendError("Process is running. Use 'process interrupt' to "
702 Process *process = m_exe_ctx.GetProcessPtr();
703 if (!process) {
709 process
[all...]
/freebsd-current/contrib/kyua/cli/
H A Dmain_test.cpp52 #include "utils/process/child.ipp"
53 #include "utils/process/status.hpp"
61 namespace process = utils::process;
461 const process::status status = process::child::fork_files(
/freebsd-current/contrib/kyua/utils/process/
H A Dsystembuf.cpp29 #include "utils/process/systembuf.hpp"
39 using utils::process::systembuf;
/freebsd-current/contrib/libevent/
H A Devrpc-internal.h44 int (*process)(void *, struct evhttp_request *, member in struct:evrpc_hook
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_fuchsia.cpp10 // Information about the process mappings (Fuchsia-specific parts).
15 #include <zircon/process.h>
23 // The cache flag is ignored on Fuchsia because a process can always get this
24 // information via its process-self handle.
/freebsd-current/contrib/tcsh/
H A Dsh.decls.h47 extern void process (int);
360 extern void pjwait (struct process *);
364 extern int pstart (struct process *, int);
366 extern struct process *pfind (Char *);
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in57 process($file);
64 sub process {
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h44 int (*process)(void *, struct evhttp_request *, member in struct:evrpc_hook

Completed in 277 milliseconds

1234567891011>>