Commit 71e55f04 by Marek Polacek Committed by Marek Polacek

* gdbinit.in (pel): Define.

From-SVN: r207474
parent 229e56f9
2014-02-04 Marek Polacek <polacek@redhat.com>
* gdbinit.in (pel): Define.
2014-02-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
* doc/invoke.texi (fstrict-volatile-bitfields): Clarify current
......
......@@ -190,6 +190,15 @@ document pbm
Dump the bitmap that is in $ as a comma-separated list of numbers.
end
define pel
output expand_location ($)
echo \n
end
document pel
Print expanded location of $.
end
# Define some macros helpful to gdb when it is expanding macros.
macro define __FILE__ "gdb"
macro define __LINE__ 1
......
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