Commit 2a936959 by Jeff Law Committed by Jeff Law

gdbinit.in: Disable strict type checking.

       * gdbinit.in: Disable strict type checking.

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

From-SVN: r204474
parent 73afb55d
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.
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment