We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d7a45 commit a8638b0Copy full SHA for a8638b0
README.md
@@ -476,12 +476,14 @@ follows:
476
$ arc-elf32-gcc -mcpu=arcem -g --specs=nsim.specs simple.c
477
$ arc-elf32-gdb --quiet a.out
478
(gdb) set tdesc filename toolchain/extras/opella-xd/opella-arcem-tdesc.xml
479
- (gdb) set target remote :2331
+ (gdb) target remote :2331
480
(gdb) load
481
(gdb) break main
482
(gdb) continue
483
(gdb) break exit
484
485
+ # Register R0 contains exit code of function main()
486
+ (gtb) info reg r0
487
(gdb) quit
488
489
Similar to OpenOCD hostlink is not available in GDB with Ashling Opella-XD.
0 commit comments