LLDB mainline
Functions
DWARFCallFrameInfo.cpp File Reference
#include "lldb/Symbol/DWARFCallFrameInfo.h"
#include "lldb/Core/Debugger.h"
#include "lldb/Core/Module.h"
#include "lldb/Core/Section.h"
#include "lldb/Core/dwarf.h"
#include "lldb/Host/Host.h"
#include "lldb/Symbol/ObjectFile.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "lldb/Target/RegisterContext.h"
#include "lldb/Target/Thread.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/LLDBLog.h"
#include "lldb/Utility/Log.h"
#include "lldb/Utility/Timer.h"
#include <cstring>
#include <list>
#include <optional>

Go to the source code of this file.

Functions

static uint64_t GetGNUEHPointer (const DataExtractor &DE, offset_t *offset_ptr, uint32_t eh_ptr_enc, addr_t pc_rel_addr, addr_t text_addr, addr_t data_addr)
 

Function Documentation

◆ GetGNUEHPointer()

static uint64_t GetGNUEHPointer ( const DataExtractor DE,
offset_t offset_ptr,
uint32_t  eh_ptr_enc,
addr_t  pc_rel_addr,
addr_t  text_addr,
addr_t  data_addr 
)
static