Age | Commit message (Expand) | Author | Files | Lines |
2020-03-13 | Remove val_print | Tom Tromey | 1 | -4/+0 |
2020-03-13 | Introduce c_value_print_inner | Tom Tromey | 1 | -4/+4 |
2020-03-13 | Introduce la_value_print_inner | Tom Tromey | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-18 | Fix indentation (and clang warning) in c-lang.c | Simon Marchi | 1 | -5/+5 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 1 | -6/+3 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-11-05 | Remove la_get_string member | Tom Tromey | 1 | -4/+0 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-05-08 | Correctly handle non-C-style arrays in c_get_string | Tom Tromey | 1 | -4/+27 |
2019-04-29 | gdb: Introduce new language field la_is_string_type_p | Andrew Burgess | 1 | -0/+40 |
2019-04-29 | gdb: Introduce new language field la_struct_too_deep_ellipsis | Andrew Burgess | 1 | -4/+8 |
2019-04-12 | gdb: Remove LANG_MAGIC | Andrew Burgess | 1 | -8/+4 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -14/+10 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -10/+14 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-29 | C++ compile support | Keith Seitz | 1 | -2/+2 |
2018-06-18 | Use unique_xmalloc_ptr for read_string | Tom Tromey | 1 | -8/+5 |
2018-06-18 | Remove la_error | Tom Tromey | 1 | -4/+0 |
2018-05-22 | Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) | Pedro Alves | 1 | -5/+6 |
2018-04-30 | Handle alignof and _Alignof | Tom Tromey | 1 | -0/+1 |
2018-03-27 | problem looking up some symbols when they have a linkage name | Joel Brobecker | 1 | -0/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-29 | Make "break foo" find "A::foo", A::B::foo", etc. [C++ and wild matching] | Pedro Alves | 1 | -1/+1 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -4/+4 |
2017-11-08 | Per-language symbol name hashing algorithm | Pedro Alves | 1 | -0/+4 |
2017-07-20 | Make language_def O(1) | Pedro Alves | 1 | -15/+4 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -4/+4 |
2017-06-27 | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 1 | -6/+1 |
2017-05-19 | Use watchpoint's language when re-parsing expression | Tom Tromey | 1 | -0/+14 |
2017-04-12 | Teach GDB that wchar_t is a built-in type in C++ mode | Pedro Alves | 1 | -0/+3 |
2017-04-12 | Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++ | Pedro Alves | 1 | -0/+6 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -6/+3 |
2016-06-23 | Move logic out of symbol_find_demangled_name | Tom Tromey | 1 | -0/+4 |
2016-06-23 | Move filename extensions into language_defn | Tom Tromey | 1 | -0/+19 |
2016-04-22 | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-18 | [C++] Add casts to obstack_base calls | Simon Marchi | 1 | -1/+1 |
2015-11-17 | Convert c_string_type to an enum flags type | Simon Marchi | 1 | -9/+8 |
2015-10-27 | target_read_memory&co: no longer return target_xfer_status | Pedro Alves | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | 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/+8 |
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-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |