summaryrefslogtreecommitdiff
path: root/ddb/db_aout.c
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-11-29 22:53:32 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-05 05:52:33 +0900
commitbfcf9be868a79386a13635ea01a5c551d117eafd (patch)
tree42ae6196b911fa447ab418f653f06a4ce9500f37 /ddb/db_aout.c
parent95458404e12be506d6847baa7fbbf3aa8e709d60 (diff)
ddb: new header file db_aout.h
* Makefrag.am: Include ddb/db_aout.h. * ddb/db_aout.c: Include ddb/db_aout.h. * ddb/db_aout.h: New file. Add copyright. [_DDB_DB_AOUT_H_]: Add ifndef. Include ddb/db_sym.h. Include machine/db_machdep.h. (aout_db_line_at_pc, aout_db_lookup, aout_db_search_symbol, aout_db_symbol_values): Add prototypes. * ddb/db_sym.c: Include ddb/db_aout.h. (db_search_in_task_symbol, aout_db_line_at_pc, aout_db_lookup, aout_db_search_symbol, aout_db_symbol_values): Remove forward declarations. * ddb/db_sym.h (db_search_in_task_symbol): Add prototype.
Diffstat (limited to 'ddb/db_aout.c')
-rw-r--r--ddb/db_aout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ddb/db_aout.c b/ddb/db_aout.c
index 5480325..9e1c3d4 100644
--- a/ddb/db_aout.c
+++ b/ddb/db_aout.c
@@ -39,6 +39,7 @@
#include <machine/db_machdep.h> /* data types */
#include <ddb/db_output.h>
#include <ddb/db_sym.h>
+#include <ddb/db_aout.h>
#ifndef DB_NO_AOUT