projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1e183a
)
* gdbinit.in (__FUNCTION__): Add.
author
Mike Stump
<mikestump@comcast.net>
Wed, 5 Jun 2013 16:36:00 +0000
(16:36 +0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Wed, 5 Jun 2013 16:36:00 +0000
(16:36 +0000)
From-SVN: r199702
gcc/ChangeLog
patch
|
blob
|
history
gcc/gdbinit.in
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 6de45ba1161a9305a7cc4cbb56275898e6c89216..bc7f98e5888e9f46da9cf7a0703b61ef4156e368 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/gdbinit.in
b/gcc/gdbinit.in
index 4a84700d167b11eb38ec22d20b65d0edcc5e78bc..503ef24e3016bf2967bbb0f1d0a383260eee02cc 100644
(file)
--- a/
gcc/gdbinit.in
+++ b/
gcc/gdbinit.in
@@
-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.