Age | Commit message (Expand) | Author | Files | Lines |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-04-24 | gdb: include extract-store-integer.h in charset.c when PHONY_ICONV | Simon Marchi | 1 | -0/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-29 | Remove gdb_static_assert | Tom Tromey | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-07-14 | [gdb/symtab] Fix data race in ~charset_vector | Tom de Vries | 1 | -1/+7 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -16/+16 |
2022-02-04 | Remove host_hex_value | Tom Tromey | 1 | -14/+0 |
2022-01-26 | Fix another crash with gdb parameters in Python | Tom Tromey | 1 | -0/+9 |
2022-01-18 | Move gdb obstack code to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 1 | -11/+7 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -3/+3 |
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 |