URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [gdbinit.in] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
echo Setting up the environment for debugging gdb.\nset complaints 1b internal_errorb info_commandcommandssilentreturnenddir @srcdir@/../libibertydir @srcdir@/../bfddir @srcdir@dir .set prompt (top-gdb)define pdieif $argc == 1call dump_die ($arg0, 1)elseif $argc == 2call dump_die ($arg0, $arg1)elseprintf "Syntax: pdie die [depth]\n"endendenddocument pdiePretty print a DWARF DIE.Syntax: pdie die [depth]end
Go to most recent revision | Compare with Previous | Blame | View Log
