14#ifndef __ABG_CTF_READER_H__
15#define __ABG_CTF_READER_H__
19#include "abg-suppression.h"
31 const vector<char**>& debug_info_root_paths,
36 const std::string& elf_path,
37 const vector<char**>& debug_info_root_path);
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.
This file contains the declarations for an elf-based. DWARF and CTF readers can inherit this one.
Toplevel namespace for libabigail.