SIGNUM Systems GDB Server Manual de usuario Pagina 13

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 21
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 12
TRACE32 as GDB Front-End 1 3 G D B F r o n t - e n d C o m m a n d s
©1989-2014 Lauterbach GmbH
SYStem.GDBFILE Set the name of the debugged application
SYStem.GDBLibPath Set the path to the target libraries on the host
SYStem.GDBSIGnal Define signal handling
This command define the gdbserver/TRACE32 behavior when the application sends the signal signum.
Format: SYStem.GDBFILE <name> (deprecated)
Format: SYStem.GDBLibPath <path> (deprecated)
Format: SYStem.GDBSIGnal <mode> <signum>
<mode> STOP NOSTOP PASS NOPASS PRINT NOPRINT
<signum>: signal number
STOP The debugger should stop on this signal.
NOSTOP The signal is ignored and the application continue running.
PASS Allow the program to see this signal; the program can handle the signal, or
else it may terminate if the signal is fatal and not handled.
NOPASS Do not allow the program to see this signal.
PRINT A message is printed in the area window when the signal is received.
NOPRINT No message is printed.
Vista de pagina 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 19 20 21

Comentarios a estos manuales

Sin comentarios