Skip to content

Instantly share code, notes, and snippets.

@stffrdhrn
Created May 3, 2016 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stffrdhrn/14589cb51815b04a7ce0e13e38b014ef to your computer and use it in GitHub Desktop.
Save stffrdhrn/14589cb51815b04a7ce0e13e38b014ef to your computer and use it in GitHub Desktop.
or1k-elf-gdb testsuite failures
target sim ^M
Connected to the simulator.^M
(gdb) load^M
Loading section .vectors, size 0x2000 lma 0x0^M
Loading section .init, size 0x28 lma 0x2000^M
Loading section .text, size 0xfe3c lma 0x2028^M
Loading section .fini, size 0x1c lma 0x11e64^M
Loading section .rodata, size 0x930 lma 0x11e80^M
Loading section .eh_frame, size 0x4 lma 0x147b0^M
Loading section .ctors, size 0x8 lma 0x147b4^M
Loading section .dtors, size 0x8 lma 0x147bc^M
Loading section .jcr, size 0x4 lma 0x147c4^M
Loading section .data, size 0xcf8 lma 0x147c8^M
Start address 0x100^M
Transfer rate: 632320 bits in <1 sec.^M
(gdb) run ^M
Starting program: /home/shorne/work/openrisc/build-gdb/gdb/testsuite/outputs/gdb.base/break/breako2 ^M
WARNING: l.mfspr with invalid SPR address 0x10^M
WARNING: l.mfspr with invalid SPR address 0x40^M
core: 4 byte read to unmapped address 0x27f7f7c at 0x27f7f7c^M
^M
Program received signal SIGSEGV, Segmentation fault.^M
0x027f7f7c in ?? ()^M
(gdb) FAIL: gdb.base/break.exp: run until function breakpoint, optimized file
continue^M
Continuing.^M
core: 4 byte read to unmapped address 0x27f7f7c at 0x27f7f7c^M
^M
Program received signal SIGSEGV, Segmentation fault.^M
0x027f7f7c in ?? ()^M
(gdb) FAIL: gdb.base/break.exp: run until breakpoint set at small function, optimized file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment