* gdbinit.in (pel): Define.
From-SVN: r207474
This commit is contained in:
parent
229e56f91e
commit
71e55f045c
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user