]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove spurious exceptions.h inclusions
authorGary Benson <gbenson@redhat.com>
Wed, 8 Oct 2014 08:33:22 +0000 (09:33 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 8 Oct 2014 08:33:22 +0000 (09:33 +0100)
defs.h includes utils.h, and utils.h includes exceptions.h.  All GDB
.c files include defs.h as their first line, so no file other than
utils.h needs to include exceptions.h.  This commit removes all such
inclusions.

gdb/ChangeLog:

* ada-lang.c: Do not include exceptions.h.
* ada-valprint.c: Likewise.
* amd64-tdep.c: Likewise.
* auto-load.c: Likewise.
* block.c: Likewise.
* break-catch-throw.c: Likewise.
* breakpoint.c: Likewise.
* btrace.c: Likewise.
* c-lang.c: Likewise.
* cli/cli-cmds.c: Likewise.
* cli/cli-interp.c: Likewise.
* cli/cli-script.c: Likewise.
* completer.c: Likewise.
* corefile.c: Likewise.
* corelow.c: Likewise.
* cp-abi.c: Likewise.
* cp-support.c: Likewise.
* cp-valprint.c: Likewise.
* darwin-nat.c: Likewise.
* dwarf2-frame-tailcall.c: Likewise.
* dwarf2-frame.c: Likewise.
* dwarf2loc.c: Likewise.
* dwarf2read.c: Likewise.
* eval.c: Likewise.
* event-loop.c: Likewise.
* event-top.c: Likewise.
* f-valprint.c: Likewise.
* frame-unwind.c: Likewise.
* frame.c: Likewise.
* gdbtypes.c: Likewise.
* gnu-v2-abi.c: Likewise.
* gnu-v3-abi.c: Likewise.
* guile/scm-auto-load.c: Likewise.
* guile/scm-breakpoint.c: Likewise.
* guile/scm-cmd.c: Likewise.
* guile/scm-frame.c: Likewise.
* guile/scm-lazy-string.c: Likewise.
* guile/scm-param.c: Likewise.
* guile/scm-symbol.c: Likewise.
* guile/scm-type.c: Likewise.
* hppa-hpux-tdep.c: Likewise.
* i386-tdep.c: Likewise.
* inf-loop.c: Likewise.
* infcall.c: Likewise.
* infcmd.c: Likewise.
* infrun.c: Likewise.
* interps.c: Likewise.
* interps.h: Likewise.
* jit.c: Likewise.
* linespec.c: Likewise.
* linux-nat.c: Likewise.
* linux-thread-db.c: Likewise.
* m32r-rom.c: Likewise.
* main.c: Likewise.
* memory-map.c: Likewise.
* mi/mi-cmd-break.c: Likewise.
* mi/mi-cmd-stack.c: Likewise.
* mi/mi-interp.c: Likewise.
* mi/mi-main.c: Likewise.
* monitor.c: Likewise.
* nto-procfs.c: Likewise.
* objc-lang.c: Likewise.
* p-valprint.c: Likewise.
* parse.c: Likewise.
* ppc-linux-tdep.c: Likewise.
* printcmd.c: Likewise.
* probe.c: Likewise.
* python/py-auto-load.c: Likewise.
* python/py-breakpoint.c: Likewise.
* python/py-cmd.c: Likewise.
* python/py-finishbreakpoint.c: Likewise.
* python/py-frame.c: Likewise.
* python/py-framefilter.c: Likewise.
* python/py-function.c: Likewise.
* python/py-gdb-readline.c: Likewise.
* python/py-inferior.c: Likewise.
* python/py-infthread.c: Likewise.
* python/py-lazy-string.c: Likewise.
* python/py-linetable.c: Likewise.
* python/py-param.c: Likewise.
* python/py-prettyprint.c: Likewise.
* python/py-symbol.c: Likewise.
* python/py-type.c: Likewise.
* python/py-value.c: Likewise.
* python/python-internal.h: Likewise.
* python/python.c: Likewise.
* record-btrace.c: Likewise.
* record-full.c: Likewise.
* regcache.c: Likewise.
* remote-fileio.c: Likewise.
* remote-mips.c: Likewise.
* remote.c: Likewise.
* rs6000-aix-tdep.c: Likewise.
* rs6000-nat.c: Likewise.
* skip.c: Likewise.
* solib-darwin.c: Likewise.
* solib-dsbt.c: Likewise.
* solib-frv.c: Likewise.
* solib-ia64-hpux.c: Likewise.
* solib-spu.c: Likewise.
* solib-svr4.c: Likewise.
* solib.c: Likewise.
* spu-tdep.c: Likewise.
* stack.c: Likewise.
* stap-probe.c: Likewise.
* symfile-mem.c: Likewise.
* symmisc.c: Likewise.
* target.c: Likewise.
* thread.c: Likewise.
* top.c: Likewise.
* tracepoint.c: Likewise.
* tui/tui-interp.c: Likewise.
* typeprint.c: Likewise.
* utils.c: Likewise.
* valarith.c: Likewise.
* valops.c: Likewise.
* valprint.c: Likewise.
* value.c: Likewise.
* varobj.c: Likewise.
* windows-nat.c: Likewise.
* xml-support.c: Likewise.

122 files changed:
gdb/ChangeLog
gdb/ada-lang.c
gdb/ada-valprint.c
gdb/amd64-tdep.c
gdb/auto-load.c
gdb/block.c
gdb/break-catch-throw.c
gdb/breakpoint.c
gdb/btrace.c
gdb/c-lang.c
gdb/cli/cli-cmds.c
gdb/cli/cli-interp.c
gdb/cli/cli-script.c
gdb/completer.c
gdb/corefile.c
gdb/corelow.c
gdb/cp-abi.c
gdb/cp-support.c
gdb/cp-valprint.c
gdb/darwin-nat.c
gdb/dwarf2-frame-tailcall.c
gdb/dwarf2-frame.c
gdb/dwarf2loc.c
gdb/dwarf2read.c
gdb/eval.c
gdb/event-loop.c
gdb/event-top.c
gdb/f-valprint.c
gdb/frame-unwind.c
gdb/frame.c
gdb/gdbtypes.c
gdb/gnu-v2-abi.c
gdb/gnu-v3-abi.c
gdb/guile/scm-auto-load.c
gdb/guile/scm-breakpoint.c
gdb/guile/scm-cmd.c
gdb/guile/scm-frame.c
gdb/guile/scm-lazy-string.c
gdb/guile/scm-param.c
gdb/guile/scm-symbol.c
gdb/guile/scm-type.c
gdb/hppa-hpux-tdep.c
gdb/i386-tdep.c
gdb/inf-loop.c
gdb/infcall.c
gdb/infcmd.c
gdb/infrun.c
gdb/interps.c
gdb/interps.h
gdb/jit.c
gdb/linespec.c
gdb/linux-nat.c
gdb/linux-thread-db.c
gdb/m32r-rom.c
gdb/main.c
gdb/memory-map.c
gdb/mi/mi-cmd-break.c
gdb/mi/mi-cmd-stack.c
gdb/mi/mi-interp.c
gdb/mi/mi-main.c
gdb/monitor.c
gdb/nto-procfs.c
gdb/objc-lang.c
gdb/p-valprint.c
gdb/parse.c
gdb/ppc-linux-tdep.c
gdb/printcmd.c
gdb/probe.c
gdb/python/py-auto-load.c
gdb/python/py-breakpoint.c
gdb/python/py-cmd.c
gdb/python/py-finishbreakpoint.c
gdb/python/py-frame.c
gdb/python/py-framefilter.c
gdb/python/py-function.c
gdb/python/py-gdb-readline.c
gdb/python/py-inferior.c
gdb/python/py-infthread.c
gdb/python/py-lazy-string.c
gdb/python/py-linetable.c
gdb/python/py-param.c
gdb/python/py-prettyprint.c
gdb/python/py-symbol.c
gdb/python/py-type.c
gdb/python/py-value.c
gdb/python/python-internal.h
gdb/python/python.c
gdb/record-btrace.c
gdb/record-full.c
gdb/regcache.c
gdb/remote-fileio.c
gdb/remote-mips.c
gdb/remote.c
gdb/rs6000-aix-tdep.c
gdb/rs6000-nat.c
gdb/skip.c
gdb/solib-darwin.c
gdb/solib-dsbt.c
gdb/solib-frv.c
gdb/solib-ia64-hpux.c
gdb/solib-spu.c
gdb/solib-svr4.c
gdb/solib.c
gdb/spu-tdep.c
gdb/stack.c
gdb/stap-probe.c
gdb/symfile-mem.c
gdb/symmisc.c
gdb/target.c
gdb/thread.c
gdb/top.c
gdb/tracepoint.c
gdb/tui/tui-interp.c
gdb/typeprint.c
gdb/utils.c
gdb/valarith.c
gdb/valops.c
gdb/valprint.c
gdb/value.c
gdb/varobj.c
gdb/windows-nat.c
gdb/xml-support.c

index 9131329271340163e4abdb55191bec9c63ee9704..61ee15f9ff908f96f9de26d43bb88bccbd81d87a 100644 (file)
@@ -1,3 +1,127 @@
+2014-10-08  Gary Benson  <gbenson@redhat.com>
+
+       * ada-lang.c: Do not include exceptions.h.
+       * ada-valprint.c: Likewise.
+       * amd64-tdep.c: Likewise.
+       * auto-load.c: Likewise.
+       * block.c: Likewise.
+       * break-catch-throw.c: Likewise.
+       * breakpoint.c: Likewise.
+       * btrace.c: Likewise.
+       * c-lang.c: Likewise.
+       * cli/cli-cmds.c: Likewise.
+       * cli/cli-interp.c: Likewise.
+       * cli/cli-script.c: Likewise.
+       * completer.c: Likewise.
+       * corefile.c: Likewise.
+       * corelow.c: Likewise.
+       * cp-abi.c: Likewise.
+       * cp-support.c: Likewise.
+       * cp-valprint.c: Likewise.
+       * darwin-nat.c: Likewise.
+       * dwarf2-frame-tailcall.c: Likewise.
+       * dwarf2-frame.c: Likewise.
+       * dwarf2loc.c: Likewise.
+       * dwarf2read.c: Likewise.
+       * eval.c: Likewise.
+       * event-loop.c: Likewise.
+       * event-top.c: Likewise.
+       * f-valprint.c: Likewise.
+       * frame-unwind.c: Likewise.
+       * frame.c: Likewise.
+       * gdbtypes.c: Likewise.
+       * gnu-v2-abi.c: Likewise.
+       * gnu-v3-abi.c: Likewise.
+       * guile/scm-auto-load.c: Likewise.
+       * guile/scm-breakpoint.c: Likewise.
+       * guile/scm-cmd.c: Likewise.
+       * guile/scm-frame.c: Likewise.
+       * guile/scm-lazy-string.c: Likewise.
+       * guile/scm-param.c: Likewise.
+       * guile/scm-symbol.c: Likewise.
+       * guile/scm-type.c: Likewise.
+       * hppa-hpux-tdep.c: Likewise.
+       * i386-tdep.c: Likewise.
+       * inf-loop.c: Likewise.
+       * infcall.c: Likewise.
+       * infcmd.c: Likewise.
+       * infrun.c: Likewise.
+       * interps.c: Likewise.
+       * interps.h: Likewise.
+       * jit.c: Likewise.
+       * linespec.c: Likewise.
+       * linux-nat.c: Likewise.
+       * linux-thread-db.c: Likewise.
+       * m32r-rom.c: Likewise.
+       * main.c: Likewise.
+       * memory-map.c: Likewise.
+       * mi/mi-cmd-break.c: Likewise.
+       * mi/mi-cmd-stack.c: Likewise.
+       * mi/mi-interp.c: Likewise.
+       * mi/mi-main.c: Likewise.
+       * monitor.c: Likewise.
+       * nto-procfs.c: Likewise.
+       * objc-lang.c: Likewise.
+       * p-valprint.c: Likewise.
+       * parse.c: Likewise.
+       * ppc-linux-tdep.c: Likewise.
+       * printcmd.c: Likewise.
+       * probe.c: Likewise.
+       * python/py-auto-load.c: Likewise.
+       * python/py-breakpoint.c: Likewise.
+       * python/py-cmd.c: Likewise.
+       * python/py-finishbreakpoint.c: Likewise.
+       * python/py-frame.c: Likewise.
+       * python/py-framefilter.c: Likewise.
+       * python/py-function.c: Likewise.
+       * python/py-gdb-readline.c: Likewise.
+       * python/py-inferior.c: Likewise.
+       * python/py-infthread.c: Likewise.
+       * python/py-lazy-string.c: Likewise.
+       * python/py-linetable.c: Likewise.
+       * python/py-param.c: Likewise.
+       * python/py-prettyprint.c: Likewise.
+       * python/py-symbol.c: Likewise.
+       * python/py-type.c: Likewise.
+       * python/py-value.c: Likewise.
+       * python/python-internal.h: Likewise.
+       * python/python.c: Likewise.
+       * record-btrace.c: Likewise.
+       * record-full.c: Likewise.
+       * regcache.c: Likewise.
+       * remote-fileio.c: Likewise.
+       * remote-mips.c: Likewise.
+       * remote.c: Likewise.
+       * rs6000-aix-tdep.c: Likewise.
+       * rs6000-nat.c: Likewise.
+       * skip.c: Likewise.
+       * solib-darwin.c: Likewise.
+       * solib-dsbt.c: Likewise.
+       * solib-frv.c: Likewise.
+       * solib-ia64-hpux.c: Likewise.
+       * solib-spu.c: Likewise.
+       * solib-svr4.c: Likewise.
+       * solib.c: Likewise.
+       * spu-tdep.c: Likewise.
+       * stack.c: Likewise.
+       * stap-probe.c: Likewise.
+       * symfile-mem.c: Likewise.
+       * symmisc.c: Likewise.
+       * target.c: Likewise.
+       * thread.c: Likewise.
+       * top.c: Likewise.
+       * tracepoint.c: Likewise.
+       * tui/tui-interp.c: Likewise.
+       * typeprint.c: Likewise.
+       * utils.c: Likewise.
+       * valarith.c: Likewise.
+       * valops.c: Likewise.
+       * valprint.c: Likewise.
+       * value.c: Likewise.
+       * varobj.c: Likewise.
+       * windows-nat.c: Likewise.
+       * xml-support.c: Likewise.
+
 2014-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
 
        * mips-tdep.c (add_offset_16): Rewrite to implement what the
index c7e50e285dd195c3f212a22066bdbc7e4bce49cd..36a2f24aa018870639f128a66e877bf720ddd9bf 100644 (file)
@@ -45,7 +45,6 @@
 #include "block.h"
 #include "infcall.h"
 #include "dictionary.h"
-#include "exceptions.h"
 #include "annotate.h"
 #include "valprint.h"
 #include "source.h"
index ade0a65f67cdc73493789ac7fee97f51a5d7ef22..6f68faebd38e3b4f3fc97310fdcc2b30a9a24655 100644 (file)
@@ -30,7 +30,6 @@
 #include "ada-lang.h"
 #include "c-lang.h"
 #include "infcall.h"
-#include "exceptions.h"
 #include "objfiles.h"
 
 static int print_field_values (struct type *, const gdb_byte *,
index 7c8575a07b266008df7cd538f13ac9ccff49c7f7..ed41f88556d13fbff68dab23b901ed5373d5344a 100644 (file)
@@ -37,7 +37,6 @@
 #include "regset.h"
 #include "symfile.h"
 #include "disasm.h"
-#include "exceptions.h"
 #include "amd64-tdep.h"
 #include "i387-tdep.h"
 
index 1112ef242f395575eed837a9c388b314078f97df..0f5973928a2267cebfb8142499354c8ec63576dc 100644 (file)
@@ -26,7 +26,6 @@
 #include "command.h"
 #include "observer.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "cli/cli-script.h"
 #include "gdbcmd.h"
 #include "cli/cli-cmds.h"
index a4b9ef550ba107364662d6b50a3f199123cb90e2..4a31ea9a4b7d4dce295eeb8579b1a3ba97759392 100644 (file)
@@ -25,7 +25,6 @@
 #include "cp-support.h"
 #include "addrmap.h"
 #include "gdbtypes.h"
-#include "exceptions.h"
 
 /* This is used by struct block to store namespace-related info for
    C++ files, namely using declarations and the current namespace in
index 9831d96f4154bdf14dfbef287658010ec4a60419..df40771dde234b05ed2d30a5f9c6980d93149ea3 100644 (file)
@@ -29,7 +29,6 @@
 #include "completer.h"
 #include "gdb_obstack.h"
 #include "mi/mi-common.h"
-#include "exceptions.h"
 #include "linespec.h"
 #include "probe.h"
 #include "objfiles.h"
index e2170b4e80309e85e27929723321a0e6ed30de9f..3044916a5565e9e3b5a16ee99085e768f609df58 100644 (file)
@@ -51,7 +51,6 @@
 #include "solib.h"
 #include "solist.h"
 #include "observer.h"
-#include "exceptions.h"
 #include "memattr.h"
 #include "ada-lang.h"
 #include "top.h"
index b5c3c260b72c460aeab622e674555320112ca9aa..b8b5139b5257b48b8ee5ee6138cb7400f2b622af 100644 (file)
@@ -22,7 +22,6 @@
 #include "defs.h"
 #include "btrace.h"
 #include "gdbthread.h"
-#include "exceptions.h"
 #include "inferior.h"
 #include "target.h"
 #include "record.h"
index 185b38ed0c99fc71408084b9cba5bd3fa304a3e5..1353eea9224e7e3c21d1528e3c08e79305cd086e 100644 (file)
@@ -33,7 +33,6 @@
 #include "cp-support.h"
 #include "gdb_obstack.h"
 #include <ctype.h>
-#include "exceptions.h"
 #include "gdbcore.h"
 
 extern void _initialize_c_language (void);
index b0f1bdfa4d0168b2a09d1fdb18627e7d6e6cc019..a9f90b2175723d0b792c9c54ff0655339463b50f 100644 (file)
@@ -18,7 +18,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "exceptions.h"
 #include "arch-utils.h"
 #include "dyn-string.h"
 #include "readline/readline.h"
index 9b2aaaa669d58b1b03b22570d3450e6c54a6c6b3..94c023a02cfae177d49935eab4931020a29f4484 100644 (file)
@@ -23,7 +23,6 @@
 #include "ui-out.h"
 #include "cli-out.h"
 #include "top.h"               /* for "execute_command" */
-#include "exceptions.h"
 #include "infrun.h"
 #include "observer.h"
 
index 37cb82a45b256c4754f6de2c34d79c0d2e4a7911..f8ff58dc2630b7528a995f9d64535b8910b453fc 100644 (file)
@@ -23,7 +23,6 @@
 #include <ctype.h>
 
 #include "ui-out.h"
-#include "exceptions.h"
 #include "top.h"
 #include "breakpoint.h"
 #include "cli/cli-cmds.h"
index 67d7f458bc66d68ddbe69d61f2f5e36d8c89dbfa..a0f3fa32aca7910ec9874f8cfafe05b5d2f1921c 100644 (file)
@@ -22,7 +22,6 @@
 #include "expression.h"
 #include "filenames.h"         /* For DOSish file names.  */
 #include "language.h"
-#include "exceptions.h"
 #include "gdb_signals.h"
 
 #include "cli/cli-decode.h"
index a0bb2aab307b36ff17af95e4db4b71780baa96cf..d86463f9d27503f61e0b99f7c1a4b83a90598605 100644 (file)
@@ -30,7 +30,6 @@
 #include "dis-asm.h"
 #include <sys/stat.h>
 #include "completer.h"
-#include "exceptions.h"
 #include "observer.h"
 #include "cli/cli-utils.h"
 
index 30d3367157ae8433aa4fb962193a74590041b598..dc22f2ba038d38e4b7689419937d0a8178d43d26 100644 (file)
@@ -38,7 +38,6 @@
 #include "symfile.h"
 #include "exec.h"
 #include "readline/readline.h"
-#include "exceptions.h"
 #include "solib.h"
 #include "filenames.h"
 #include "progspace.h"
index eede3e52b492724e24a5a105cb4f492548bbaae0..7055acb3d4ca1de5876006c88a9a1ef208509f79 100644 (file)
@@ -21,7 +21,6 @@
 #include "value.h"
 #include "cp-abi.h"
 #include "command.h"
-#include "exceptions.h"
 #include "gdbcmd.h"
 #include "ui-out.h"
 static struct cp_abi_ops *find_cp_abi (const char *short_name);
index 14aaac8ad0d3f74dfdc509f7bc29dfebc5fe576e..b475491ad64e0296e51f7572229141f04101a5c1 100644 (file)
@@ -29,7 +29,6 @@
 #include "block.h"
 #include "complaints.h"
 #include "gdbtypes.h"
-#include "exceptions.h"
 #include "expression.h"
 #include "value.h"
 #include "cp-abi.h"
index 62de7774ad72525effafd3421632782dc22ec77d..42010c261d9a3f0ff6259544cd74010de684bd27 100644 (file)
@@ -34,7 +34,6 @@
 #include "cp-support.h"
 #include "language.h"
 #include "extension.h"
-#include "exceptions.h"
 #include "typeprint.h"
 
 /* Controls printing of vtbl's.  */
index af4ec01e63fa19eb3d049203876a4cf26ff8a130..511f37046d9e89f1e46399c23d9dcc814dc541ac 100644 (file)
@@ -33,7 +33,6 @@
 #include "event-top.h"
 #include "inf-loop.h"
 #include <sys/stat.h>
-#include "exceptions.h"
 #include "inf-child.h"
 #include "value.h"
 #include "arch-utils.h"
index bce4c60a6674c8168e50dfd12e57beb8117b28ac..7580c02c634134b64e213a0799e26a0623eafa4b 100644 (file)
@@ -24,7 +24,6 @@
 #include "frame-unwind.h"
 #include "block.h"
 #include "hashtab.h"
-#include "exceptions.h"
 #include "gdbtypes.h"
 #include "regcache.h"
 #include "value.h"
index f2330d91e38c28e26af842cfd62b85104d7f06df..80e59038ad0abc40782391cf3fd582490ca1e2f7 100644 (file)
@@ -37,7 +37,6 @@
 #include "dwarf2-frame.h"
 #include "ax.h"
 #include "dwarf2loc.h"
-#include "exceptions.h"
 #include "dwarf2-frame-tailcall.h"
 
 struct comp_unit;
index e347e59ad626be0630d761781122311d8d4e099b..71adc896e99ebf8d68b67a3cdb1b324e4e7a24b4 100644 (file)
@@ -30,7 +30,6 @@
 #include "ax-gdb.h"
 #include "regcache.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "block.h"
 #include "gdbcmd.h"
 
index 9d0ee13d465192782551b4666c07eca320f0a617..eccd11aad4e715de3addf69233d4e34c3587a89c 100644 (file)
@@ -55,7 +55,6 @@
 #include "typeprint.h"
 #include "jv-lang.h"
 #include "psympriv.h"
-#include "exceptions.h"
 #include <sys/stat.h>
 #include "completer.h"
 #include "vec.h"
index c3792090fcecfb490aa3c1e9f2919d9f0d4a71ce..5906744bd97b1c9e53dcace94213d18a422482ce 100644 (file)
@@ -33,7 +33,6 @@
 #include "parser-defs.h"
 #include "cp-support.h"
 #include "ui-out.h"
-#include "exceptions.h"
 #include "regcache.h"
 #include "user-regs.h"
 #include "valprint.h"
index e40187e537367fd0b69c101027adc97b59cb629d..023310ccef534c61840adc3b5326b1d9a48d0a11 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
-#include "exceptions.h"
 #include "gdb_select.h"
 #include "observer.h"
 
index 833f49db08b568c735b68e1f244d6fe00b303eec..3f9deec2c23fb1c2763e6189664707632d3fce55 100644 (file)
@@ -29,7 +29,6 @@
 #include "event-top.h"
 #include "interps.h"
 #include <signal.h>
-#include "exceptions.h"
 #include "cli/cli-script.h"     /* for reset_command_nest_depth */
 #include "main.h"
 #include "gdbthread.h"
index 9a43cf371bc8bb65f6335ccbb885d5bc95de4292..6c254554997c8eb48bb41fd95003e85ff4330f90 100644 (file)
@@ -33,7 +33,6 @@
 #include "command.h"
 #include "block.h"
 #include "dictionary.h"
-#include "exceptions.h"
 
 extern void _initialize_f_valprint (void);
 static void info_common_command (char *, int);
index 1068b02ff1e9b92fa9087bed7ff1fa303d862419..9fdeceff9dd7e255e983da3864dbb53162404b8a 100644 (file)
@@ -24,7 +24,6 @@
 #include "inline-frame.h"
 #include "value.h"
 #include "regcache.h"
-#include "exceptions.h"
 #include "gdb_obstack.h"
 #include "target.h"
 
index 1f63819a6d407621e4acd9cc8b681177ea765d3b..5c4217c6d05a1c8ff8d9c3f1e35518bc6e0a8705 100644 (file)
@@ -36,7 +36,6 @@
 #include "gdbcmd.h"
 #include "observer.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "gdbthread.h"
 #include "block.h"
 #include "inline-frame.h"
index 1326f85c6acdc17be3408016ed9dc33cbeacc27a..ee33d77365ab5fd27c21f9c5cf2bfa463785e58d 100644 (file)
@@ -34,7 +34,6 @@
 #include "gdbcmd.h"
 #include "cp-abi.h"
 #include "hashtab.h"
-#include "exceptions.h"
 #include "cp-support.h"
 #include "bcache.h"
 #include "dwarf2loc.h"
index 5e55b6730cf7539779bf59e4f7574ce8fe48f342..2929b896e182f68dc994689bff9003d970812975 100644 (file)
@@ -27,8 +27,6 @@
 #include "gdb-demangle.h"
 #include "cp-abi.h"
 #include "cp-support.h"
-#include "exceptions.h"
-
 #include <ctype.h>
 
 struct cp_abi_ops gnu_v2_abi_ops;
index d5ed3551fb29b909a20eac421f893b2cd6f01749..d02c8bc1c7cf8054f31d7b8c5f17eb1a2ce8e125 100644 (file)
@@ -26,7 +26,6 @@
 #include "objfiles.h"
 #include "valprint.h"
 #include "c-lang.h"
-#include "exceptions.h"
 #include "typeprint.h"
 
 static struct cp_abi_ops gnu_v3_abi_ops;
index b67d8ff51483e2da052bd8eec0ae94f78e6682d4..562f58348a026654dc6580e98c51217510632a4a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "top.h"
-#include "exceptions.h"
 #include "gdbcmd.h"
 #include "objfiles.h"
 #include "cli/cli-cmds.h"
index f4c0f0bc60ccb3216499c46e7151b9ac51984ec6..aed9f9a19b1893e6bc994ad6d994ce78aeee98d5 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "breakpoint.h"
 #include "gdbcmd.h"
 #include "gdbthread.h"
index 2c4b2f841bb1280f24b0a264955796baf3171371..c07800e0825c56476c147e4a4587c698ac8ca5eb 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "defs.h"
 #include <ctype.h>
-#include "exceptions.h"
 #include "charset.h"
 #include "gdbcmd.h"
 #include "cli/cli-decode.h"
index 32abf6d389e4b1fe487fe04d9d410f6fd5948355..c335385e830d7d6bcdd3629f1745aad2e8365ac3 100644 (file)
@@ -23,7 +23,6 @@
 #include "defs.h"
 #include "block.h"
 #include "frame.h"
-#include "exceptions.h"
 #include "inferior.h"
 #include "objfiles.h"
 #include "symfile.h"
index 88d3004040b2c7e2d35f059e25e71123f7cf4910..d833d71033102659f238ad96b9d73e4ffb8da3c8 100644 (file)
@@ -23,7 +23,6 @@
 #include "defs.h"
 #include "charset.h"
 #include "value.h"
-#include "exceptions.h"
 #include "valprint.h"
 #include "language.h"
 #include "guile-internal.h"
index f0f83cd434b63931d71e875b08a0af55ad8b93aa..23bc86921ce777927b817a951ebae7d23ab38156 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "charset.h"
 #include "gdbcmd.h"
 #include "cli/cli-decode.h"
index cdc92ef419c40e4d091b384e23dabae36f23cf4a..cb7abf34c359cda98c9444051e50e8e4d4635faa 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "defs.h"
 #include "block.h"
-#include "exceptions.h"
 #include "frame.h"
 #include "symtab.h"
 #include "objfiles.h"
index 109e03058f96ab7686656dd58357c2d285a60000..78b5863bd4600503034151aed118f429497c3a88 100644 (file)
@@ -23,7 +23,6 @@
 #include "defs.h"
 #include "arch-utils.h"
 #include "value.h"
-#include "exceptions.h"
 #include "gdbtypes.h"
 #include "objfiles.h"
 #include "language.h"
index ee59811ef646ddce3df6de5440b680ba6450453d..6ec2af9b6481f46e5f02c2346afc36f529539d4f 100644 (file)
@@ -34,7 +34,6 @@
 #include "solib-pa64.h"
 #include "regset.h"
 #include "regcache.h"
-#include "exceptions.h"
 
 #define IS_32BIT_TARGET(_gdbarch) \
        ((gdbarch_tdep (_gdbarch))->bytes_per_address == 4)
index f685a6af3fd2eb4ed53f71313c943beacce53546..8387c72d25e1be4b90e95599034739362b734175 100644 (file)
@@ -44,7 +44,6 @@
 #include "dis-asm.h"
 #include "disasm.h"
 #include "remote.h"
-#include "exceptions.h"
 #include "i386-tdep.h"
 #include "i387-tdep.h"
 #include "x86-xstate.h"
index d4f9a356f19f5faf5d31803e14aca3f239780c19..244520926c97312bb1f87fe2fb9531bcd69c09eb 100644 (file)
@@ -25,7 +25,6 @@
 #include "event-top.h"
 #include "inf-loop.h"
 #include "remote.h"
-#include "exceptions.h"
 #include "language.h"
 #include "gdbthread.h"
 #include "continuations.h"
index e60d1d476beadd891429fea8b8a7cd4bc95b0594..bbac693f32a8d1adc9cc0bc29d11c62e0383c1dc 100644 (file)
@@ -34,7 +34,6 @@
 #include "dummy-frame.h"
 #include "ada-lang.h"
 #include "gdbthread.h"
-#include "exceptions.h"
 #include "event-top.h"
 
 /* If we can't find a function's name from its address,
index 178bd7328908cd894fda314b2e2983c3cb8d0f95..03745332f88b2063d2a5f50d149f92afedd24b80 100644 (file)
@@ -45,7 +45,6 @@
 #include "observer.h"
 #include "target-descriptions.h"
 #include "user-regs.h"
-#include "exceptions.h"
 #include "cli/cli-decode.h"
 #include "gdbthread.h"
 #include "valprint.h"
index 8137eb38d3443be9c54dbb907527a8bcaac65e64..7b437858ec8b09b992f92a8827bcbd07c68db909 100644 (file)
@@ -24,7 +24,6 @@
 #include "symtab.h"
 #include "frame.h"
 #include "inferior.h"
-#include "exceptions.h"
 #include "breakpoint.h"
 #include "gdb_wait.h"
 #include "gdbcore.h"
index 48c421f9d755bb9604bea62e6fd3d9f769a52da9..25ccadc7cf0e7ff6a4fb503295f194c1c89eaf02 100644 (file)
@@ -37,7 +37,6 @@
 #include "interps.h"
 #include "completer.h"
 #include "top.h"               /* For command_loop.  */
-#include "exceptions.h"
 #include "continuations.h"
 
 /* True if the current interpreter in is async mode.  See interps.h
index 197fa55be03128b310b265584585053ab2f19095..dcf59159e33dea74eec2d2051e8e410ee0a80d2e 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef INTERPS_H
 #define INTERPS_H
 
-#include "exceptions.h"
-
 struct ui_out;
 struct interp;
 
index bc31c7a815f630a8b0bc37686fc4c329f58839d5..c12a72f3da518233de709e5afbcac4b3fde7d640 100644 (file)
--- a/gdb/jit.c
+++ b/gdb/jit.c
@@ -38,7 +38,6 @@
 #include "target.h"
 #include "gdb-dlfcn.h"
 #include <sys/stat.h>
-#include "exceptions.h"
 #include "gdb_bfd.h"
 
 static const char *jit_reader_dir = NULL;
index 8a2c8e35ed19460ddd0cb4a51c079c578856ae36..53257021f3cf14132c888821a2d107b56f091f11 100644 (file)
@@ -33,7 +33,6 @@
 #include "block.h"
 #include "objc-lang.h"
 #include "linespec.h"
-#include "exceptions.h"
 #include "language.h"
 #include "interps.h"
 #include "mi/mi-cmds.h"
index 60f6a84897115d2053a0aa0ade2b7d51fb8dd10b..396c30c70700cb22e58c1d0ad9a215ea22867a33 100644 (file)
@@ -61,7 +61,6 @@
 #include "symfile.h"
 #include "agent.h"
 #include "tracepoint.h"
-#include "exceptions.h"
 #include "buffer.h"
 #include "target-descriptions.h"
 #include "filestuff.h"
index 8adcb407741daf21e11b1339426b93ea569ee43e..ff5f2cc7629ee2c75dbf5aa437f9dbbbeecbd6b5 100644 (file)
@@ -24,7 +24,6 @@
 #include "gdb_vecs.h"
 #include "bfd.h"
 #include "command.h"
-#include "exceptions.h"
 #include "gdbcmd.h"
 #include "gdbthread.h"
 #include "inferior.h"
index e373f87446f3b917a26ea91853e6ab47883d9ca3..683a11e501bf8a5f7cd1ad34a01b386a53e985be 100644 (file)
@@ -25,7 +25,6 @@
 #include "defs.h"
 #include "gdbcore.h"
 #include "target.h"
-#include "exceptions.h"
 #include "monitor.h"
 #include "serial.h"
 #include "symtab.h"
index 756dd4fadb326607b68baeda360cdc0d7ec1cd54..accd92781728c25e7a9fb2ba2a6eee216874b29b 100644 (file)
@@ -23,8 +23,6 @@
 #include "inferior.h"
 #include "symfile.h"
 #include "gdbcore.h"
-
-#include "exceptions.h"
 #include "getopt.h"
 
 #include <sys/types.h>
index b897d8a0611a2e41d62eb01d55e31d9a7b93e929..041281af6a439aef60dc3172f88241733219099a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "memory-map.h"
-#include "exceptions.h"
 
 #if !defined(HAVE_LIBEXPAT)
 
index ce6a093a9e26c7dd99aafbe6fa89f68bbf0ce23d..332d9e287ba35278275aa8c79d55215a7524e893 100644 (file)
@@ -25,7 +25,6 @@
 #include "breakpoint.h"
 #include "mi-getopt.h"
 #include "gdb.h"
-#include "exceptions.h"
 #include "observer.h"
 #include "mi-main.h"
 #include "mi-cmd-break.h"
index 608dc4e183b0d8427be404519a56bfb162368b3a..3ddc62c20bff920c27ba1e15fc96a3978248f8b0 100644 (file)
@@ -29,7 +29,6 @@
 #include "dictionary.h"
 #include "language.h"
 #include "valprint.h"
-#include "exceptions.h"
 #include "utils.h"
 #include "mi-getopt.h"
 #include "extension.h"
index 3827830082965e8f601f68a5a960f6d758ef272f..df2b558291f34b1a2ee712e309bfcbd6057c6679 100644 (file)
@@ -25,7 +25,6 @@
 #include "infrun.h"
 #include "ui-out.h"
 #include "top.h"
-#include "exceptions.h"
 #include "mi-main.h"
 #include "mi-cmds.h"
 #include "mi-out.h"
index 4d35ff098e645078e8e8f8eeb9eaf99420f4ed4b..6d401957b37baba3b21e5ea1f782ad9b607ba558 100644 (file)
@@ -24,7 +24,6 @@
 #include "target.h"
 #include "inferior.h"
 #include "infrun.h"
-#include "exceptions.h"
 #include "top.h"
 #include "gdbthread.h"
 #include "mi-cmds.h"
index f7e331b73cc4337eeb3354e38b69d291bddca19e..d9e7b0a47872032fc8a7df8a3cf16c72ed754b72 100644 (file)
@@ -40,7 +40,6 @@
 #include "defs.h"
 #include "gdbcore.h"
 #include "target.h"
-#include "exceptions.h"
 #include <signal.h>
 #include <ctype.h>
 #include <sys/types.h>
index 7a96cc9d9eafb2520c83656bf92cb029973163eb..8a10d3d643701c535f71ec2e9a9230575c65444e 100644 (file)
@@ -30,8 +30,6 @@
 #include <sys/syspage.h>
 #include <dirent.h>
 #include <sys/netmgr.h>
-
-#include "exceptions.h"
 #include "gdbcore.h"
 #include "inferior.h"
 #include "target.h"
index d911d8f55bea90f5aa44cc5c754232f1a2c9a623..8a3d21ed8010e08f6fc3efc7b4984ae9c3e1263c 100644 (file)
@@ -29,7 +29,6 @@
 #include "varobj.h"
 #include "c-lang.h"
 #include "objc-lang.h"
-#include "exceptions.h"
 #include "complaints.h"
 #include "value.h"
 #include "symfile.h"
index c796218be7799b965b17749852d4005de1904c88..63f6222be43f1ce1ef55369a93047143af0ee815 100644 (file)
@@ -37,7 +37,6 @@
 #include "p-lang.h"
 #include "cp-abi.h"
 #include "cp-support.h"
-#include "exceptions.h"
 #include "objfiles.h"
 \f
 
index 420afc5bfaa360fc6ea4d1151d0cd3853bdd8975..27947e79ffbb75122564448b654162b90515969a 100644 (file)
@@ -48,7 +48,6 @@
 #include "block.h"
 #include "source.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "user-regs.h"
 
 /* Standard set of definitions for printing, dumping, prefixifying,
index d232f7f37905d27d459891dc9bbf4e5421365b57..a9978699f253bd7588ff7d6ebed0633f7ba5039e 100644 (file)
@@ -45,7 +45,6 @@
 #include "auxv.h"
 #include "elf/common.h"
 #include "elf/ppc64.h"
-#include "exceptions.h"
 #include "arch-utils.h"
 #include "spu-tdep.h"
 #include "xml-syscall.h"
index a65423dfe82893a09d1c6a4c838397fc7093d21e..df44ff474a8c4ce1941ad80141c0c40336014246 100644 (file)
@@ -39,7 +39,6 @@
 #include "block.h"
 #include "disasm.h"
 #include "dfp.h"
-#include "exceptions.h"
 #include "observer.h"
 #include "solist.h"
 #include "parser-defs.h"
index 859e6e7191dea848cb11b8b93af27723d223cd5b..3b8882e66ee904d7ad505448bc007ca7cdfd17f4 100644 (file)
@@ -26,7 +26,6 @@
 #include "symtab.h"
 #include "progspace.h"
 #include "filenames.h"
-#include "exceptions.h"
 #include "linespec.h"
 #include "gdb_regex.h"
 #include "frame.h"
index 24311ff873f3f9a8b5b4d5224e9420edfc5e7f63..9b4441618ebe2553c7aa27604c1c499ab1d6dcae 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "top.h"
-#include "exceptions.h"
 #include "gdbcmd.h"
 #include "objfiles.h"
 #include "python.h"
index 125c6fdf73d791cea4b91cb21f798630180ea9c9..06e708d4f368cff2f5d6590ee040e8be1cb1ac37 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "python.h"
 #include "charset.h"
index 45af66b908c6d07d9b9cec77cbeae1457b6394d4..5fc656ef0a72ca5f3e6c6073b6d6ae89dddd5756 100644 (file)
@@ -21,7 +21,6 @@
 #include "defs.h"
 #include "arch-utils.h"
 #include "value.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "charset.h"
 #include "gdbcmd.h"
index 712a9ee5a98a89722b4739100b17342d37dbafed..4c66e84be52409303e304e32a649f69e53680aa7 100644 (file)
@@ -20,7 +20,6 @@
 
 
 #include "defs.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "breakpoint.h"
 #include "frame.h"
index 859d11589645b0937b323a4b1d2ec20524d50051..bec84ed5a00cb6451d77e57dc2f5757fa80bf58e 100644 (file)
@@ -21,7 +21,6 @@
 #include "charset.h"
 #include "block.h"
 #include "frame.h"
-#include "exceptions.h"
 #include "symtab.h"
 #include "stack.h"
 #include "value.h"
index d53282f561ecc3238cd7a4c1b2518d41f4faeb27..de48af5af854b46bc80b495c9333ee5c993773b1 100644 (file)
@@ -21,7 +21,6 @@
 #include "objfiles.h"
 #include "symtab.h"
 #include "language.h"
-#include "exceptions.h"
 #include "arch-utils.h"
 #include "python.h"
 #include "ui-out.h"
index 73d517dbd3dcae6977d99a5e84881d81f3bbfc57..38fe3d7338fac6cff14783886b972e11c2a94af7 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "charset.h"
 #include "gdbcmd.h"
index b335df918ecbd260df5cea9317a5d0c0122636fc..d98a19651c936f265885be5c9fb39999ecc09330 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "python-internal.h"
-#include "exceptions.h"
 #include "top.h"
 #include "cli/cli-utils.h"
 /* Readline function suitable for PyOS_ReadlineFunctionPointer, which
index 9b8b8f5a73427093209f2fe64320c169ba0a6710..181059abcc024cf134e4877b6fa40ea9367a5fd3 100644 (file)
@@ -18,7 +18,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "exceptions.h"
 #include "gdbcore.h"
 #include "gdbthread.h"
 #include "inferior.h"
index e03cbd923f74bb62bbebafc8f1e8a537df5b3e64..1399322ea1277ce54d922ba64cc5671df8305307 100644 (file)
@@ -18,7 +18,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "exceptions.h"
 #include "gdbthread.h"
 #include "inferior.h"
 #include "python-internal.h"
index 0cec3870ff86b2cf3583002f0e3249837aa547ed..d1de5f4645a055086c47354f521743d8672fdd93 100644 (file)
@@ -21,7 +21,6 @@
 #include "python-internal.h"
 #include "charset.h"
 #include "value.h"
-#include "exceptions.h"
 #include "valprint.h"
 #include "language.h"
 
index 8b5362b2108458238d04f400c9ceeda27f24fdf6..bb82c8ce780cdf7fc2c2dd1886e9b30f56b31201 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "python-internal.h"
-#include "exceptions.h"
 
 typedef struct {
   PyObject_HEAD
index 53d0083054ad7803ed7dbb8d961b03312c8941aa..fca1e44b46a9e0f47f044deda259ee725d3fbc5b 100644 (file)
@@ -20,7 +20,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "charset.h"
 #include "gdbcmd.h"
index a7cd337d00b4c9bb405b0f97f70ffc28c3b9aa75..35579fb3eb3cd986b3c5ccfb89b2d9af1261db4a 100644 (file)
@@ -18,7 +18,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "exceptions.h"
 #include "objfiles.h"
 #include "symtab.h"
 #include "language.h"
index 6900d5815de02757b36316cdd190a7f6cb5175ff..5d71c503e57c8db4f51dcc567b070de28862eea1 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "block.h"
-#include "exceptions.h"
 #include "frame.h"
 #include "symtab.h"
 #include "python-internal.h"
index 26d01185c399a1977db1963398e6638c1d8d8008..29a3500fdf2611dccec54ef4abb12f317e5280df 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "value.h"
-#include "exceptions.h"
 #include "python-internal.h"
 #include "charset.h"
 #include "gdbtypes.h"
index bdec38925a5e8a3b8fe646dc3c17bb689bdf7de6..4313170e606fdf064092d03a9f53d9743ae666ee 100644 (file)
@@ -20,7 +20,6 @@
 #include "defs.h"
 #include "charset.h"
 #include "value.h"
-#include "exceptions.h"
 #include "language.h"
 #include "dfp.h"
 #include "valprint.h"
index 6e7e60000a0e8c15785512d5e52859285a9210e2..c262a46231e6deb8f0bfc139366c30fd775a314b 100644 (file)
@@ -219,8 +219,6 @@ gdb_PyObject_HasAttrString (PyObject *obj,
 #include "command.h"
 #include "breakpoint.h"
 
-#include "exceptions.h"
-
 enum gdbpy_iter_kind { iter_keys, iter_values, iter_items };
 
 struct block;
index 40c4ec97943f7d5b33208d667ec749cdaa677290..af90bef0c0befa93cf613309d3442fda63b9f943 100644 (file)
@@ -27,7 +27,6 @@
 #include "objfiles.h"
 #include "value.h"
 #include "language.h"
-#include "exceptions.h"
 #include "event-loop.h"
 #include "serial.h"
 #include "readline/tilde.h"
index 430c7957d7b45bdfb0f1985b542ed7f68e2e0b15..c611c7b75fc8104aaecb093bc52b2d1f3e629766 100644 (file)
@@ -26,7 +26,6 @@
 #include "gdbcmd.h"
 #include "disasm.h"
 #include "observer.h"
-#include "exceptions.h"
 #include "cli/cli-utils.h"
 #include "source.h"
 #include "ui-out.h"
index 119361f9eb8c3655cd87b84b11dcd7a31a3f66c8..abe505fee15f917234f666f468bf9e0fe3e28e64 100644 (file)
@@ -22,7 +22,6 @@
 #include "regcache.h"
 #include "gdbthread.h"
 #include "event-top.h"
-#include "exceptions.h"
 #include "completer.h"
 #include "arch-utils.h"
 #include "gdbcore.h"
index 9b6c7941449e0382beae6bb68d4dfe21cbdfcdc8..e6b6f890f50bc0cff4ead4c6764229922698d3b3 100644 (file)
@@ -25,7 +25,6 @@
 #include "regcache.h"
 #include "reggroups.h"
 #include "observer.h"
-#include "exceptions.h"
 #include "remote.h"
 #include "valprint.h"
 #include "regset.h"
index 48e1e5672497001170ab4daf5ae604bce754a07c..451c3b1273dcd0699fc3942fe16dc159807e1539 100644 (file)
@@ -25,7 +25,6 @@
 #include "gdb/fileio.h"
 #include "gdb_wait.h"
 #include <sys/stat.h>
-#include "exceptions.h"
 #include "remote-fileio.h"
 #include "event-loop.h"
 #include "target.h"
index 9e4039d91938364bec57f22cf23476b6d72e0cb3..1ce6c172f8dac8d30c2eecf5617e6423898eb664 100644 (file)
@@ -29,7 +29,6 @@
 #include "gdbcore.h"
 #include "serial.h"
 #include "target.h"
-#include "exceptions.h"
 #include <sys/stat.h>
 #include "gdb_usleep.h"
 #include "regcache.h"
index 3d55e41d9fc4a74c79585fdb9ace9a3dc2b66a49..1c8741d1b71b8a65a95e4fcd8ecfba363e1e7870 100644 (file)
@@ -26,7 +26,6 @@
 #include "infrun.h"
 #include "bfd.h"
 #include "symfile.h"
-#include "exceptions.h"
 #include "target.h"
 /*#include "terminal.h" */
 #include "gdbcmd.h"
index 0cea0b28af8971d714e5d580d2567841d6fa061e..372f1ead15378014be9fab62d1f9ee5843e5ba4c 100644 (file)
@@ -33,7 +33,6 @@
 #include "rs6000-tdep.h"
 #include "ppc-tdep.h"
 #include "rs6000-aix-tdep.h"
-#include "exceptions.h"
 #include "xcoffread.h"
 #include "solib.h"
 #include "solib-aix.h"
index 68fb5c9cb0252e48977a6c61ba66ece6becf8c80..e8b7bf0cd0e1345b083ee3c0c733615ce1b8506b 100644 (file)
@@ -25,7 +25,6 @@
 #include "objfiles.h"
 #include "libbfd.h"            /* For bfd_default_set_arch_mach (FIXME) */
 #include "bfd.h"
-#include "exceptions.h"
 #include "gdb-stabs.h"
 #include "regcache.h"
 #include "arch-utils.h"
index 23f1e46ca40412c18e5e7f5e6824eec425e19d25..79d07bd68448b3e395e8acb3d1d204500845da51 100644 (file)
@@ -29,7 +29,6 @@
 #include "arch-utils.h"
 #include "linespec.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "breakpoint.h" /* for get_sal_arch () */
 #include "source.h"
 #include "filenames.h"
index 8782c813e4fd2226a5302634b08da3f274be1b05..4a25056861cbfc3558c53871cffb53415a290c2d 100644 (file)
@@ -38,7 +38,6 @@
 #include "elf-bfd.h"
 #include "exec.h"
 #include "auxv.h"
-#include "exceptions.h"
 #include "mach-o.h"
 #include "mach-o/external.h"
 
index 4655c92526db5120e238010f3529272852daca64..8da6ea4426b5c5611d48263994ed0c4dcb416b40 100644 (file)
@@ -28,7 +28,6 @@
 #include "command.h"
 #include "gdbcmd.h"
 #include "elf-bfd.h"
-#include "exceptions.h"
 #include "gdb_bfd.h"
 
 #define GOT_MODULE_OFFSET 4
index 8e66a878c3d30cbb20b14a3efc78de958b50594c..fbd6970b864673243ea2c7d2244ed08ab0ea7525 100644 (file)
@@ -29,7 +29,6 @@
 #include "command.h"
 #include "gdbcmd.h"
 #include "elf/frv.h"
-#include "exceptions.h"
 #include "gdb_bfd.h"
 
 /* Flag which indicates whether internal debug messages should be printed.  */
index b53caa8e5d9da10775e6a340b9d01184ba03df17..a718f1475663cb9450350c6bec6d64291dab86b0 100644 (file)
@@ -30,7 +30,6 @@
 #include "symfile.h"
 #include "objfiles.h"
 #include "elf-bfd.h"
-#include "exceptions.h"
 
 /* Need to define the following macro in order to get the complete
    load_module_desc struct definition in dlfcn.h  Otherwise, it doesn't
index 41e41b08c14c84dd5d1436c1d6a65864e7448c7c..b497143561f810c46eedf5be473843d12b938bc3 100644 (file)
@@ -33,7 +33,6 @@
 #include "observer.h"
 #include "breakpoint.h"
 #include "gdbthread.h"
-#include "exceptions.h"
 #include "gdb_bfd.h"
 
 #include "spu-tdep.h"
index 978564c1bc1f246c6499002862b02a4b4cb85149..5c87019c7c25170c1ea4c6a02692158e54863bf0 100644 (file)
@@ -43,7 +43,6 @@
 #include "elf-bfd.h"
 #include "exec.h"
 #include "auxv.h"
-#include "exceptions.h"
 #include "gdb_bfd.h"
 #include "probe.h"
 
index 2f641059b79576892ab06702ebbf715cc60d26e3..41250a2ed977144d49c33a264379393fee717010 100644 (file)
@@ -25,7 +25,6 @@
 #include "bfd.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "gdbcore.h"
 #include "command.h"
 #include "target.h"
index c9af4fd4c53e4662c8bc79559bec2e9e287f8c28..032f5de4618c3d7d9bab5eaa7e5e1eac6b9aa36e 100644 (file)
@@ -44,7 +44,6 @@
 #include "dwarf2.h"
 #include "dwarf2-frame.h"
 #include "ax.h"
-#include "exceptions.h"
 #include "spu-tdep.h"
 
 
index c9a85cadebcb3e5e75e86e1797ccc4e7817b826a..4b34e0b8c594a391c1361eae42671a6c9bc211ce 100644 (file)
@@ -36,7 +36,6 @@
 #include "block.h"
 #include "stack.h"
 #include "dictionary.h"
-#include "exceptions.h"
 #include "reggroups.h"
 #include "regcache.h"
 #include "solib.h"
index 23202d7ca83fdacc30abc66f4f814c2bb0f17cf0..a51bf8b853a44b748b6196b99fc50ecf44093452 100644 (file)
@@ -28,7 +28,6 @@
 #include "gdbcmd.h"
 #include "filenames.h"
 #include "value.h"
-#include "exceptions.h"
 #include "ax.h"
 #include "ax-gdb.h"
 #include "complaints.h"
index ef48f7d11820c2dee994b00489f30003b58e81c3..b6986b0ec7247d93f3705ab416b47ed2e1bf1bab 100644 (file)
@@ -45,7 +45,6 @@
 #include "symtab.h"
 #include "gdbcore.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "gdbcmd.h"
 #include "target.h"
 #include "value.h"
index c2146a5614b60a4509c7ee7b0eb66d690e0d3a19..223a7d166765aa88bb6ab2778b46ab0940718ca8 100644 (file)
@@ -27,7 +27,6 @@
 #include "breakpoint.h"
 #include "command.h"
 #include "gdb_obstack.h"
-#include "exceptions.h"
 #include "language.h"
 #include "bcache.h"
 #include "block.h"
index 4606d1751b6140eb72e13c3d1500ffd4ad46eb89..34db6526f00b1ef5c39a306473510695a543cb63 100644 (file)
@@ -33,7 +33,6 @@
 #include <signal.h>
 #include "regcache.h"
 #include "gdbcore.h"
-#include "exceptions.h"
 #include "target-descriptions.h"
 #include "gdbthread.h"
 #include "solib.h"
index ac1d8a15e69ca7644b57bd3522341a473b42e2ff..25538d7d43816c027ee5a5559a45ee6d652458d5 100644 (file)
@@ -27,7 +27,6 @@
 #include "value.h"
 #include "target.h"
 #include "gdbthread.h"
-#include "exceptions.h"
 #include "command.h"
 #include "gdbcmd.h"
 #include "regcache.h"
index d6696cda754e4b283ab634f9e00b9f7f5095119f..5a947d718c8be030b2752592b4d64a370432d1c0 100644 (file)
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -26,7 +26,6 @@
 #include "symtab.h"
 #include "inferior.h"
 #include "infrun.h"
-#include "exceptions.h"
 #include <signal.h>
 #include "target.h"
 #include "target-dcache.h"
index f2f662ef845b62fa8390a120f5361071c802f038..51af2af27200fc4988d70aa3c410b2238c12e34c 100644 (file)
@@ -49,7 +49,6 @@
 #include "ax.h"
 #include "ax-gdb.h"
 #include "memrange.h"
-#include "exceptions.h"
 #include "cli/cli-utils.h"
 #include "probe.h"
 #include "ctf.h"
index 147a42434cf4a6453bcf6beb81c526ad130d9f77..24cb5a3941448821a0207d0f3bb9b1c7d17244a1 100644 (file)
@@ -29,7 +29,6 @@
 #include "tui/tui-win.h"
 #include "tui/tui.h"
 #include "tui/tui-io.h"
-#include "exceptions.h"
 #include "infrun.h"
 #include "observer.h"
 
index 4d3358fa5defaf332acfb7108693c31ae29bc8c8..f97901d608e73540a9a089021aa893b645adf107 100644 (file)
@@ -31,7 +31,6 @@
 #include "language.h"
 #include "cp-abi.h"
 #include "typeprint.h"
-#include "exceptions.h"
 #include "valprint.h"
 #include <ctype.h>
 #include "cli/cli-utils.h"
index 4da9501774f59150cd5f88091c05bbb9fff36cb3..3915b58c047499ada2bbdf8ede3174a06316e5ac 100644 (file)
@@ -22,7 +22,6 @@
 #include <ctype.h>
 #include "gdb_wait.h"
 #include "event-top.h"
-#include "exceptions.h"
 #include "gdbthread.h"
 #include "fnmatch.h"
 #include "gdb_bfd.h"
index 44673a112676915a813efd2bdc18aed4ccf3b49f..154629bfc62baa7668d0d110f2a852675f321e4a 100644 (file)
@@ -28,7 +28,6 @@
 #include "dfp.h"
 #include <math.h>
 #include "infcall.h"
-#include "exceptions.h"
 
 /* Define whether or not the C operator '/' truncates towards zero for
    differently signed operands (truncation direction is undefined in C).  */
index f1779074943b92370dc1b77b00417e1e05072007..7f3e4f58c7b43c461370a37b61c1bf18e87d970c 100644 (file)
@@ -38,7 +38,6 @@
 #include "tracepoint.h"
 #include "observer.h"
 #include "objfiles.h"
-#include "exceptions.h"
 #include "extension.h"
 
 extern unsigned int overload_debug;
index 8cb5c74fd299a05b2122285b68632ed88338f37b..52f028ebd662c3f0e4ddb87178ab69d10efe6444 100644 (file)
@@ -29,7 +29,6 @@
 #include "valprint.h"
 #include "floatformat.h"
 #include "doublest.h"
-#include "exceptions.h"
 #include "dfp.h"
 #include "extension.h"
 #include "ada-lang.h"
index fdc8858daf6642becfe1c122fe6183475ad02ee4..ecfb154b8bc27269a84b9ddf364771053b8b4541 100644 (file)
@@ -35,7 +35,6 @@
 #include "objfiles.h"
 #include "valprint.h"
 #include "cli/cli-decode.h"
-#include "exceptions.h"
 #include "extension.h"
 #include <ctype.h>
 #include "tracepoint.h"
index 45a19e1b38497022027e8be2bcfc72afe87a423e..80b7c9a967d569f10c6196ea80e17874bf5094a1 100644 (file)
@@ -16,7 +16,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "defs.h"
-#include "exceptions.h"
 #include "value.h"
 #include "expression.h"
 #include "frame.h"
index 6f24e9cf70659e3b9ed0038f7b82e6412061f4c9..754a2d1912fdea599e1e8765e8792bdef79cdcd7 100644 (file)
@@ -26,7 +26,6 @@
 #include "inferior.h"
 #include "infrun.h"
 #include "target.h"
-#include "exceptions.h"
 #include "gdbcore.h"
 #include "command.h"
 #include "completer.h"
index 531ac1017535bbdcd5bbff0a530ad070dd02fc8d..1bf2005cf0355d2f22de262a51378ec0736fd2be 100644 (file)
@@ -19,7 +19,6 @@
 
 #include "defs.h"
 #include "gdbcmd.h"
-#include "exceptions.h"
 #include "xml-support.h"
 #include "filestuff.h"
 #include "safe-ctype.h"