HP gnu source-level debugger 5992-4701 Manual de usuario Pagina 353

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 369
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 352
The -target-select command
Synopsis
-target-select type parameters ...
Connect GDB to the remote target. This command takes two args:
'type' The type of target, for instance 'async', 'remote', and so on.
'parameters'
Device names, host names and the like. See “Commands for
managing targets” (page 133), for more details.
The output is a connection notification, followed by the address at which the target
program is, in the following form:
^connected,addr="address",func="function name",
args=[arg list]
GDB command
The corresponding GDB command is 'target'.
Example
(gdb)
-target-select async /dev/ttya
^connected,addr="0xfe00a300",func="??",args=[]
(gdb)
21.12 GDB/MI thread commands
The -thread-info command
Synopsis
-thread-info
GDB command
No equivalent.
Example
N.A.
The -thread-list-all-threads command
Synopsis
-thread-list-all-threads
21.12 GDB/MI thread commands 353
Vista de pagina 352
1 2 ... 348 349 350 351 352 353 354 355 356 357 358 ... 368 369

Comentarios a estos manuales

Sin comentarios