Age | Commit message (Expand) | Author | Files | Lines |
2019-09-10 | Change iterate_over_symbols to return bool | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+7 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -0/+6 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -8/+0 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -1/+2 |
2019-04-04 | Move completion parsing to parser_state | Tom Tromey | 1 | -2/+5 |
2019-01-23 | Remove a warning from symtab.c | Tom Tromey | 1 | -1/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-20 | Add class scoped_switch_to_sym_language_if_auto. | Philippe Waroquiers | 1 | -0/+35 |
2018-08-10 | Change compile_instance/compile_c_instance into classes | Keith Seitz | 1 | -3/+3 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -6/+12 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -4/+0 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+20 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -1/+1 |
2018-01-10 | Ada: make verbatim matcher override other language matchers (PR gdb/22670) | Pedro Alves | 1 | -1/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-30 | C++-ify parser_state | Tom Tromey | 1 | -2/+2 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -1/+2 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -17/+26 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+13 |
2017-09-11 | Constify language_enum | Tom Tromey | 1 | -1/+1 |
2017-08-03 | Remove make_cleanup_restore_current_language | Tom Tromey | 1 | -0/+26 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -4/+19 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -0/+1 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -5/+7 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+6 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -2/+2 |
2017-02-23 | Use gdb::function_view in iterate_over_symtabs & co | Pedro Alves | 1 | -11/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Remove parameter valaddr from la_val_print | Yao Qi | 1 | -8/+1 |
2016-11-08 | Use ui_file_as_string in gdb/compile/ | Pedro Alves | 1 | -7/+7 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+23 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+7 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-25 | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 1 | -3/+9 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -2/+0 |
2015-08-07 | gdb: get_frame_language now takes a frame parameter. | Andrew Burgess | 1 | -1/+1 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -4/+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 | Look up primitive types as symbols. | Doug Evans | 1 | -0/+16 |
2014-12-23 | Add langdef arg to la_lookup_symbol_nonlocal. | Doug Evans | 1 | -1/+2 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -3/+3 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+31 |
2014-05-13 | remove an unused macro and an unused declaration | Tom Tromey | 1 | -6/+0 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -1/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-14 | language.h: Add "symtab.h" #include | Joel Brobecker | 1 | -0/+2 |
2013-11-07 | New field 'la_natural_name' in struct language_defn | Yao Qi | 1 | -0/+4 |