Age | Commit message (Expand) | Author | Files | Lines |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+2 |
2018-01-10 | language_get_symbol_name_matcher -> get_symbol_name_matcher | Pedro Alves | 1 | -2/+2 |
2018-01-10 | Ada: make verbatim matcher override other language matchers (PR gdb/22670) | Pedro Alves | 1 | -0/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -2/+3 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -3/+3 |
2017-11-24 | Make strcmp_iw NOT ignore whitespace in the middle of tokens | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -2/+37 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+2 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -3/+5 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -6/+2 |
2017-09-11 | Constify language_enum | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -159/+89 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -3/+3 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+4 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -2/+1 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -23/+15 |
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 | -2/+2 |
2016-11-08 | Use ui_file_as_string in gdb/language.c | Pedro Alves | 1 | -5/+2 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -1/+0 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+20 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+13 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -3/+0 |
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 | -8/+8 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+3 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -2/+1 |
2015-08-07 | gdb: Move get_frame_language from stack.c to frame.c. | Andrew Burgess | 1 | -0/+1 |
2015-08-07 | gdb: get_frame_language now takes a frame parameter. | Andrew Burgess | 1 | -8/+26 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -5/+4 |
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 | -16/+114 |
2014-12-18 | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 1 | -5/+4 |
2014-12-17 | New parameter "debug symbol-lookup". | Doug Evans | 1 | -1/+19 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -0/+6 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 1 | -1/+1 |
2014-03-27 | Remove `expout*' globals from parser-defs.h | Sergio Durigan Junior | 1 | -2/+2 |
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/+3 |
2013-11-07 | Constify 'la_name' in struct language_defn | Yao Qi | 1 | -2/+2 |
2013-10-25 | New field la_varobj_ops in struct language_defn | Yao Qi | 1 | -0/+4 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-12 | * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags | Tom Tromey | 1 | -4/+2 |