Advertisement
Guest User

gdb out

a guest
Aug 25th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.97 KB | None | 0 0
  1. GNU gdb (GDB) 7.6
  2. Copyright (C) 2013 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-unknown-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>.
  10. RTEMS GDB Support loaded
  11. (gdb) pi
  12. >>> ar = gdb.Architecture()
  13. >>> ar.name()
  14. gdbarch.c:1423: internal-error: gdbarch_bfd_arch_info: Assertion `gdbarch != NULL' failed.
  15. A problem internal to GDB has been detected,
  16. further debugging may prove unreliable.
  17. Quit this debugging session? (y or n) n
  18.  
  19. gdbarch.c:1423: internal-error: gdbarch_bfd_arch_info: Assertion `gdbarch != NULL' failed.
  20. A problem internal to GDB has been detected,
  21. further debugging may prove unreliable.
  22. Create a core file of GDB? (y or n) y
  23. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement