Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
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 | -7/+7 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -7/+7 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -1/+0 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 1 | -1/+1 |
2019-05-08 | Convert objc-lang.c to type-safe registry API | Tom Tromey | 1 | -13/+3 |
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-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-04-04 | Turn parse_gdbarch into a method | Tom Tromey | 1 | -1/+1 |
2019-01-17 | Make minimal symbol range adapter a method on objfile | Tom Tromey | 1 | -5/+5 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -5/+5 |
2019-01-09 | Remove ALL_MSYMBOLS and ALL_OBJFILE_MSYMBOLS | Tom Tromey | 1 | -65/+72 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -3/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -7/+6 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -1/+0 |
2018-05-23 | Remove symfile_complaints | Tom Tromey | 1 | -6/+3 |
2018-04-05 | More use of std::vector in linespec.c | Tom Tromey | 1 | -32/+12 |
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-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -31/+13 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -6/+0 |
2017-09-04 | Stop assuming no-debug-info functions return int | Pedro Alves | 1 | -6/+8 |
2017-08-22 | Rename some command functions | Simon Marchi | 1 | -4/+4 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -2/+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-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -4/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -5/+2 |
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 (2/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -6/+4 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -2/+3 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -34/+34 |
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-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |