Home
last modified time | relevance | path

Searched refs:GetProcessSP (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectUpdater.cpp23 lldb::ProcessSP process_sp = GetProcessSP(); in GetSP()
52 lldb::ProcessSP ValueObjectUpdater::GetProcessSP() const { in GetProcessSP() function in ValueObjectUpdater
54 return m_root_valobj_sp->GetProcessSP(); in GetProcessSP()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp84 ProcessSP process_sp = GetProcessSP(); in RetrieveReportData()
165 ProcessSP process_sp = instance->GetProcessSP(); in NotifyBreakpointHit()
168 process_sp != context->exe_ctx_ref.GetProcessSP()) in NotifyBreakpointHit()
195 ProcessSP process_sp = GetProcessSP(); in Activate()
237 if (ProcessSP process_sp = GetProcessSP()) { in Deactivate()
249 ProcessSP process_sp = GetProcessSP(); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp86 m_process_sp = t->GetProcessSP(); in ExecutionContext()
111 m_process_sp(exe_ctx_ref.GetProcessSP()), in ExecutionContext()
120 m_process_sp = exe_ctx_ref_ptr->GetProcessSP(); in ExecutionContext()
137 m_process_sp = exe_ctx_ref_ptr->GetProcessSP(); in ExecutionContext()
151 m_process_sp = exe_ctx_ref.GetProcessSP(); in ExecutionContext()
212 return m_target_sp->GetProcessSP().get(); in GetProcessPtr()
294 m_process_sp = target_sp->GetProcessSP(); in SetContext()
439 m_process_wp = exe_ctx.GetProcessSP(); in operator =()
508 lldb::ProcessSP process_sp(target_sp->GetProcessSP()); in SetTargetPtr()
573 lldb::ProcessSP ExecutionContextRef::GetProcessSP() const { in GetProcessSP() function in ExecutionContextRef
[all …]
H A DTargetList.cpp441 auto *process_ptr = item->GetProcessSP().get(); in FindTargetWithProcessID()
459 return item->GetProcessSP().get() == process; in FindTargetWithProcess()
488 Process *process = target_sp->GetProcessSP().get(); in SendAsyncInterrupt()
510 process = target_sp->GetProcessSP().get(); in SignalIfRunning()
520 process = target_sp->GetProcessSP().get(); in SignalIfRunning()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp114 ProcessSP process_sp = GetProcessSP(); in RetrieveReportData()
250 ProcessSP process_sp = instance->GetProcessSP(); in NotifyBreakpointHit()
261 if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) { in NotifyBreakpointHit()
284 ProcessSP process_sp = GetProcessSP(); in Activate()
320 ProcessSP process_sp = GetProcessSP(); in Deactivate()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp111 ProcessSP process_sp = GetProcessSP(); in RetrieveReportData()
212 ProcessSP process_sp = instance->GetProcessSP(); in NotifyBreakpointHit()
215 process_sp != context->exe_ctx_ref.GetProcessSP()) in NotifyBreakpointHit()
253 ProcessSP process_sp = GetProcessSP(); in Activate()
295 if (ProcessSP process_sp = GetProcessSP()) { in Deactivate()
307 ProcessSP process_sp = GetProcessSP(); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp43 if (ProcessSP process_sp = valobj.GetProcessSP()) { in DerefToNSErrorPointer()
57 ProcessSP process_sp(valobj.GetProcessSP()); in NSError_SummaryProvider()
139 ProcessSP process_sp(m_backend.GetProcessSP()); in Update()
187 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSErrorSyntheticFrontEndCreator()
H A DCocoa.cpp41 ProcessSP process_sp = valobj.GetProcessSP(); in NSBundleSummaryProvider()
92 ProcessSP process_sp = valobj.GetProcessSP(); in NSTimeZoneSummaryProvider()
141 ProcessSP process_sp = valobj.GetProcessSP(); in NSNotificationSummaryProvider()
190 ProcessSP process_sp = valobj.GetProcessSP(); in NSMachPortSummaryProvider()
236 ProcessSP process_sp = valobj.GetProcessSP(); in NSIndexSetSummaryProvider()
425 ProcessSP process_sp = valobj.GetProcessSP(); in NSNumberSummaryProvider()
652 ProcessSP process_sp = valobj.GetProcessSP(); in NSDecimalNumberSummaryProvider()
701 ProcessSP process_sp = valobj.GetProcessSP(); in NSURLSummaryProvider()
827 ProcessSP process_sp = valobj.GetProcessSP(); in NSDateSummaryProvider()
929 ProcessSP process_sp = valobj.GetProcessSP(); in ObjCClassSummaryProvider()
[all …]
H A DNSSet.cpp254 ProcessSP process_sp = valobj.GetProcessSP(); in NSSetSummaryProvider()
342 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSSetSyntheticFrontEndCreator()
447 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
479 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
577 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
600 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
725 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
764 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
H A DNSArray.cpp323 ProcessSP process_sp = valobj.GetProcessSP(); in NSArraySummaryProvider()
450 if (valobj_sp->GetProcessSP()) in NSArrayMSyntheticFrontEndBase()
451 m_ptr_size = valobj_sp->GetProcessSP()->GetAddressByteSize(); in NSArrayMSyntheticFrontEndBase()
499 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
643 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
685 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
766 m_backend.GetProcessSP()->GetAddressByteSize(), id_type, true, in GetChildAtIndex()
779 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSArraySyntheticFrontEndCreator()
H A DCFBasicHash.cpp52 m_exe_ctx_ref.GetProcessSP()->ReadMemory(addr, m_ht.get(), in UpdateFor()
64 m_exe_ctx_ref.GetProcessSP()->ReadMemory(ptr_offset, m_ht->pointers, size, in UpdateFor()
H A DNSDictionary.cpp382 ProcessSP process_sp = valobj.GetProcessSP(); in NSDictionarySummaryProvider()
484 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSDictionarySyntheticFrontEndCreator()
596 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
640 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
728 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
753 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
867 auto process_sp(m_backend.GetProcessSP()); in GetChildAtIndex()
958 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
1017 ProcessSP process_sp = m_exe_ctx_ref.GetProcessSP(); in GetChildAtIndex()
1124 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in Update()
[all …]
H A DCF.cpp49 ProcessSP process_sp = valobj.GetProcessSP(); in CFBagSummaryProvider()
111 ProcessSP process_sp = valobj.GetProcessSP(); in CFBitVectorSummaryProvider()
231 ProcessSP process_sp = valobj.GetProcessSP(); in CFBinaryHeapSummaryProvider()
H A DNSException.cpp34 ProcessSP process_sp(valobj.GetProcessSP()); in ExtractFields()
180 lldb::ProcessSP process_sp(valobj_sp->GetProcessSP()); in NSExceptionSyntheticFrontEndCreator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp37 ProcessSP process_sp = valobj.GetProcessSP(); in Char8StringSummaryProvider()
62 ProcessSP process_sp = valobj.GetProcessSP(); in Char16StringSummaryProvider()
87 ProcessSP process_sp = valobj.GetProcessSP(); in Char32StringSummaryProvider()
112 ProcessSP process_sp = valobj.GetProcessSP(); in WCharStringSummaryProvider()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp35 if (lldb::ProcessSP process_sp = GetProcessSP()) in FixCodeAddress()
41 if (lldb::ProcessSP process_sp = GetProcessSP()) in FixDataAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp306 ProcessSP process_sp = GetProcessSP(); in RetrieveReportData()
586 ProcessSP process_sp = GetProcessSP(); in GetFirstNonInternalFramePc()
614 ProcessSP process_sp = GetProcessSP(); in GenerateSummary()
720 ProcessSP process_sp = GetProcessSP(); in GetLocationDescription()
805 ProcessSP process_sp = instance->GetProcessSP(); in NotifyBreakpointHit()
861 if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) { in NotifyBreakpointHit()
897 ProcessSP process_sp = GetProcessSP(); in Activate()
933 ProcessSP process_sp = GetProcessSP(); in Deactivate()
1059 ProcessSP process_sp = GetProcessSP(); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp96 lldb::ProcessSP process_sp = m_target.GetProcessSP(); in IOHandlerActivated()
228 ExecutionContext exe_ctx(m_target.GetProcessSP() in IOHandlerInputComplete()
234 lldb::ProcessSP process_sp(exe_ctx.GetProcessSP()); in IOHandlerInputComplete()
543 lldb::ProcessSP process_sp(target->GetProcessSP()); in QuitCommandOverrideCallback()
599 lldb::ProcessSP process_sp = m_target.GetProcessSP(); in RunLoop()
H A DUserExpression.cpp63 m_jit_process_wp = exe_ctx.GetProcessSP(); in InstallContext()
76 process_sp = exe_ctx.GetProcessSP(); in LockAndCheckContext()
81 process_sp = exe_ctx.GetProcessSP(); in LockAndCheckContext()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectUpdater.h38 lldb::ProcessSP GetProcessSP() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h219 lldb::ProcessSP GetProcessSP() const;
459 const lldb::ProcessSP &GetProcessSP() const { return m_process_sp; } in GetProcessSP() function
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBInstruction.cpp127 exe_ctx.SetProcessSP(target_sp->GetProcessSP()); in GetMnemonic()
147 exe_ctx.SetProcessSP(target_sp->GetProcessSP()); in GetOperands()
167 exe_ctx.SetProcessSP(target_sp->GetProcessSP()); in GetComment()
H A DSBTarget.cpp81 auto process_sp = target.GetProcessSP(); in AttachToProcess()
183 process_sp = target_sp->GetProcessSP(); in GetProcess()
349 process_sp = target_sp->GetProcessSP(); in Launch()
402 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
423 ProcessSP process_sp = target_sp->GetProcessSP(); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
486 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
518 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
547 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
1898 if (auto process_sp = target_sp->GetProcessSP()) { in FindFirstType()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp445 Process *process = m_owner.GetTarget().GetProcessSP().get(); in ResolveBreakpointSite()
470 ProcessSP process_sp(m_owner.GetTarget().GetProcessSP()); in ClearBreakpointSite()
516 sc.DumpStopContext(s, m_owner.GetTarget().GetProcessSP().get(), m_address, in GetDescription()
569 exe_scope = target->GetProcessSP().get(); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp301 ProcessSP process_sp = m_owner->GetProcessSP(); in SetUpRegion()
440 ProcessSP process_sp = GetProcessSP(); in ~AppleObjCVTables()
451 ProcessSP process_sp = GetProcessSP(); in InitializeVTableSymbols()
562 ProcessSP process_sp = GetProcessSP(); in ReadRegions()
574 ProcessSP process_sp = GetProcessSP(); in ReadRegions()

1234