Age | Commit message (Expand) | Author | Files | Lines |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -11/+7 |
2017-03-20 | Support rvalue reference type in parser | Artemiy Volkov | 1 | -17/+22 |
2017-03-20 | Change {lookup,make}_reference_type API | Artemiy Volkov | 1 | -1/+1 |
2017-03-14 | Make length_of_subexp static | Simon Marchi | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-24 | Do not use std::move when assigning an anonymous object to a unique_ptr. | John Baldwin | 1 | -1/+1 |
2016-11-15 | gdb::{unique_ptr,move} -> std::{unique_ptr,move} | Pedro Alves | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -30/+20 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -1/+2 |
2016-05-17 | Rename OP_F90_RANGE to OP_RANGE. | Tom Tromey | 1 | -3/+3 |
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 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+8 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-08-06 | Add casts for legitimate integer to enum conversions | Simon Marchi | 1 | -1/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -4/+4 |
2015-03-26 | dtrace-probe: Handle error while parsing probe argument. | Joel Brobecker | 1 | -0/+22 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -6/+6 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 1 | -1/+6 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -5/+5 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-23 | Replace some symbol accessor macros with functions. | Doug Evans | 1 | -1/+1 |
2014-11-18 | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 1 | -1/+2 |
2014-11-18 | Use SYMBOL_OBJFILE more. | Doug Evans | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -1/+0 |
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 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | Update comments to operator_check | Yao Qi | 1 | -6/+6 |
2014-04-11 | vla: introduce new bound type abstraction adapt uses | Sanimir Agovic | 1 | -1/+2 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -140/+137 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+2 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -3/+3 |
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-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -15/+7 |
2013-08-05 | remove msymbol_objfile | Tom Tromey | 1 | -5/+6 |
2013-04-15 | PR c++/9065: | Tom Tromey | 1 | -0/+1 |
2013-04-08 | PR symtab/8424: | Tom Tromey | 1 | -1/+1 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -3/+4 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -5/+18 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 1 | -3/+11 |
2013-01-13 | gdb/ | Jan Kratochvil | 1 | -3/+10 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-14 | * c-exp.y (block, variable, name_not_typename, lex_one_token, | Tom Tromey | 1 | -1/+1 |
2012-12-07 | * ada-lang.c (ada_make_symbol_completion_list): Add 'code' | Tom Tromey | 1 | -1/+44 |
2012-12-07 | * expression.h (parse_expression_for_completion): Rename | Tom Tromey | 1 | -7/+6 |
2012-12-03 | * ada-exp.y (write_object_renaming, write_var_or_type) | Tom Tromey | 1 | -6/+7 |
2012-11-02 | gdb: | Yao Qi | 1 | -1/+0 |
2012-08-13 | gdb/ | Yao Qi | 1 | -1/+0 |