diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-auto-load.c | 1 | ||||
-rw-r--r-- | gdb/python/py-breakpoint.c | 1 | ||||
-rw-r--r-- | gdb/python/py-cmd.c | 1 | ||||
-rw-r--r-- | gdb/python/py-finishbreakpoint.c | 1 | ||||
-rw-r--r-- | gdb/python/py-frame.c | 1 | ||||
-rw-r--r-- | gdb/python/py-framefilter.c | 1 | ||||
-rw-r--r-- | gdb/python/py-function.c | 1 | ||||
-rw-r--r-- | gdb/python/py-gdb-readline.c | 1 | ||||
-rw-r--r-- | gdb/python/py-inferior.c | 1 | ||||
-rw-r--r-- | gdb/python/py-infthread.c | 1 | ||||
-rw-r--r-- | gdb/python/py-lazy-string.c | 1 | ||||
-rw-r--r-- | gdb/python/py-linetable.c | 1 | ||||
-rw-r--r-- | gdb/python/py-param.c | 1 | ||||
-rw-r--r-- | gdb/python/py-prettyprint.c | 1 | ||||
-rw-r--r-- | gdb/python/py-symbol.c | 1 | ||||
-rw-r--r-- | gdb/python/py-type.c | 1 | ||||
-rw-r--r-- | gdb/python/py-value.c | 1 | ||||
-rw-r--r-- | gdb/python/python-internal.h | 2 | ||||
-rw-r--r-- | gdb/python/python.c | 1 |
19 files changed, 0 insertions, 20 deletions
diff --git a/gdb/python/py-auto-load.c b/gdb/python/py-auto-load.c index 24311ff..9b44416 100644 --- a/gdb/python/py-auto-load.c +++ b/gdb/python/py-auto-load.c @@ -19,7 +19,6 @@ #include "defs.h" #include "top.h" -#include "exceptions.h" #include "gdbcmd.h" #include "objfiles.h" #include "python.h" diff --git a/gdb/python/py-breakpoint.c b/gdb/python/py-breakpoint.c index 125c6fd..06e708d 100644 --- a/gdb/python/py-breakpoint.c +++ b/gdb/python/py-breakpoint.c @@ -19,7 +19,6 @@ #include "defs.h" #include "value.h" -#include "exceptions.h" #include "python-internal.h" #include "python.h" #include "charset.h" diff --git a/gdb/python/py-cmd.c b/gdb/python/py-cmd.c index 45af66b..5fc656e 100644 --- a/gdb/python/py-cmd.c +++ b/gdb/python/py-cmd.c @@ -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" diff --git a/gdb/python/py-finishbreakpoint.c b/gdb/python/py-finishbreakpoint.c index 712a9ee..4c66e84 100644 --- a/gdb/python/py-finishbreakpoint.c +++ b/gdb/python/py-finishbreakpoint.c @@ -20,7 +20,6 @@ #include "defs.h" -#include "exceptions.h" #include "python-internal.h" #include "breakpoint.h" #include "frame.h" diff --git a/gdb/python/py-frame.c b/gdb/python/py-frame.c index 859d115..bec84ed 100644 --- a/gdb/python/py-frame.c +++ b/gdb/python/py-frame.c @@ -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" diff --git a/gdb/python/py-framefilter.c b/gdb/python/py-framefilter.c index d53282f..de48af5 100644 --- a/gdb/python/py-framefilter.c +++ b/gdb/python/py-framefilter.c @@ -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" diff --git a/gdb/python/py-function.c b/gdb/python/py-function.c index 73d517d..38fe3d7 100644 --- a/gdb/python/py-function.c +++ b/gdb/python/py-function.c @@ -20,7 +20,6 @@ #include "defs.h" #include "value.h" -#include "exceptions.h" #include "python-internal.h" #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/python/py-gdb-readline.c b/gdb/python/py-gdb-readline.c index b335df9..d98a196 100644 --- a/gdb/python/py-gdb-readline.c +++ b/gdb/python/py-gdb-readline.c @@ -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 diff --git a/gdb/python/py-inferior.c b/gdb/python/py-inferior.c index 9b8b8f5..181059a 100644 --- a/gdb/python/py-inferior.c +++ b/gdb/python/py-inferior.c @@ -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" diff --git a/gdb/python/py-infthread.c b/gdb/python/py-infthread.c index e03cbd9..1399322 100644 --- a/gdb/python/py-infthread.c +++ b/gdb/python/py-infthread.c @@ -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" diff --git a/gdb/python/py-lazy-string.c b/gdb/python/py-lazy-string.c index 0cec387..d1de5f4 100644 --- a/gdb/python/py-lazy-string.c +++ b/gdb/python/py-lazy-string.c @@ -21,7 +21,6 @@ #include "python-internal.h" #include "charset.h" #include "value.h" -#include "exceptions.h" #include "valprint.h" #include "language.h" diff --git a/gdb/python/py-linetable.c b/gdb/python/py-linetable.c index 8b5362b..bb82c8c 100644 --- a/gdb/python/py-linetable.c +++ b/gdb/python/py-linetable.c @@ -19,7 +19,6 @@ #include "defs.h" #include "python-internal.h" -#include "exceptions.h" typedef struct { PyObject_HEAD diff --git a/gdb/python/py-param.c b/gdb/python/py-param.c index 53d0083..fca1e44 100644 --- a/gdb/python/py-param.c +++ b/gdb/python/py-param.c @@ -20,7 +20,6 @@ #include "defs.h" #include "value.h" -#include "exceptions.h" #include "python-internal.h" #include "charset.h" #include "gdbcmd.h" diff --git a/gdb/python/py-prettyprint.c b/gdb/python/py-prettyprint.c index a7cd337..35579fb 100644 --- a/gdb/python/py-prettyprint.c +++ b/gdb/python/py-prettyprint.c @@ -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" diff --git a/gdb/python/py-symbol.c b/gdb/python/py-symbol.c index 6900d58..5d71c50 100644 --- a/gdb/python/py-symbol.c +++ b/gdb/python/py-symbol.c @@ -19,7 +19,6 @@ #include "defs.h" #include "block.h" -#include "exceptions.h" #include "frame.h" #include "symtab.h" #include "python-internal.h" diff --git a/gdb/python/py-type.c b/gdb/python/py-type.c index 26d0118..29a3500 100644 --- a/gdb/python/py-type.c +++ b/gdb/python/py-type.c @@ -19,7 +19,6 @@ #include "defs.h" #include "value.h" -#include "exceptions.h" #include "python-internal.h" #include "charset.h" #include "gdbtypes.h" diff --git a/gdb/python/py-value.c b/gdb/python/py-value.c index bdec389..4313170 100644 --- a/gdb/python/py-value.c +++ b/gdb/python/py-value.c @@ -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" diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index 6e7e600..c262a46 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -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; diff --git a/gdb/python/python.c b/gdb/python/python.c index 40c4ec9..af90bef 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -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" |