Age | Commit message (Expand) | Author | Files | Lines |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+1 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -1/+2 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -2/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -7/+5 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -5/+7 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -1/+0 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+1 |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -3/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -1/+1 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-06 | Add missing format for built-in floating-point types | Ulrich Weigand | 1 | -6/+6 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+10 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+6 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 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 (1/2) | Simon Marchi | 1 | -1/+1 |
2015-08-13 | [D] Support looking up symbols in the current and imported modules. | Iain Buclaw | 1 | -1/+1 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+2 |
2014-10-15 | Remove d-support.c and use gdb_demangle for demangling D symbols. | Iain Buclaw | 1 | -33/+3 |
2014-06-19 | Initial pass at D language expression parser support. | Iain Buclaw | 1 | -4/+6 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -2/+2 |
2014-01-18 | Move D demangling routines out of d-lang.c and into d-support.c, which | Iain Buclaw | 1 | -597/+0 |
2014-01-18 | Fix and update D demangling support in gdb to the current mangling ABI. | Iain Buclaw | 1 | -137/+598 |
2014-01-18 | Define all basic data types of D and add them to the primitive type | Iain Buclaw | 1 | -1/+189 |
2014-01-18 | Add d_main_name to set the logical entry point for D programs. | Iain Buclaw | 1 | -0/+21 |
2014-01-18 | Update d_language_defn to reflect that D does not have any style of | Iain Buclaw | 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-11-07 | New field 'la_natural_name' in struct language_defn | Yao Qi | 1 | -0/+1 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 1 | -0/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-17 | PR c++/13356 | Keith Seitz | 1 | -1/+0 |
2012-03-15 | * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to | Tom Tromey | 1 | -1/+1 |
2012-03-02 | language-specific read_var_value for Ada renamings | Joel Brobecker | 1 | -0/+1 |
2012-03-01 | 2012-03-01 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -0/+3 |
2012-02-08 | Rename la_get_symbol_name_match_p into la_get_symbol_name_cmp | Joel Brobecker | 1 | -1/+1 |
2012-01-26 | Ada: allow unqualified function names in linespecs | Joel Brobecker | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-12-06 | the "ambiguous linespec" series | Tom Tromey | 1 | -0/+2 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+4 |