diff options
author | Joel Brobecker <brobecker@adacore.com> | 2016-11-19 10:40:17 -0800 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2016-11-19 10:40:17 -0800 |
commit | cc188e5fd6d4f8d3061ed6c58c432a150f7966e9 (patch) | |
tree | 0d369c48e85f9f7871a8200f6d846e89cf303bdd /gdb/ChangeLog | |
parent | 0fc9967d0b28a1e037233d49cec479d3ab1e9e59 (diff) | |
download | gdb-cc188e5fd6d4f8d3061ed6c58c432a150f7966e9.zip gdb-cc188e5fd6d4f8d3061ed6c58c432a150f7966e9.tar.gz gdb-cc188e5fd6d4f8d3061ed6c58c432a150f7966e9.tar.bz2 |
ARI: Add detection of printf_vma and sprintf_vma
We shouldn't be using these, since their output goes straight to
stdout, which doesn't allow redirection. So this patch updates
the ARI to detect any such use.
gdb/ChangeLog:
* contrib/ari/gdb_ari.sh: Add detection of printf_vma and
sprintf_vma.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07d21a6..3797e8b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-11-19 Joel Brobecker <brobecker@adacore.com> + + * contrib/ari/gdb_ari.sh: Add detection of printf_vma and + sprintf_vma. + 2016-11-18 Simon Marchi <simon.marchi@polymtl.ca> * Makefile.in (%.o: $(srcdir)/gdbtk/generic/%.c): Fix typo. |