14#ifndef __ABG_CTF_READER_H__
15#define __ABG_CTF_READER_H__
19#include "abg-suppression.h"
33 const vector<char**>& debug_info_root_paths,
38 const std::string& elf_path,
39 const vector<char**>& debug_info_root_path);
This file contains the declarations for an elf-based. DWARF and CTF readers can inherit this one.
void reset_reader(elf_based_reader &rdr, const std::string &elf_path, const vector< char ** > &debug_info_root_path)
Re-initialize a reader so that it can re-used to read another binary.
elf_based_reader_sptr create_reader(const std::string &elf_path, const vector< char ** > &debug_info_root_paths, environment &env)
Create and return a new read context to process CTF information from a given ELF file.
Toplevel namespace for libabigail.