diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2016-03-14 22:18:27 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2016-03-14 22:18:27 (GMT) | 
| commit | fab9d7cd46922abea7d94f36dcd4630cdf3f4719 (patch) | |
| tree | ad41bb921db17631104a069e4df64fb4fc5ccfc1 /src/format/dwarf/info.h | |
| parent | 8d8e5c02096f59a7227308a591fc5050ea5d92ff (diff) | |
Improved the basic support of Dwarf information.
Diffstat (limited to 'src/format/dwarf/info.h')
| -rw-r--r-- | src/format/dwarf/info.h | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/src/format/dwarf/info.h b/src/format/dwarf/info.h index 0c0f154..805306b 100644 --- a/src/format/dwarf/info.h +++ b/src/format/dwarf/info.h @@ -28,6 +28,25 @@  #include <stdbool.h> +#include "dwarf.h" + + + +/* Charge les informations depuis une section ".debug_info". */ +bool load_dwarf_debug_information(GDwarfFormat *); + + + + + + + + +#if 0 + +#include <stdbool.h> + +  #include "d_dwarf.h" @@ -37,6 +56,7 @@ bool load_dwarf_information(dwarf_format *);  /* Décharge les informations trouvées dans un DWARF. */  void unload_dwarf_information(dwarf_format *); +#endif  | 
