SIGNUM Systems GDB Server Instrukcja Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 26
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
SIGNUM SYSTEMS
16
(gdb) load x.elf
Loading section .text, size 0x1f10 lma 0x8000
Loading section ..rodata, size 0x29 lma 0x9f10
Loading section .data, size 0x850 lma 0xa03c
Loading section .ctors, size 0x8 lma 0xa88c
Loading section ..dtors, size 0x8 lma 0xa894
Start address 0x8000, load size 10137
Transfer rate: 81096 bits in <1 sec, 151
bytes/write.
(gdb) p /x $pc
$1 = 0x8000
(gdb) break main
Breakpoint 1 at 0x8220: file x.c, line 34.
(gdb) c
Continuing.
Breakpoint 1, main () at x.c:34
34 a = 0;
.
.
.
And so on
Metrowerks CodeWarrior
` To configure the Metrowerks CodeWarrior debugger:
1. Select Preferences form the Edit menu. The IDE Preferences dialog
appears (Figure 19). Press the Add button to add (create) a new
connection.
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26

Komentarze do niniejszej Instrukcji

Brak uwag