Line 1... |
Line 1... |
This is gdb.info, produced by makeinfo version 4.8 from ./gdb.texinfo.
|
This is gdb.info, produced by makeinfo version 4.13 from ./gdb.texinfo.
|
|
|
INFO-DIR-SECTION Software development
|
INFO-DIR-SECTION Software development
|
START-INFO-DIR-ENTRY
|
START-INFO-DIR-ENTRY
|
* Gdb: (gdb). The GNU debugger.
|
* Gdb: (gdb). The GNU debugger.
|
END-INFO-DIR-ENTRY
|
END-INFO-DIR-ENTRY
|
Line 21... |
Line 21... |
developing GNU and promoting software freedom."
|
developing GNU and promoting software freedom."
|
|
|
This file documents the GNU debugger GDB.
|
This file documents the GNU debugger GDB.
|
|
|
This is the Ninth Edition, of `Debugging with GDB: the GNU
|
This is the Ninth Edition, of `Debugging with GDB: the GNU
|
Source-Level Debugger' for GDB (GDB) Version 7.2.
|
Source-Level Debugger' for GDB (GDB) Version 7.2-or32-1.0rc1.
|
|
|
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
|
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
2010 Free Software Foundation, Inc.
|
2010 Free Software Foundation, Inc.
|
|
|
Line 650... |
Line 650... |
Target descriptions can be read from the target automatically, or
|
Target descriptions can be read from the target automatically, or
|
specified by the user manually. The default behavior is to read the
|
specified by the user manually. The default behavior is to read the
|
description from the target. GDB retrieves it via the remote protocol
|
description from the target. GDB retrieves it via the remote protocol
|
using `qXfer' requests (*note qXfer: General Query Packets.). The
|
using `qXfer' requests (*note qXfer: General Query Packets.). The
|
ANNEX in the `qXfer' packet will be `target.xml'. The contents of the
|
ANNEX in the `qXfer' packet will be `target.xml'. The contents of the
|
`target.xml' annex are an XML document, of the form described in *Note
|
`target.xml' annex are an XML document, of the form described in *note
|
Target Description Format::.
|
Target Description Format::.
|
|
|
Alternatively, you can specify a file to read for the target
|
Alternatively, you can specify a file to read for the target
|
description. If a file is set, the target will not be queried. The
|
description. If a file is set, the target will not be queried. The
|
commands to specify a file are:
|
commands to specify a file are:
|