Searched refs:concrete_frame_idx (Results 1 - 25 of 43) sorted by relevance

12

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h27 uint32_t concrete_frame_idx)
28 : RegisterContext(thread, concrete_frame_idx)
26 RegisterContextPOSIX(lldb_private::Thread &thread, uint32_t concrete_frame_idx) argument
H A DRegisterContextFreeBSD_x86_64.h19 RegisterContextFreeBSD_x86_64(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextLinux_x86_64.h19 RegisterContextLinux_x86_64(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextFreeBSD_x86_64.cpp68 RegisterContextFreeBSD_x86_64::RegisterContextFreeBSD_x86_64(Thread &thread, uint32_t concrete_frame_idx): argument
69 RegisterContext_x86_64(thread, concrete_frame_idx)
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp115 uint32_t concrete_frame_idx = 0; local
118 concrete_frame_idx = frame->GetConcreteFrameIndex ();
120 if (concrete_frame_idx == 0)
128 reg_ctx_sp.reset (new RegisterContextKDP_arm (*this, concrete_frame_idx));
131 reg_ctx_sp.reset (new RegisterContextKDP_i386 (*this, concrete_frame_idx));
134 reg_ctx_sp.reset (new RegisterContextKDP_x86_64 (*this, concrete_frame_idx));
H A DRegisterContextKDP_arm.h27 uint32_t concrete_frame_idx);
H A DRegisterContextKDP_i386.h25 uint32_t concrete_frame_idx);
H A DRegisterContextKDP_x86_64.h26 uint32_t concrete_frame_idx);
H A DRegisterContextKDP_arm.cpp23 RegisterContextKDP_arm::RegisterContextKDP_arm (ThreadKDP &thread, uint32_t concrete_frame_idx) : argument
24 RegisterContextDarwin_arm (thread, concrete_frame_idx),
H A DRegisterContextKDP_i386.cpp23 RegisterContextKDP_i386::RegisterContextKDP_i386 (ThreadKDP &thread, uint32_t concrete_frame_idx) : argument
24 RegisterContextDarwin_i386 (thread, concrete_frame_idx),
H A DRegisterContextKDP_x86_64.cpp23 RegisterContextKDP_x86_64::RegisterContextKDP_x86_64 (ThreadKDP &thread, uint32_t concrete_frame_idx) : argument
24 RegisterContextDarwin_x86_64 (thread, concrete_frame_idx),
/external/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.cpp94 uint32_t concrete_frame_idx = 0; local
97 concrete_frame_idx = frame->GetConcreteFrameIndex ();
99 if (concrete_frame_idx == 0)
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp84 uint32_t concrete_frame_idx = 0; local
87 concrete_frame_idx = frame->GetConcreteFrameIndex ();
89 if (concrete_frame_idx == 0)
H A DRegisterContextMach_i386.cpp24 RegisterContextMach_i386::RegisterContextMach_i386(Thread &thread, uint32_t concrete_frame_idx) : argument
25 RegisterContextDarwin_i386 (thread, concrete_frame_idx)
H A DRegisterContextMach_x86_64.cpp24 RegisterContextMach_x86_64::RegisterContextMach_x86_64(Thread &thread, uint32_t concrete_frame_idx) : argument
25 RegisterContextDarwin_x86_64 (thread, concrete_frame_idx)
H A DRegisterContextMacOSXFrameBackchain.h29 uint32_t concrete_frame_idx,
H A DRegisterContextMach_arm.h24 RegisterContextMach_arm(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextMach_i386.h23 RegisterContextMach_i386(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextMach_x86_64.h23 RegisterContextMach_x86_64(lldb_private::Thread &thread, uint32_t concrete_frame_idx);
H A DRegisterContextDummy.cpp38 RegisterContextDummy::RegisterContextDummy (Thread &thread, uint32_t concrete_frame_idx, uint32_t address_byte_size) : argument
39 RegisterContext (thread, concrete_frame_idx)
H A DRegisterContextMacOSXFrameBackchain.cpp33 uint32_t concrete_frame_idx,
36 RegisterContext (thread, concrete_frame_idx),
30 RegisterContextMacOSXFrameBackchain( Thread &thread, uint32_t concrete_frame_idx, const UnwindMacOSXFrameBackchain::Cursor &cursor ) argument
H A DRegisterContextMach_arm.cpp26 RegisterContextMach_arm::RegisterContextMach_arm(Thread &thread, uint32_t concrete_frame_idx) : argument
27 RegisterContextDarwin_arm (thread, concrete_frame_idx)
/external/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp72 uint32_t concrete_frame_idx = 0; local
76 concrete_frame_idx = frame->GetConcreteFrameIndex ();
78 if (concrete_frame_idx == 0)
/external/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp168 uint32_t concrete_frame_idx = 0; local
171 concrete_frame_idx = frame->GetConcreteFrameIndex ();
174 if (concrete_frame_idx == 0)
180 reg_ctx_sp.reset (new GDBRemoteRegisterContext (*this, concrete_frame_idx, gdb_process->m_register_info, read_all_registers_at_once));
/external/lldb/include/lldb/Target/
H A DStackFrame.h47 lldb::user_id_t concrete_frame_idx,
54 lldb::user_id_t concrete_frame_idx,
62 lldb::user_id_t concrete_frame_idx,

Completed in 222 milliseconds

12