OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gdb-7.1/] [gdb/] [gdbinit.in] - Diff between revs 834 and 842

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 834 Rev 842
echo Setting up the environment for debugging gdb.\n
echo Setting up the environment for debugging gdb.\n
set complaints 1
set complaints 1
b internal_error
b internal_error
b info_command
b info_command
commands
commands
        silent
        silent
        return
        return
end
end
dir @srcdir@/../libiberty
dir @srcdir@/../libiberty
dir @srcdir@/../bfd
dir @srcdir@/../bfd
dir @srcdir@
dir @srcdir@
dir .
dir .
set prompt (top-gdb)
set prompt (top-gdb)
define pdie
define pdie
  if $argc == 1
  if $argc == 1
    call dump_die ($arg0, 1)
    call dump_die ($arg0, 1)
  else
  else
    if $argc == 2
    if $argc == 2
      call dump_die ($arg0, $arg1)
      call dump_die ($arg0, $arg1)
    else
    else
      printf "Syntax: pdie die [depth]\n"
      printf "Syntax: pdie die [depth]\n"
    end
    end
  end
  end
end
end
document pdie
document pdie
Pretty print a DWARF DIE.
Pretty print a DWARF DIE.
Syntax: pdie die [depth]
Syntax: pdie die [depth]
end
end
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.