* gdbinit.in (__FUNCTION__): Add.

From-SVN: r199702
This commit is contained in:
Mike Stump 2013-06-05 16:36:00 +00:00 committed by Mike Stump
parent c1e183a9ea
commit b57ca59bbd
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-06-05 Mike Stump <mikestump@comcast.net>
* gdbinit.in (__FUNCTION__): Add.
2013-06-05 Uros Bizjak <ubizjak@gmail.com>
* config/alpha/alpha.c (alpha_emit_conditional_move): Swap all

View File

@ -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 __FUNCTION__ "gdb"
macro define __null 0
# Gracefully handle aborts in functions used from gdb.