13#ifndef __ABG_BTF_READER_H__
14#define __ABG_BTF_READER_H__
26 const vector<char**>& debug_info_root_paths,
28 bool load_all_types =
false,
29 bool linux_kernel_mode =
false);
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.