LLDB mainline
|
#include "lldb/Core/Module.h"
#include "lldb/Symbol/Symbol.h"
#include "lldb/Symbol/SymbolContext.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Target.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Status.h"
#include "lldb/Symbol/ObjectFile.h"
#include "HexagonDYLDRendezvous.h"
Go to the source code of this file.
Functions | |
static addr_t | ResolveRendezvousAddress (Process *process) |
Locates the address of the rendezvous structure. | |
Locates the address of the rendezvous structure.
Returns the address on success and LLDB_INVALID_ADDRESS on failure.
Definition at line 28 of file HexagonDYLDRendezvous.cpp.
References error(), lldb_private::Process::GetImageInfoAddress(), LLDB_INVALID_ADDRESS, and lldb_private::Process::ReadPointerFromMemory().
Referenced by HexagonDYLDRendezvous::Resolve().