Age | Commit message (Expand) | Author | Files | Lines |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-04-29 | gdb: Fix building with latest libc++ | Manoj Gupta | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -4/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -5/+5 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-09-14 | gdb: remove xfree in xml-support.c | Simon Marchi | 1 | -3/+3 |
2020-09-14 | gdb: change xml_fetch_another a function_view | Simon Marchi | 1 | -13/+7 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-19 | Handle CRLF when reading XML on Windows | Tom Tromey | 1 | -2/+2 |
2019-12-12 | Remove some calls to malloc_failure | Tom Tromey | 1 | -2/+0 |
2019-10-16 | Create xml-builtin.h to declare xml_builtins | Christian Biesinger | 1 | -1/+2 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-25 | Make exception handling more efficient | Tom Tromey | 1 | -7/+7 |
2019-04-25 | Remove exception_none | Tom Tromey | 1 | -1/+0 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-22 | Replace xstrvprintf usages with string_vprintf | Simon Marchi | 1 | -5/+3 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -10/+10 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -32/+10 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-19 | Fix build breakage in gdb/xml-support.c | Pedro Alves | 1 | -2/+2 |
2017-10-19 | xml_fetch_content_from_file: Read in whole file in one go | Pedro Alves | 1 | -23/+13 |
2017-10-17 | Fix double-free corruption | Pedro Alves | 1 | -1/+1 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -18/+9 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-03 | Introduce and use gdb_file_up | Tom Tromey | 1 | -8/+5 |
2017-04-18 | Eliminate obstack_printf | Pedro Alves | 1 | -40/+0 |
2017-04-18 | gdb_xml_parser: make data fields private and make more functions methods | Pedro Alves | 1 | -135/+206 |
2017-04-18 | xml-support.c: Use std::string for growing string buffer | Pedro Alves | 1 | -73/+31 |
2017-04-18 | xml-support.c: Use std::vector | Pedro Alves | 1 | -51/+61 |
2017-04-18 | C++-ify gdb/xml-support.c a bit to eliminate cleanups | Pedro Alves | 1 | -87/+63 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
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 (2/2) | Simon Marchi | 1 | -21/+29 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -4/+4 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -3/+3 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |