diff options
Diffstat (limited to 'plugins/dwarf/info.h')
| -rw-r--r-- | plugins/dwarf/info.h | 36 | 
1 files changed, 8 insertions, 28 deletions
| diff --git a/plugins/dwarf/info.h b/plugins/dwarf/info.h index 76220e5..011b880 100644 --- a/plugins/dwarf/info.h +++ b/plugins/dwarf/info.h @@ -2,7 +2,7 @@  /* Chrysalide - Outil d'analyse de fichiers binaires   * info.h - prototypes pour la lecture des informations principales du format DWARF   * - * Copyright (C) 2008-2017 Cyrille Bagard + * Copyright (C) 2008-2018 Cyrille Bagard   *   *  This file is part of Chrysalide.   * @@ -21,43 +21,23 @@   */ -#ifndef _FORMAT_DWARF_INFO_H -#define _FORMAT_DWARF_INFO_H +#ifndef _PLUGINS_DWARF_INFO_H +#define _PLUGINS_DWARF_INFO_H  #include <stdbool.h> -#include "dwarf.h" - - - -/* Charge les informations depuis une section ".debug_info". */ -bool load_dwarf_debug_information(GDwarfFormat *); - - - - +#include <glibext/delayed.h> +#include "format.h" -#if 0 -#include <stdbool.h> - - -#include "d_dwarf.h" - - - -/* Charge les informations trouvées dans un DWARF. */ -bool load_dwarf_information(dwarf_format *); - -/* Décharge les informations trouvées dans un DWARF. */ -void unload_dwarf_information(dwarf_format *); -#endif +/* Charge les informations depuis une section ".debug_info". */ +bool load_dwarf_debug_information(GDwarfFormat *, wgroup_id_t, GtkStatusStack *); -#endif  /* _FORMAT_DWARF_INFO_H */ +#endif  /* _PLUGINS_DWARF_INFO_H */ | 
