summaryrefslogtreecommitdiff
path: root/src/format/dwarf/info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/info.h')
-rw-r--r--src/format/dwarf/info.h20
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