Commit 0bfdb81e by Mike Stump Committed by Mike Stump

* gdbinit.in: Add __null.

From-SVN: r198899
parent a508ef22
2013-05-14 Mike Stump <mikestump@comcast.net>
* gdbinit.in: Add __null.
2013-05-14 Mike Stump <mikestump@comcast.net>
* recog.h: Rename struct recog_data to Recog_data.
* recog.c: Likewise.
* reload.c (can_reload_into): Likewise.
......
......@@ -184,6 +184,7 @@ end
# Define some macros helpful to gdb when it is expanding macros.
macro define __FILE__ "gdb"
macro define __LINE__ 1
macro define __null 0
# Gracefully handle aborts in functions used from gdb.
set unwindonsignal on
......
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