HP gnu source-level debugger 5992-4701 Instrukcja Użytkownika Strona 251

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 369
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 250
*>:32 print_average (my_list, first, last); :
:33 print_average (my_list, first, last - 3); :
:34 } :
:35 :
:......................................................................:
File: average.c Procedure: main Line: 32 pc: 0x3524
(gdb) la regs
(gdb) la src
(gdb) la regs
(gdb) foc next
Focus set to REGS window.
(gdb) fr
#0 main () at average.c:32
(gdb)
The default floating-point register display is single-precision. To change the register
display to double-precision and then back again, use the XDB toggle float
command:
toggle $fregs
The window looks like this:
|-------------------------------------------------------------------------|
|fpsr 0 fpe1 0 |
|fpe2 0 fpe3 0 |
|fpe4 0 fpe5 0 |
|fpe6 0 fpe7 0 |
|fr4 0 fr4R 0 |
|fr5 1.0000000000000011 fr5R 7.00649232e-45 |
|-------------------------------------------------------------------------|
*>:32 print_average (my_list, first, last); :
:33 print_average (my_list, first, last - 3); :
:34 } :
:35 :
:36 :
:37 :
:......................................................................:
File: average.c Procedure: main Line: 32 pc: 0x3524
(gdb) la regs
(gdb) la src
(gdb) la regs
(gdb) foc next
Focus set to REGS window.
(gdb) fr
(gdb) tf
(gdb)
15.8 Changing the pane size
To specify a new height for a pane or to increase or decrease the current height, use
the winheight command (abbreviated winh or wh).
The syntax is:
15.8 Changing the pane size 251
Przeglądanie stron 250
1 2 ... 246 247 248 249 250 251 252 253 254 255 256 ... 368 369

Komentarze do niniejszej Instrukcji

Brak uwag