summaryrefslogtreecommitdiff
path: root/src/format/debuggable-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/debuggable-int.h')
-rw-r--r--src/format/debuggable-int.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/format/debuggable-int.h b/src/format/debuggable-int.h
index 855a7bf..1fbe4c3 100644
--- a/src/format/debuggable-int.h
+++ b/src/format/debuggable-int.h
@@ -29,6 +29,7 @@
#include "format-int.h"
+#include "executable.h"
@@ -37,6 +38,8 @@ struct _GDbgFormat
{
GBinFormat parent; /* A laisser en premier */
+ GExeFormat *executable; /* Binaire principal attaché */
+
};
/* Format de débogage générique (classe) */
@@ -47,5 +50,9 @@ struct _GDbgFormatClass
};
+/* Associe officiellement des formats exécutable et de débogage. */
+void g_debuggable_format_attach_executable(GDbgFormat *, GExeFormat *);
+
+
#endif /* _FORMAT_DEBUGGABLE_INT_H */