Searched refs:m_function_sp (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 64 m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize(); in ConstructorSetup() 68 process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error); in ConstructorSetup() 71 …r_errors.Printf ("Trying to put the stack in unreadable memory at: 0x%" PRIx64 ".", m_function_sp); in ConstructorSetup() 141 m_function_sp (0), in ThreadPlanCallFunction() 157 m_function_sp, in ThreadPlanCallFunction() 168 m_function_sp, in ThreadPlanCallFunction() 178 m_function_sp, in ThreadPlanCallFunction() 207 m_function_sp (0), in ThreadPlanCallFunction() 221 m_function_sp, in ThreadPlanCallFunction()
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlanCallFunction.h | 107 return m_function_sp; in GetFunctionStackPointer() 170 lldb::addr_t m_function_sp; variable
|