mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
|
||||||
|
|
||||||
2010-01-19 Joel Brobecker <brobecker@adacore.com>
|
2010-01-19 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
|
* configure.host: Make x86_64-*-solaris2.1[0-9]* an alias of
|
||||||
|
9
gdb/NEWS
9
gdb/NEWS
@ -180,6 +180,15 @@ show script-extension
|
|||||||
evaluation failed.
|
evaluation failed.
|
||||||
If set to "strict", files are sourced according to filename extension.
|
If set to "strict", files are sourced according to filename extension.
|
||||||
|
|
||||||
|
set ada trust-PAD-over-XVS on|off
|
||||||
|
show ada trust-PAD-over-XVS
|
||||||
|
If off, activate a workaround against a bug in the debugging information
|
||||||
|
generated by the compiler for PAD types (see gcc/exp_dbug.ads in
|
||||||
|
the GCC sources for more information about the GNAT encoding and
|
||||||
|
PAD types in particular). It is always safe to set this option to
|
||||||
|
off, but this introduces a slight performance penalty. The default
|
||||||
|
is on.
|
||||||
|
|
||||||
* New remote packets
|
* New remote packets
|
||||||
|
|
||||||
QTDV
|
QTDV
|
||||||
|
Reference in New Issue
Block a user