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

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugger.cpp323 lldb::SBProcess process = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); local
325 const uint32_t nStopId = process.GetStopID(include_expression_stops);
328 lldb::SBEvent event = process.GetStopEventForStopID(nStopId);
329 process.GetBroadcaster().BroadcastEvent(event);
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dpex-djgpp.c36 #include <process.h>
275 /* Wait for a child process to complete. Actually the child process
H A Dpex-msdos.c37 #include <process.h>
281 /* Wait for a child process to complete. Actually the child process
/freebsd-11.0-release/contrib/groff/src/include/
H A Dnonposix.h50 # include <process.h>
147 * which may result in improper grouping of arguments passed to a child process
/freebsd-11.0-release/contrib/groff/src/roff/troff/
H A Dtoken.h70 void process();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h163 static lldb_private::LanguageRuntime *CreateInstance(Process *process, lldb::LanguageType language);
311 RenderScriptRuntime(Process *process); // Call CreateInstance instead.
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c357 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; local
360 &process, error);
/freebsd-11.0-release/crypto/openssh/
H A Dssh-pkcs11-helper.c211 process(void) function
362 process();
/freebsd-11.0-release/contrib/bmake/mk/
H A Dauto.obj.mk20 # if another process made a dir that mkdir expected to.
/freebsd-11.0-release/share/mk/
H A Dauto.obj.mk21 # if another process made a dir that mkdir expected to.
/freebsd-11.0-release/contrib/atf/atf-c/detail/
H A Dprocess_test.c26 #include "atf-c/detail/process.h"
71 void (*process)(void *, atf_process_child_t *); member in struct:base_stream
84 .process = phook, \
423 if (outfs->process != NULL)
424 outfs->process(out, &child);
425 if (errfs->process != NULL)
426 errfs->process(err, &child);
832 /* Wait until the child process performs the wait call. This is
/freebsd-11.0-release/share/dtrace/
H A Dwatch_vop_remove26 * $Title: dtrace(1) script to log process(es) entering vfs::vop_remove $
345 * Examine process, parent process, and grandparent process details
450 * Print process, parent, and grandparent details
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp397 // and when our inferior process execs
843 log->Printf ("async: timed out waiting for process to resume, but process was resumed");
851 log->Printf ("async: timed out waiting for process to resume");
857 // yet we were able to get the lock, so the process must have
900 ( ProcessGDBRemote *process,
948 ((real_used_usec > 0) || (process->HasAssignedIndexIDToThread(thread_id)));
956 int32_t index_id = process->AssignIndexIDToThread(thread_id);
991 ProcessGDBRemote *process,
1042 ProcessGDBRemote *process,
899 HarmonizeThreadIdsForProfileData( ProcessGDBRemote *process, StringExtractorGDBRemote& profileDataExtractor ) argument
989 SendvContPacket( ProcessGDBRemote *process, const char *payload, size_t packet_length, StringExtractorGDBRemote &response ) argument
1040 SendContinuePacketAndWaitForResponse( ProcessGDBRemote *process, const char *payload, size_t packet_length, StringExtractorGDBRemote &response ) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dprocfs.c1 /* Machine independent support for SVR4 /proc (process file system) for GDB.
67 * that represents the process you wish to interact with, and
69 * the state of the other process.
159 procfs_ops.to_longname = "Unix /proc child process";
161 "Unix /proc child process (started by the \"run\" command).";
287 for each process. We are at least guaranteed that they won't
288 change over the lifetime of the process. But each process could
302 concerning a /proc process. There should be exactly one procinfo
303 for each process, an
5624 procinfo *process = NULL; local
[all...]
/freebsd-11.0-release/usr.bin/unifdef/
H A Dunifdef.c236 static void process(void);
308 case 'k': /* process constant #ifs */
399 process();
406 process();
415 process();
496 " -k process constant #if expressions\n"
677 * lineval == LT_EOF, so the process() loop will terminate.
755 process(void) function
768 debug("process line %d %s -> %s depth %d",
1548 * Read and process on
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpoint.cpp564 Process *process = exe_ctx.GetProcessPtr(); local
565 if (process)
567 SBProcess sb_process (process->shared_from_this());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Go/
H A DGoUserExpression.cpp272 Process *process = exe_ctx.GetProcessPtr(); local
275 if (target == nullptr || process == nullptr || process->GetState() != lldb::eStateStopped)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextPOSIX_x86.cpp567 // Get the target process whose privileged thread was used for the register read.
569 Process *process = CalculateProcess().get();
571 if (process)
572 byte_order = process->GetByteOrder();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp166 /// \brief Pre-process a function which propagates taint according to the
168 ProgramStateRef process(const CallExpr *CE, CheckerContext &C) const;
307 State = Rule.process(CE, C);
445 GenericTaintChecker::TaintPropagationRule::process(const CallExpr *CE, function in class:GenericTaintChecker::TaintPropagationRule
/freebsd-11.0-release/contrib/llvm/tools/lli/
H A Dlli.cpp98 // the JIT compilation process. Use a forked process and a copying
101 cl::desc("Execute MCJIT'ed code in a separate process."),
104 // Manually specify the child process for remote execution. This overrides
106 // execution. The child process will be executed and will communicate with
109 ChildExecPath("mcjit-remote-process",
110 cl::desc("Specify the filename of the process to launch "
112 "\n\tremote execution will be simulated in-process."),
461 errs() << "error: Remote process execution does not work with the "
594 errs() << "-remote-mcjit requires -mcjit-remote-process
[all...]
/freebsd-11.0-release/crypto/heimdal/kdc/
H A DMakefile.am47 process.c \
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp423 result.AppendErrorWithFormat ("Unable to find process plug-in for core file '%s'\n", core_path);
2844 ProcessSP process = target->GetProcessSP(); variable
2845 if (process)
2846 process->Flush();
3028 Process *process = m_exe_ctx.GetProcessPtr(); variable
3029 if (process)
3030 process->Flush();
3661 Process *process = m_exe_ctx.GetProcessPtr(); variable
3663 if (process)
3664 abi = process
4619 Process *process = m_exe_ctx.GetProcessPtr(); variable
4783 Process *process = m_exe_ctx.GetProcessPtr(); variable
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp173 Process *process = exe_ctx.GetProcessPtr(); local
174 if (process)
176 ret.byte_order = process->GetByteOrder();
177 ret.address_byte_size = process->GetAddressByteSize();
757 Process *process,
810 symbol_load_addr = GetSymbolAddress(target, process, sym_ctx.symbol->GetReExportedSymbolName(), symbol_type, reexport_module_sp.get());
845 if (symbol_load_addr == LLDB_INVALID_ADDRESS && process)
847 ObjCLanguageRuntime *runtime = process->GetObjCLanguageRuntime();
756 GetSymbolAddress(Target &target, Process *process, const ConstString &name, lldb::SymbolType symbol_type, lldb_private::Module *module) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.h118 lldb::ProcessSP& process,
310 Process* process,
/freebsd-11.0-release/contrib/apr/
H A Dapr-config.in85 and --ldflags in their build process.

Completed in 333 milliseconds

1234567891011>>