mirror of git://gcc.gnu.org/git/gcc.git
* gdbinit.in (pcfun): Define and document.
From-SVN: r221320
This commit is contained in:
parent
3009434489
commit
2e1a9cdb64
|
|
@ -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>
|
2015-03-10 Ilya Verbin <ilya.verbin@intel.com>
|
||||||
|
|
||||||
* config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
|
* config/i386/intelmic-mkoffload.c: Include intelmic-offload.h instead
|
||||||
|
|
|
||||||
|
|
@ -199,6 +199,15 @@ document pel
|
||||||
Print expanded location of $.
|
Print expanded location of $.
|
||||||
end
|
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.
|
# Define some macros helpful to gdb when it is expanding macros.
|
||||||
macro define __FILE__ "gdb"
|
macro define __FILE__ "gdb"
|
||||||
macro define __LINE__ 1
|
macro define __LINE__ 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue