SIGNUM Systems GDB Server Uživatelský manuál Strana 17

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 17
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 16
SIGNUM SYSTEMS
830
14
(gdb) # machid
(gdb) p /x $r1
$12 = 0x84d
(gdb) # boot args
(gdb) p /x $r2
$13 = 0x90000100
(gdb) # Set a hardware breakpoint at start_kernel().
(gdb) hbreak start_kernel
Hardware assisted breakpoint 6 at 0xc00087b0: file init/main.c, line 547.
(gdb) c
Continuing.
Breakpoint 6, start_kernel () at init/main.c:547
547 in init/main.c
(gdb) p /x $pc
$14 = 0xc00087b0
(gdb) # The virtual memory is initialized. We can debug the kernel now.
...
Zobrazit stránku 16
1 2 ... 12 13 14 15 16 17

Komentáře k této Příručce

Žádné komentáře