aboutsummaryrefslogtreecommitdiff
path: root/gdb/top.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-01-12 14:19:49 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2021-01-12 14:19:49 -0500
commitfe7a351a8ebd62e1c17fc94c3fff1007e0d30bad (patch)
tree6458673784b8ef02535eba64127405c6c9bf6a9b /gdb/top.h
parent16e9019ef738c251ecfbed512c6835f0f0a424f7 (diff)
downloadgdb-fe7a351a8ebd62e1c17fc94c3fff1007e0d30bad.zip
gdb-fe7a351a8ebd62e1c17fc94c3fff1007e0d30bad.tar.gz
gdb-fe7a351a8ebd62e1c17fc94c3fff1007e0d30bad.tar.bz2
gdb: move read{now,never}_symbol_files declarations to symfile.h
... since they are defined in symfile.c. gdb/ChangeLog: * top.h (readnow_symbol_files, readnever_symbol_files): Move declarations to ... * symfile.h: ... here. * symfile.c: Update doc. Change-Id: Ie35a80d236bea70947bc496f66f62c8c621670b4
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/top.h b/gdb/top.h
index a08f448..a31b19a 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -273,10 +273,6 @@ extern void set_prompt (const char *s);
extern int gdb_in_secondary_prompt_p (struct ui *ui);
-/* From random places. */
-extern int readnow_symbol_files;
-extern int readnever_symbol_files;
-
/* Perform _initialize initialization. */
extern void gdb_init (char *);