Searched refs:process (Results 276 - 300 of 451) sorted by relevance

<<111213141516171819

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h22 #include <zircon/process.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.h134 /// Registers the given message with this process.
155 virtual FreeBSDThread *CreateNewFreeBSDThread(lldb_private::Process &process,
186 /// Message queue notifying this instance of inferior process state changes.
193 /// Returns true if the process has exited.
196 /// Returns true if the process is stopped.
H A DProcessFreeBSD.cpp157 LLDB_LOGF(log, "process %" PRIu64 " resuming (%s)", GetID(),
303 // Find out what we can about this process
478 error.SetErrorString("invalid process id");
530 ProcessFreeBSD::CreateNewFreeBSDThread(lldb_private::Process &process, argument
532 return new FreeBSDThread(process, tid);
897 EmulatorBaton(ProcessFreeBSD *process, RegisterContext *reg_context) argument
898 : m_process(process), m_reg_context(reg_context) {}
H A DRegisterContextPOSIXProcessMonitor_x86.cpp67 ProcessFreeBSD *process = static_cast<ProcessFreeBSD *>(base.get()); local
68 return process->GetMonitor();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h108 /// variables for the process.
227 /// \param[in] process
228 /// The process to use. For Objective-C symbols, the process's
229 /// Objective-C language runtime may be queried if the process
240 lldb::addr_t GetSymbolAddress(Target &target, Process *process,
327 nullptr; ///< The persistent variables for the process.
540 /// The type of the found value, as it was found in the user process.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp316 Process *process = exe_ctx.GetProcessPtr(); variable
317 if (process->GetModIDRef().IsLastResumeForUserExpression()) {
346 process->GetIgnoreBreakpointsInExpressions();
365 process->GetTarget().GetDebugger().GetAsyncOutputStream()->Printf(
703 // check if this process is running on an architecture where
H A DProcess.cpp74 // Comment out line below to disable memory caching, overriding the process
75 // setting target.process.disable-memory-cache
98 // When getting the value for a key from the process options, we will
99 // always try and grab the setting from the current process if there is
102 Process *process = exe_ctx->GetProcessPtr(); variable
103 if (process) {
106 process->GetValueProperties().get());
123 ProcessProperties::ProcessProperties(lldb_private::Process *process) argument
125 m_process(process) // Can be nullptr for global ProcessProperties
127 if (process
[all...]
H A DThreadList.cpp25 ThreadList::ThreadList(Process *process) argument
26 : ThreadCollection(), m_process(process), m_stop_id(0),
635 // Notify threads that the process just stopped. Note, this currently
636 // assumes that all threads in the list stop when the process stops. In
714 // process) will eventually solve this issue for us, but for now, we need
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp79 "NativeProcessDarwin::%s() failed to launch process: "
94 // Create the Darwin native process impl.
103 // Finalize the processing needed to debug the launched process with a
109 " the launching of the process: %s",
114 // Return the process and process id to the caller through the launch args.
126 // Retrieve the architecture for the running process.
180 // Terminate the inferior process. There's nothing meaningful we can do if
181 // we can't receive signals and exceptions. Since we launched the process,
199 "process wit
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp174 // We need to call finalize on the process before destroying ourselves to
252 // when generating a dump for a process that hasn't crashed.
457 // check if the process is wow64 - a 32 bit windows process running on a
711 : CommandObjectParsed(interpreter, "process plugin dump",
735 "Dump linux process uptime."),
805 ProcessMinidump *process = static_cast<ProcessMinidump *>( variable
809 MinidumpParser &minidump = *process->m_minidump_parser;
838 process->GetAddressByteSize());
872 process
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c11 #include <process.h>
319 /* Temporarily suspend getting SIGKILL upon exit of the parent process. */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp118 Process *process; member in struct:__anon1234::GetArgsCtx
139 ctx.process->ReadMemory(sp, &arg.value, sizeof(uint32_t), err);
207 size_t read = ctx.process->ReadMemory(sp, &arg.value, size, err);
251 ctx.process->ReadMemory(sp, &arg.value, arg_size, err);
327 ctx.process->ReadMemory(sp, &arg.value, arg_size, err);
374 ctx.process->ReadMemory(sp, &arg.value, arg_size, err);
399 assert(ctx.reg_ctx && ctx.process);
778 RenderScriptRuntime::CreateInstance(Process *process, argument
782 return new RenderScriptRuntime(process);
1475 Process *process local
4927 RenderScriptRuntime(Process *process) argument
[all...]
H A DRenderScriptRuntime.h311 CreateInstance(Process *process, lldb::LanguageType language);
494 RenderScriptRuntime(Process *process); // Call CreateInstance instead.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp240 ENTRY("frame", ScriptFrame), ENTRY("process", ScriptProcess),
257 ENTRY_CHILDREN("process", Invalid, g_process_child_entries),
1158 Process *process = exe_ctx->GetProcessPtr(); local
1159 if (process) {
1163 s.Printf(format, process->GetID());
1171 Process *process = exe_ctx->GetProcessPtr(); local
1172 if (process) {
1173 Module *exe_module = process->GetTarget().GetExecutableModulePointer();
1184 Process *process = exe_ctx->GetProcessPtr(); local
1185 if (process)
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp919 Process *process = nullptr; local
923 process = exe_ctx->GetProcessPtr();
978 // process where shared libraries have been slid. To account for this, this
1060 if (process) {
1065 process->ReadPointerFromMemory(pointer_addr, error);
1080 "NULL process for DW_OP_deref.\n");
1161 if (process) {
1166 if (process->ReadMemory(pointer_addr, &addr_bytes, size, error) ==
1169 process->GetByteOrder(), size);
1200 "NULL process fo
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsol2-c1.asm36 ! This file takes control of the process from the kernel, as specified
/freebsd-11-stable/sys/conf/
H A Dkern.opts.mk21 # These options are used by the kernel build process (kern.mk and kmod.mk)
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c361 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; local
364 &process, error);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1273 // the contents in the process.
2415 return NamespaceEndCommentsFixer(Env, Expanded).process();
2420 return UsingDeclarationsSorter(Env, Expanded).process();
2427 return JavaScriptRequoter(Env, Expanded).process();
2431 return Formatter(Env, Expanded, Status).process();
2478 return Cleaner(Environment(Code, FileName, Ranges), Style).process().first;
2496 .process()
2505 .process()
2577 Guesser.process();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc22 // already have been destroyed, or be in the process of being destroyed.
265 // reduce the size, some other part of the process might need a larger stack
454 /// Add a function to be called when a signal is delivered to the process. The
630 /// process, print a stack trace and then exit.
H A DProcess.inc444 // Otherwise, swizzle the current time and the process ID to form a reasonable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/MacOSX-i386/
H A DABIMacOSX_i386.cpp783 bool is_signed, Process *process,
788 if (process->ReadScalarIntegerFromMemory(current_stack_argument, byte_size,
782 ReadIntegerArgument(Scalar &scalar, unsigned int bit_width, bool is_signed, Process *process, addr_t &current_stack_argument) argument
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp190 /// unwinding a thread in the same process. The wrappers compile away,
433 HANDLE process = GetCurrentProcess();
436 if (!EnumProcessModules(process, mods, sizeof(mods), &needed)) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp119 // the JIT compilation process. Use a forked process and a copying
122 cl::desc("Execute MCJIT'ed code in a separate process."),
125 // Manually specify the child process for remote execution. This overrides
127 // execution. The child process will be executed and will communicate with
130 ChildExecPath("mcjit-remote-process",
131 cl::desc("Specify the filename of the process to launch "
133 "\n\tremote execution will be simulated in-process."),
201 "no-process-syms",
202 cl::desc("Do not resolve lli process symbol
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Darc4random.c56 #include <process.h>

Completed in 403 milliseconds

<<111213141516171819