gdbinit.in: Disable strict type checking.

* gdbinit.in: Disable strict type checking.

Co-Authored-By: Tom Tromey <tromey@redhat.com>

From-SVN: r204474
This commit is contained in:
Jeff Law 2013-11-06 13:28:03 -07:00 committed by Jeff Law
parent 73afb55da8
commit 2a9369590c
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2013-11-06 Jeff Law <law@redhat.com>
Tom Tromey <tromey@redhat.com>
* gdbinit.in: Disable strict type checking.
2013-11-06 Vladimir Makarov <vmakarov@redhat.com>
* tree-pass.h (make_pass_live_range_shrinkage): New external.

View file

@ -205,6 +205,11 @@ set complaints 0
b exit
b abort
# Disable strict type checking. This allows developers to (for example)
# make inferior calls without casting absolute address to a suitable
# pointer type.
set check type off
# Skip all inline functions in tree.h.
# These are used in accessor macros.
# Note that this is added at the end because older gdb versions