Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -6/+6 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -2/+2 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -2/+4 |
2019-04-30 | gdb/fortran: Introduce fortran-operator.def file | Andrew Burgess | 1 | -1/+0 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -11/+8 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -8/+11 |
2019-03-06 | gdb/fortran: Add Fortran 'kind' intrinsic and keyword | Andrew Burgess | 1 | -0/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-03 | Avoid undefined behavior in expression dumping | Tom Tromey | 1 | -0/+7 |
2018-06-01 | Remove type_name_no_tag and rename type_name_no_tag_or_error | Tom Tromey | 1 | -1/+1 |
2018-04-30 | Handle alignof and _Alignof | Tom Tromey | 1 | -0/+1 |
2018-04-27 | Add inclusive range support for Rust | Tom Tromey | 1 | -1/+11 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -6/+3 |
2018-02-06 | Treat OP_F77_UNDETERMINED_ARGLIST as OP_FUNCALL | Yao Qi | 1 | -1/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 1 | -6/+7 |
2017-09-05 | expprint: Fix format string warning | Simon Marchi | 1 | -1/+1 |
2017-09-04 | Make "p S::method() const::static_var" work too | Pedro Alves | 1 | -5/+31 |
2017-09-04 | Handle "p S::method()::static_var" in the C++ parser | Pedro Alves | 1 | -0/+18 |
2017-09-04 | Eliminate UNOP_MEMVAL_TLS | Pedro Alves | 1 | -22/+0 |
2017-09-04 | Introduce OP_VAR_MSYM_VALUE | Pedro Alves | 1 | -0/+16 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -7/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -7/+6 |
2016-05-17 | Make gdb expression debugging handle OP_F90_RANGE | Tom Tromey | 1 | -0/+57 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-21 | Remove operator BINOP_RANGE | Yao Qi | 1 | -1/+0 |
2014-07-21 | Remove operator BINOP_IN | Yao Qi | 1 | -1/+0 |
2014-07-15 | Handle OP_STRING in dump_subexp_body_standard | Simon Marchi | 1 | -1/+18 |
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-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+1 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -3/+3 |
2013-04-15 | PR c++/9065: | Tom Tromey | 1 | -0/+5 |
2013-03-07 | Fix -Wpointer-sign around strings/encoding conversions. | Pedro Alves | 1 | -3/+5 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -1/+1 |
2012-11-14 | * configure, config.in: Rebuild. | Tom Tromey | 1 | -2/+0 |
2012-11-13 | ARI fixes: Avoid sprintf function use rule. | Pierre Muller | 1 | -1/+1 |
2012-11-02 | gdb: | Yao Qi | 1 | -16/+0 |
2012-08-13 | gdb/ | Yao Qi | 1 | -2/+0 |
2012-08-13 | gdb/ | Yao Qi | 1 | -8/+0 |
2012-08-08 | * eval.c (evaluate_subexp_standard): Fix thinko in handling | Doug Evans | 1 | -8/+6 |
2012-07-19 | PR exp/13206: | Tom Tromey | 1 | -0/+6 |
2012-07-19 | * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE. | Tom Tromey | 1 | -4/+36 |