Searched refs:process (Results 126 - 150 of 451) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguageRuntime.cpp204 LanguageRuntime *LanguageRuntime::FindPlugin(Process *process, argument
214 language_runtime_up.reset(create_callback(process, language));
223 LanguageRuntime::LanguageRuntime(Process *process) : m_process(process) {} argument
H A DExecutionContext.cpp96 ExecutionContext::ExecutionContext(Process *process, Thread *thread, argument
99 if (process) {
100 m_process_sp = process->shared_from_this();
101 m_target_sp = process->GetTarget().shared_from_this();
269 void ExecutionContext::SetProcessPtr(Process *process) { argument
270 if (process)
271 m_process_sp = process->shared_from_this();
366 // same thread within a process.
513 // Only fill in the thread and frame if our process is stopped
541 void ExecutionContextRef::SetProcessPtr(Process *process) { argument
[all...]
H A DThread.cpp224 Thread::Thread(Process &process, lldb::tid_t tid, bool use_invalid_index_id) argument
226 Broadcaster(process.GetTarget().GetDebugger().GetBroadcasterManager(),
228 m_process_wp(process.shared_from_this()), m_stop_info_sp(),
231 : process.GetNextThreadIndexID(tid)),
723 // Based on the current thread plan and process stop info, check if this
724 // thread caused the process to stop. NOTE: this must take place before the
1788 Process *process = exe_ctx.GetProcessPtr(); local
1789 if (process == nullptr)
1833 Process *process = GetProcess().get(); local
1834 if (process) {
1903 Process *process = exe_ctx.GetProcessPtr(); local
2109 Process *process = GetProcess().get(); local
2142 Process *process = GetProcess().get(); local
2174 Process *process = GetProcess().get(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp54 /// run the enable command. When a process launches or is attached to,
376 // must be processed by the process monitor.
377 {LLDB_OPT_SET_ALL, false, "any-process", 'a', OptionParser::eNoArgument,
446 "process log events. The default is true."},
584 source_flags_sp->AddBooleanItem("any-process", m_include_any_process);
765 "strict-sources' is disabled. This process will "
779 // later if a process hasn't been launched or attached yet.
788 // Now check if we have a running process. If so, we should instruct the
789 // process monitor to enable/disable DarwinLog support now.
792 // Grab the active process
1087 HandleArrivalOfStructuredData( Process &process, ConstString type_name, const StructuredData::ObjectSP &object_sp) argument
1237 ModulesDidLoad(Process &process, ModuleList &module_list) argument
1354 CreateInstance(Process &process) argument
1597 AddInitCompletionHook(Process &process) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp28 static addr_t ResolveRendezvousAddress(Process *process) { argument
33 info_location = process->GetImageInfoAddress();
38 info_addr = process->ReadPointerFromMemory(info_location, error);
48 HexagonDYLDRendezvous::HexagonDYLDRendezvous(Process *process) argument
49 : m_process(process), m_rendezvous_addr(LLDB_INVALID_ADDRESS), m_current(),
H A DDynamicLoaderHexagonDYLD.cpp95 DynamicLoader *DynamicLoaderHexagonDYLD::CreateInstance(Process *process, argument
100 process->GetTarget().GetArchitecture().GetTriple();
106 return new DynamicLoaderHexagonDYLD(process);
110 DynamicLoaderHexagonDYLD::DynamicLoaderHexagonDYLD(Process *process) argument
111 : DynamicLoader(process), m_rendezvous(process),
515 // is possible if the process is not relocatable or dynamically linked.
518 // when the process is at the entry point.
523 // check we have a valid process
553 static int ReadInt(Process *process, addr_ argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp133 // Early in process startup, we can get a thread that has an invalid byte
134 // order because the process hasn't been completely set up yet (see the ctor
135 // where the byte order is setfrom the process). If that's the case, we
189 Process *process = exe_ctx.GetProcessPtr(); local
191 if (process == nullptr || thread == nullptr)
195 ((ProcessGDBRemote *)process)->GetGDBRemote());
322 Process *process = exe_ctx.GetProcessPtr(); local
324 if (process == nullptr || thread == nullptr)
328 ((ProcessGDBRemote *)process)->GetGDBRemote());
432 Process *process local
457 Process *process = exe_ctx.GetProcessPtr(); local
475 Process *process = exe_ctx.GetProcessPtr(); local
541 Process *process = exe_ctx.GetProcessPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp176 Process *process = exe_ctx.GetProcessPtr(); local
178 if (process == nullptr || process->GetState() != lldb::eStateStopped) {
190 if (process == nullptr || !process->CanJIT())
194 // call functions in the process of looking up symbols, which will escape the
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp140 Process *process = exe_ctx.GetProcessPtr(); local
141 if (!process)
154 runtime = process->GetLanguageRuntime(known_type);
160 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus);
167 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC);
H A DIOHandlerCursesGUI.cpp1183 // to receive async process events while in this loop.
1323 // The process stop ID when the children were calculated.
1653 Process *process = exe_ctx.GetProcessPtr(); variable
1656 if (process) {
1657 StateType state = process->GetState();
1980 FormatEntity::Parse("process ${process.id}{, name = ${process.name}}",
2424 Process *process = exe_ctx.GetProcessPtr(); variable
2428 if (process) {
2508 Process *process = exe_ctx.GetProcessPtr(); variable
2912 Process *process = exe_ctx.GetProcessPtr(); variable
2924 Process *process = exe_ctx.GetProcessPtr(); variable
2936 Process *process = exe_ctx.GetProcessPtr(); variable
2948 Process *process = exe_ctx.GetProcessPtr(); variable
2960 Process *process = exe_ctx.GetProcessPtr(); variable
2971 Process *process = exe_ctx.GetProcessPtr(); variable
2982 Process *process = exe_ctx.GetProcessPtr(); variable
2996 Process *process = exe_ctx.GetProcessPtr(); variable
3167 Process *process = exe_ctx.GetProcessPtr(); variable
3255 Process *process = exe_ctx.GetProcessPtr(); variable
[all...]
H A DValue.cpp364 Process *process = exe_ctx->GetProcessPtr(); local
365 if (process == nullptr || !process->IsAlive()) {
384 error.SetErrorString("can't read load address (invalid process)");
390 process->GetTarget().GetArchitecture().GetByteOrder());
392 process->GetTarget().GetArchitecture().GetAddressByteSize());
430 // Don't use the load address if the process has exited.
536 // The address is an address in this process, so just copy it.
548 // files if we don't have a live process. Lets always try and read from
549 // the process i
563 Process *process = exe_ctx->GetProcessPtr(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h116 /// Find a platform plugin for a given process.
119 /// can be used for \a process
121 /// \param[in] process
122 /// The process for which to try and locate a platform
129 // FindPlugin (Process *process, ConstString plugin_name);
206 /// figure out the OS version for a process. This is common for simulator
208 /// simulator might be simulating a different OS. The \a process parameter
210 virtual llvm::VersionTuple GetOSVersion(Process *process = nullptr);
301 Process *process, lldb::ModuleSP &module_sp,
332 /// Launch a new process o
660 GetQueueNameForThreadQAddress(Process *process, lldb::addr_t dispatch_qaddr) argument
683 GetQueueIDForThreadQAddress(Process *process, lldb::addr_t dispatch_qaddr) argument
[all...]
H A DLanguageRuntime.h65 static LanguageRuntime *FindPlugin(Process *process,
192 LanguageRuntime(Process *process);
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c543 DBPROCESS *process; local
609 process = dbopen(login, server);
611 if (process != NULL && databaseName != NULL)
613 dbuse(process, databaseName);
617 if (process == NULL) {
621 return process;
628 DBPROCESS *process = freetds_open(pool, params, error); local
629 if (process == NULL) {
634 sql->proc = process;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc272 // Create a child process.
280 // Child process: Execute the program.
316 // object destructors cloned from the parent process aren't
322 // Parent process: Break out of the switch to do our processing.
338 assert(PI.Pid && "invalid pid to wait on, process not started?");
356 // Parent process: Wait for the child process to terminate.
386 MakeErrMsg(ErrMsg, "Error waiting for child process");
426 // Return a special value to indicate that the process received an unhandled
/freebsd-11-stable/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-11-stable/stand/lua/
H A Dconfig.lua180 -- process function. All trailing characters will be validated. Any $VALUE
197 process = function(_, _) end, function
203 process = function(k, v) function
213 process = function(k, v) function
220 process = function(k, v) function
227 process = function(k, v) function
234 process = function(k, v) function
241 process = function(k, v) function
248 process = function(k, v) function
255 process function
265 process = function(k, v) function
274 process = function(k, v) function
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.h29 CreateInstance(Process *process, lldb::LanguageType language);
151 AppleObjCRuntimeV1(Process *process);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp39 NativeThreadDarwin::NativeThreadDarwin(NativeProcessDarwin *process, argument
43 : NativeThreadProtocol(process, unique_thread_id),
138 // Allow the arch specific protocol to process (MachException::Data &)exc
190 // the process of stepping over a breakpoint.
218 // When this method gets called, the process state is still in the state it
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp29 static addr_t ResolveRendezvousAddress(Process *process) { argument
35 if (!process) {
36 LLDB_LOGF(log, "%s null process provided", __FUNCTION__);
40 // Try to get it from our process. This might be a remote process and might
42 info_location = process->GetImageInfoAddress();
45 // If the process fails to return an address, fall back to seeing if the
48 Target *target = &process->GetTarget();
73 __FUNCTION__, process->GetAddressByteSize(), info_location);
75 info_addr = process
93 DYLDRendezvous(Process *process) argument
[all...]
/freebsd-11-stable/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in57 process($file);
64 sub process {
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devrpc-internal.h44 int (*process)(void *, struct evhttp_request *, member in struct:evrpc_hook
/freebsd-11-stable/usr.bin/checknr/
H A Dchecknr.c72 static void process(FILE *);
208 static int nfiles; /* number of files to process */
293 process(f);
299 process(stdin);
313 process(FILE *f) function
357 * At this point we process the line looking
/freebsd-11-stable/lib/atf/libatf-c/
H A DMakefile74 process.c \
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_md5.c113 eap->process = eap_md5_process;

Completed in 173 milliseconds

1234567891011>>