Home
last modified time | relevance | path

Searched defs:reg_ctx_sp (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame() local
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame() local
440 lldb::RegisterContextSP reg_ctx_sp; DoCreateRegisterContextForFrame() local
470 RegisterContextLLDBSP reg_ctx_sp; GetRegisterContextForFrameNum() local
[all...]
H A DThread.cpp507 lldb::RegisterContextSP reg_ctx_sp(frame_sp->GetRegisterContext()); CheckpointThreadState() local
531 lldb::RegisterContextSP reg_ctx_sp(frame_sp->GetRegisterContext()); RestoreRegisterStateFromCheckpoint() local
620 lldb::RegisterContextSP reg_ctx_sp(GetRegisterContext()); SetupForResume() local
1427 if (RegisterContextSP reg_ctx_sp = GetRegisterContext()) ClearStackFrames() local
1518 lldb::RegisterContextSP reg_ctx_sp(youngest_frame_sp->GetRegisterContext()); ReturnFromFrame() local
1907 lldb::RegisterContextSP reg_ctx_sp(GetRegisterContext()); IsStillAtLastBreakpointHit() local
[all...]
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp73 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
113 RegisterContextSP reg_ctx_sp = GetRegisterContext(); in CalculateStopInfo() local
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp70 lldb::RegisterContextSP reg_ctx_sp(GetRegisterContext()); in RefreshStateAfterStop() local
88 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
H A DProcessKDP.cpp431 lldb::RegisterContextSP reg_ctx_sp( in DoResume() local
448 lldb::RegisterContextSP reg_ctx_sp( in DoResume() local
778 lldb::RegisterContextSP reg_ctx_sp( in AsyncThread() local
[all...]
/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp44 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
/llvm-project/lldb/source/Plugins/Architecture/Arm/
H A DArchitectureArm.cpp68 RegisterContextSP reg_ctx_sp(thread.GetRegisterContext()); in OverrideStopInfo() local
/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.cpp54 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
/llvm-project/lldb/source/Expression/
H A DDWARFExpressionList.cpp117 RegisterContextSP reg_ctx_sp = frame.GetRegisterContext(); in MatchesOperand() local
219 if (!reg_ctx_sp) in Evaluate() local
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DTargetThreadWindows.cpp61 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp832 if (!reg_ctx_sp || !prev_pc) in WasContinueInterrupted() local
761 RegisterContextSP reg_ctx_sp(thread.GetRegisterContext()); CreateStopReasonWithMachException() local
H A DRegisterContextThreadMemory.cpp126 lldb::RegisterContextSP reg_ctx_sp) { in CopyFromRegisterContext() argument
/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp69 RegisterContextSP reg_ctx_sp; CreateRegisterContextForFrame() local
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp125 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
H A DScriptedProcess.cpp384 RegisterContextSP reg_ctx_sp = thread_sp->GetRegisterContext(); DoUpdateThreadList() local
/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp285 RegisterContextSP reg_ctx_sp = frame->GetRegisterContext(); DoToAddress() local
/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp291 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForThread() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp301 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame() local
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp616 RegisterContextSP reg_ctx_sp(thread_sp->GetRegisterContext()); AddThreadList() local
702 RegisterContextSP reg_ctx_sp(thread_sp->GetRegisterContext()); AddExceptions() local
/llvm-project/lldb/source/API/
H A DSBFrame.cpp360 if (RegisterContextSP reg_ctx_sp = frame->GetRegisterContext()) { SetPC() local
383 if (RegisterContextSP reg_ctx_sp = frame->GetRegisterContext()) { GetSP() local
406 if (RegisterContextSP reg_ctx_sp = frame->GetRegisterContext()) { GetFP() local
/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp601 RegisterContextSP reg_ctx_sp = thread.GetRegisterContext(); GetReturnValueObjectImpl() local
/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp228 RegisterContextSP reg_ctx_sp(thread->GetRegisterContext()); Create_LC_THREAD() local
433 RegisterContextSP reg_ctx_sp(thread->GetRegisterContext()); Create_LC_THREAD() local
561 RegisterContextSP reg_ctx_sp(thread->GetRegisterContext()); Create_LC_THREAD() local
690 RegisterContextSP reg_ctx_sp(thread->GetRegisterContext()); Create_LC_THREAD() local
[all...]
/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABISysV_arm64.cpp801 lldb::RegisterContextSP reg_ctx_sp = thread_sp->GetRegisterContext(); ReadLinuxProcessAddressMask() local
/llvm-project/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp2287 RegisterContextSP reg_ctx_sp; in TEST_F() local
2374 RegisterContextSP reg_ctx_sp; in TEST_F() local
2452 RegisterContextSP reg_ctx_sp; in TEST_F() local

12