Age | Commit message (Expand) | Author | Files | Lines |
2020-02-12 | [gdb] Fix -Wstrict-null-sentinel warning (--with-iconv-bin) | Tom de Vries | 1 | -1/+2 |
2020-01-16 | Fix some spelling errors. | Christian Biesinger | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-25 | Fix find_charset_names. | Ali Tamur | 1 | -4/+3 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-07 | Use gdb_static_assert in charset.c | Christian Biesinger | 1 | -9/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -4/+4 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -11/+7 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -7/+11 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -4/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-17 | gdb/ChangeLog: | Paul Koning | 1 | -1/+1 |
2018-07-22 | Unused variable fixes related to conditional compilation | Tom Tromey | 1 | -3/+3 |
2018-03-02 | C++ify charsets | Simon Marchi | 1 | -17/+29 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -4/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-06-20 | C++ify gdb/common/environ.c | Sergio Durigan Junior | 1 | -7/+4 |
2017-06-14 | Introduce gdb::byte_vector, add allocator that default-initializes | Pedro Alves | 1 | -1/+1 |
2017-04-12 | Remove cleanup_iconv | Tom Tromey | 1 | -16/+27 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -3/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-12 | Turn wchar iterator into a class | Tom Tromey | 1 | -77/+33 |
2016-01-15 | Fix phony_iconv wide character support. | Sandra Loosemore | 1 | -27/+45 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-14 | handle 'iconv's that define EILSEQ to ENOENT | Pedro Alves | 1 | -10/+21 |
2014-11-05 | Use obstack_blank_fast to shrink obstacks | Alan Modra | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stddef.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-05 | Prepare gdb for 64-bit obstacks | Alan Modra | 1 | -1/+1 |
2014-05-28 | Fix typo in comments | Yao Qi | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-03-11 | Avoid invalid pointer to pointer conversions. | Pedro Alves | 1 | -6/+7 |
2013-03-07 | charset.c: fix -Wpointer-sign | Pedro Alves | 1 | -3/+3 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -1/+1 |
2012-04-17 | gdb/ | Jan Kratochvil | 1 | -5/+2 |
2012-03-02 | gdb/ | Yao Qi | 1 | -3/+3 |
2012-02-07 | * charset.c (find_charset_names): Check 'in' against NULL. | Tom Tromey | 1 | -1/+1 |
2012-01-24 | * ada-lang.c: Include gdb_vecs.h. | Tom Tromey | 1 | -2/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-05-09 | * NEWS: Mention --with-iconv-bin. | Doug Evans | 1 | -3/+20 |
2011-04-21 | * gdb_wchar.h (USE_INTERMEDIATE_ENCODING_FUNCTION): New macro. | Pierre Muller | 1 | -0/+66 |