Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 973) sorted by relevance

12345678910>>...39

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp32 switch (process->GetAddressByteSize()) { in GetClassDataMask()
242 size_t size = GetSize(process); in Read()
295 size_t size = GetSize(process); in Read()
337 if (!Read_objc_class(process, objc_class)) in Describe()
413 if (process) { in GetClassName()
432 if (!process) in GetSuperclass()
437 if (!Read_objc_class(process, objc_class)) in GetSuperclass()
447 if (!process) in GetMetaclass()
452 if (!Read_objc_class(process, objc_class)) in GetMetaclass()
464 if (process) { in GetInstanceSize()
[all …]
H A DAppleObjCRuntimeV2.cpp348 if (!process) { in ExtractRuntimeGlobalSymbol()
417 if (process) in GetDynamicTypeAndAddress()
418 assert(process == m_process); in GetDynamicTypeAndAddress()
946 m_process = process; in ParseHeader()
1184 if (process) { in GetClassDescriptor()
1209 Process *process = GetProcess(); in GetTaggedPointerObfuscator() local
1268 if (process == NULL) in UpdateISAToDescriptorMapDynamic()
1524 if (process == NULL) in UpdateISAToDescriptorMapSharedCache()
1740 if (process == NULL) in UpdateISAToDescriptorMapFromMemory()
1772 if (process) { in GetSharedCacheReadOnlyAddress()
[all …]
H A DAppleObjCRuntimeV1.cpp40 AppleObjCRuntimeV1::AppleObjCRuntimeV1(Process *process) in AppleObjCRuntimeV1() argument
41 : AppleObjCRuntime(process), m_hash_signature(), in AppleObjCRuntimeV1()
68 AppleObjCRuntimeV1::CreateInstance(Process *process, in CreateInstance() argument
76 if (AppleObjCRuntime::GetObjCVersion(process, objc_module_sp) == in CreateInstance()
78 return new AppleObjCRuntimeV1(process); in CreateInstance()
303 Process *process = GetProcess(); in GetISAHashTablePointer() local
304 if (process) { in GetISAHashTablePointer()
326 Process *process = GetProcess(); in UpdateISAToDescriptorMapIfNeeded() local
328 if (process) { in UpdateISAToDescriptorMapIfNeeded()
331 m_isa_to_descriptor_stop_id = process->GetStopID(); in UpdateISAToDescriptorMapIfNeeded()
[all …]
H A DAppleObjCClassDescriptorV2.h94 bool Read(Process *process, lldb::addr_t addr);
114 bool Read(Process *process, lldb::addr_t addr);
132 bool Read(Process *process, lldb::addr_t addr);
140 bool Read(Process *process, lldb::addr_t addr);
151 static size_t GetSize(Process *process) { in GetSize()
152 size_t ptr_size = process->GetAddressByteSize(); in GetSize()
159 bool Read(Process *process, lldb::addr_t addr);
167 bool Read(Process *process, lldb::addr_t addr);
180 static size_t GetSize(Process *process) { in GetSize()
190 bool Read(Process *process, lldb::addr_t addr);
[all …]
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c117 process = (struct process_info *) malloc (sizeof (*process)); in add_process()
118 memset (process, 0, sizeof (*process)); in add_process()
120 process->head.id = pid; in add_process()
123 process->tid = pid; in add_process()
124 process->lwpid = pid; in add_process()
128 return process; in add_process()
788 && (process->status_pending_p || process->pending_signals != NULL in fbsd_resume_one_process()
798 if (process->status_pending_p && !check_removed_breakpoint (process)) in fbsd_resume_one_process()
841 if (process->pending_signals != NULL && process->bp_reinsert == 0) in fbsd_resume_one_process()
912 step = process->stepping || process->resume->step; in fbsd_continue_one_thread()
[all …]
/freebsd-12.1/tools/regression/security/proc_to_proc/
H A DREADME6 This test suite attempts to determine the behavior of inter-process
8 important scenarios using specifically crafted process credentials
22 priv on priv root process on another root process
23 priv on unpriv1 root process on a non-root process
24 unpriv1 on priv non-root process on a root process
25 unpriv1 on unpriv1 non-root process on a similar non-root process
26 unpriv1 on unpriv2 non-root process on a different non-root process
27 unpriv1 on daemon1 non-root process on a root daemon process acting with
29 unpriv1 on daemon2 non-root process on a root daemon process acting with
31 unpriv1 on setuid1 non-root process on a setuid-root process with same
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp41 process->GetThreadList().GetExpressionExecutionThread().get(); in InferiorCallMmap()
84 process->GetTarget().GetScratchClangASTContext(); in InferiorCallMmap()
89 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
101 ExpressionResults result = process->RunThreadPlan( in InferiorCallMmap()
108 if (process->GetAddressByteSize() == 4) { in InferiorCallMmap()
111 } else if (process->GetAddressByteSize() == 8) { in InferiorCallMmap()
126 bool lldb_private::InferiorCallMunmap(Process *process, addr_t addr, in InferiorCallMunmap() argument
169 ExpressionResults result = process->RunThreadPlan( in InferiorCallMunmap()
205 process->GetTarget().GetScratchClangASTContext(); in InferiorCall()
225 if (process->GetAddressByteSize() == 4) { in InferiorCall()
[all …]
H A DRegisterContextLLDB.cpp129 Process *process = exe_ctx.GetProcessPtr(); in InitializeZerothFrame() local
136 ABI *abi = process->GetABI().get(); in InitializeZerothFrame()
303 Process *process = exe_ctx.GetProcessPtr(); in InitializeNonZerothFrame() local
306 ABI *abi = process->GetABI().get(); in InitializeNonZerothFrame()
718 ABI *abi = process ? process->GetABI().get() : NULL; in GetFullUnwindPlanForFrame()
752 (process && in GetFullUnwindPlanForFrame()
841 if (process && process->GetDynamicLoader() && in GetFullUnwindPlanForFrame()
895 if (process) { in GetFullUnwindPlanForFrame()
909 if (process) { in GetFullUnwindPlanForFrame()
1119 lldb_private::Process *process, in IsTrapHandlerSymbol() argument
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp97 if (target && process) { in IsValid()
116 if (target && process) { in GetSymbolContext()
153 if (target && process) { in GetModule()
188 if (target && process) { in GetCompileUnit()
222 if (target && process) { in GetFunction()
256 if (target && process) { in GetSymbol()
288 if (target && process) { in GetBlock()
321 if (target && process) { in GetFrameBlock()
353 if (target && process) { in GetLineEntry()
413 if (target && process) { in GetPC()
[all …]
/freebsd-12.1/contrib/atf/atf-c++/detail/
H A Dprocess_test.cpp58 atf::process::status
61 using atf::process::exec; in exec_process_helpers()
87 atf::process::argv_array argv(carray); in ATF_TEST_CASE_BODY()
121 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
129 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
140 atf::process::argv_array argv(col); in ATF_TEST_CASE_BODY()
157 atf::process::argv_array argv; in ATF_TEST_CASE_BODY()
194 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
225 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
254 using atf::process::argv_array; in ATF_TEST_CASE_BODY()
[all …]
/freebsd-12.1/contrib/atf/atf-c++/
H A Dbuild.cpp45 atf::process::argv_array
54 return atf::process::argv_array(aux); in cargv_to_argv()
58 atf::process::argv_array
62 atf::process::argv_array argv((const char* const*)l); in cargv_to_argv_and_free()
75 atf::process::argv_array
77 const atf::process::argv_array& optargs) in c_o()
89 atf::process::argv_array
91 const atf::process::argv_array& optargs) in cpp()
103 atf::process::argv_array
105 const atf::process::argv_array& optargs) in cxx_o()
H A Dbuild_test.cpp75 equal_argvs(const atf::process::argv_array& aa, const char* const* array) in equal_argvs()
79 atf::process::argv_array::size_type i = 0; in equal_argvs()
119 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array)); in ATF_TEST_CASE_BODY()
126 ATF_REQUIRE(!equal_argvs(atf::process::argv_array(argv), array)); in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE(equal_argvs(atf::process::argv_array(argv), array)); in ATF_TEST_CASE_BODY()
163 atf::process::argv_array argv = in ATF_TEST_CASE_BODY()
165 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
184 atf::process::argv_array argv = in ATF_TEST_CASE_BODY()
186 atf::process::argv_array(test->optargs)); in ATF_TEST_CASE_BODY()
206 atf::process::argv_array argv = in ATF_TEST_CASE_BODY()
[all …]
H A Dbuild.hpp33 namespace process { namespace
43 process::argv_array c_o(const std::string&, const std::string&,
44 const process::argv_array&);
45 process::argv_array cpp(const std::string&, const std::string&,
46 const process::argv_array&);
47 process::argv_array cxx_o(const std::string&, const std::string&,
48 const process::argv_array&);
H A Dcheck.hpp40 namespace process { namespace
74 friend std::auto_ptr< check_result > exec(const atf::process::argv_array&);
118 const atf::process::argv_array&);
120 const atf::process::argv_array&);
122 const atf::process::argv_array&);
123 std::auto_ptr< check_result > exec(const atf::process::argv_array&);
/freebsd-12.1/contrib/tcsh/
H A Dsh.proc.h47 struct process { struct
48 struct process *p_next; /* next in global "proclist" */ argument
49 struct process *p_friends; /* next in job list (or self) */ argument
119 EXTERN struct process proclist IZERO_STRUCT;/* list head of all processes */
121 EXTERN struct process *pholdjob IZERO; /* one level stack of current jobs */
123 EXTERN struct process *pcurrjob IZERO; /* current job */
124 EXTERN struct process *pcurrent IZERO; /* current job in table */
125 EXTERN struct process *pprevious IZERO; /* previous job in table */
H A Dsh.proc.c135 static struct process *pgetcurr (struct process *);
149 struct process *pp; in pchild()
150 struct process *fp; in pchild()
430 struct process *pp; in pnote()
488 struct process *fp; in pjwait()
599 struct process *pp; in dowait()
657 struct process *pp; in pflushall()
672 struct process *np; in pflush()
763 struct process *pp; in palloc()
791 struct process *fp; in palloc()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp68 Process *process = exe_ctx.GetProcessPtr(); in WriteFunctionWrapper() local
70 if (!process) in WriteFunctionWrapper()
75 if (process != jit_process_sp.get()) in WriteFunctionWrapper()
109 if (process && m_jit_start_addr) in WriteFunctionWrapper()
142 Process *process = exe_ctx.GetProcessPtr(); in WriteFunctionArguments() local
144 if (process == NULL) in WriteFunctionArguments()
149 if (process != jit_process_sp.get()) in WriteFunctionArguments()
153 args_addr_ref = process->AllocateMemory( in WriteFunctionArguments()
283 Process *process = exe_ctx.GetProcessPtr(); in FetchFunctionResults() local
285 if (process == NULL) in FetchFunctionResults()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp50 if (process) { in StopProcessIfNecessary()
51 state = process->GetState(); in StopProcessIfNecessary()
77 process = nullptr; in StopProcessIfNecessary()
88 process = nullptr; in StopProcessIfNecessary()
675 error = process->Resume(); in DoExecute()
889 if (process && process->IsAlive()) { in DoExecute()
893 process->GetID()); in DoExecute()
936 if (process) in GetProxyCommandObject()
1192 if (process == nullptr) { in DoExecute()
1236 if (process == nullptr) { in DoExecute()
[all …]
H A DCommandObjectThread.cpp117 process->GetThreadList().GetMutex()); in DoExecute()
205 Process *process = m_exe_ctx.GetProcessPtr(); in BucketThread() local
772 error = process->Resume(); in DoExecute()
854 if (process == nullptr) { in DoExecute()
860 StateType state = process->GetState(); in DoExecute()
958 error = process->Resume(); in DoExecute()
1137 if (process == nullptr) { in DoExecute()
1168 thread = process->GetThreadList() in DoExecute()
1304 error = process->Resume(); in DoExecute()
1364 if (process == nullptr) { in DoExecute()
[all …]
/freebsd-12.1/crypto/openssh/
H A DREADME.privsep3 privileged monitor process. Its purpose is to prevent privilege
4 escalation by containing corruption to an unprivileged process.
39 automatically (so you won't see the additional process mentioned below).
42 will require 1 additional process per login session.
44 Given the following process listing (from HP-UX):
52 process 1005 is the sshd process listening for new connections.
53 process 6917 is the privileged monitor process, 6919 is the user owned
54 sshd process and 6921 is the shell process.
/freebsd-12.1/sbin/init/
H A DNOTES17 a user logging out (that is, by a controlling process
20 the impression that when the controlling process terminates,
27 Orphaned process groups bear indirectly on this issue. A
28 session leader's process group is considered to be orphaned;
33 'Historically, the implementation-dependent process that
35 waiting on them is called "init" and has a process ID of 1.'
38 was responsible for sending SIGHUP to the foreground process
39 group of a tty whose controlling process has exited, using
41 do this when the controlling process calls _exit(). The
43 process groups that become orphaned. This is like old BSD
[all …]
/freebsd-12.1/tests/sys/audit/
H A DMakefile15 ATF_TESTS_C+= inter-process
17 ATF_TESTS_C+= process-control
40 SRCS.inter-process+= inter-process.c
41 SRCS.inter-process+= utils.c
44 SRCS.process-control+= process-control.c
45 SRCS.process-control+= utils.c
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp896 DynamicLoader *loader = process->GetDynamicLoader(); in EvaluateLibdlExpression()
986 Process *process = exe_ctx.GetProcessSP().get(); in MakeLoadImageUtilityFunction() local
1109 CleanUp path_cleanup([process, path_addr] { in DoLoadImage()
1110 process->DeallocateMemory(path_addr); in DoLoadImage()
1133 CleanUp return_cleanup([process, return_addr] { in DoLoadImage()
1134 process->DeallocateMemory(return_addr); in DoLoadImage()
1181 process->DeallocateMemory(path_array_addr); in DoLoadImage()
1207 buffer_cleanup.emplace([process, buffer_addr] { in DoLoadImage()
1208 process->DeallocateMemory(buffer_addr); in DoLoadImage()
1286 return process->AddImageToken(token); in DoLoadImage()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DOperatingSystem.cpp17 OperatingSystem *OperatingSystem::FindPlugin(Process *process, in FindPlugin() argument
27 create_callback(process, true)); in FindPlugin()
38 create_callback(process, false)); in FindPlugin()
46 OperatingSystem::OperatingSystem(Process *process) : m_process(process) {} in OperatingSystem() argument
H A DTargetList.cpp492 if (process && process->GetID() == pid) { in FindTargetWithProcessID()
502 if (process) { in FindTargetWithProcess()
537 if (process) { in SendAsyncInterrupt()
538 process->SendAsyncInterrupt(); in SendAsyncInterrupt()
553 Process *process = nullptr; in SignalIfRunning() local
560 if (process) { in SignalIfRunning()
561 if (process->IsAlive()) { in SignalIfRunning()
563 process->Signal(signo); in SignalIfRunning()
572 if (process) { in SignalIfRunning()
573 if (process->IsAlive()) { in SignalIfRunning()
[all …]

12345678910>>...39