reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Target/ThreadPlanCallFunction.h
   69   lldb::addr_t GetFunctionStackPointer() { return m_function_sp; }
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   53   m_function_sp = thread.GetRegisterContext()->GetSP() - abi->GetRedZoneSize();
   57   process_sp->ReadUnsignedIntegerFromMemory(m_function_sp, 4, 0, error);
   61         m_function_sp);
  117   if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,
tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
   36   if (!abi->PrepareTrivialCall(thread, m_function_sp, function_load_addr,