* gdbinit.in (pcfun): Define and document.
authorMarek Polacek <polacek@redhat.com>
Tue, 10 Mar 2015 12:32:09 +0000 (12:32 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 10 Mar 2015 12:32:09 +0000 (12:32 +0000)
From-SVN: r221320

gcc/ChangeLog
gcc/gdbinit.in

index dbef42ad3b113a83cc8ff88978d0363e5b39ae46..ddd430ba03c0ae294011982e4de17d5b15fa5419 100644 (file)
@@ -1,3 +1,7 @@
+2015-03-10  Marek Polacek  <polacek@redhat.com>
+
+       * gdbinit.in (pcfun): Define and document.
+
 2015-03-10  Ilya Verbin  <ilya.verbin@intel.com>
 
        * config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
index 10fe5ad6718a31e08aaea26073d4ce3ea78d6fb8..3f11784442068e4a99ff16202f594c4d4f2ba272 100644 (file)
@@ -199,6 +199,15 @@ document pel
 Print expanded location of $.
 end
 
+define pcfun
+output debug_function (cfun ? cfun->decl : current_function_decl, 0)
+echo \n
+end
+
+document pcfun
+Print current function.
+end
+
 # Define some macros helpful to gdb when it is expanding macros.
 macro define __FILE__ "gdb"
 macro define __LINE__ 1