diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 10:40:06 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-01-19 10:40:06 +0000 |
commit | 2b71fc8effa6a6eeb2d539f1101a77011e92e17b (patch) | |
tree | 38189a4d25df60d5b77dc679952e22e656de1f97 /gdb/NEWS | |
parent | 8d57687244175fd1e0472ffdaed19c6954c5f2d1 (diff) | |
download | gdb-2b71fc8effa6a6eeb2d539f1101a77011e92e17b.zip gdb-2b71fc8effa6a6eeb2d539f1101a77011e92e17b.tar.gz gdb-2b71fc8effa6a6eeb2d539f1101a77011e92e17b.tar.bz2 |
* NEWS: Add entry for "set/show ada trust-PAD-over-XVS" commands.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -180,6 +180,15 @@ show script-extension evaluation failed. 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 QTDV |