Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. target sim ^M
  2. Connected to the simulator.^M
  3. (gdb) load^M
  4. Loading section .vectors, size 0x2000 lma 0x0^M
  5. Loading section .init, size 0x28 lma 0x2000^M
  6. Loading section .text, size 0xfe3c lma 0x2028^M
  7. Loading section .fini, size 0x1c lma 0x11e64^M
  8. Loading section .rodata, size 0x930 lma 0x11e80^M
  9. Loading section .eh_frame, size 0x4 lma 0x147b0^M
  10. Loading section .ctors, size 0x8 lma 0x147b4^M
  11. Loading section .dtors, size 0x8 lma 0x147bc^M
  12. Loading section .jcr, size 0x4 lma 0x147c4^M
  13. Loading section .data, size 0xcf8 lma 0x147c8^M
  14. Start address 0x100^M
  15. Transfer rate: 632320 bits in <1 sec.^M
  16. (gdb) run ^M
  17. Starting program: /home/shorne/work/openrisc/build-gdb/gdb/testsuite/outputs/gdb.base/break/breako2 ^M
  18. WARNING: l.mfspr with invalid SPR address 0x10^M
  19. WARNING: l.mfspr with invalid SPR address 0x40^M
  20. core: 4 byte read to unmapped address 0x27f7f7c at 0x27f7f7c^M
  21. ^M
  22. Program received signal SIGSEGV, Segmentation fault.^M
  23. 0x027f7f7c in ?? ()^M
  24. (gdb) FAIL: gdb.base/break.exp: run until function breakpoint, optimized file
  25. continue^M
  26. Continuing.^M
  27. core: 4 byte read to unmapped address 0x27f7f7c at 0x27f7f7c^M
  28. ^M
  29. Program received signal SIGSEGV, Segmentation fault.^M
  30. 0x027f7f7c in ?? ()^M
  31. (gdb) FAIL: gdb.base/break.exp: run until breakpoint set at small function, optimized file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement