| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple -Wshadow=local fixes | Tom Tromey | 2018-10-04 | 1 | -1/+1 |
* | Avoid undefined behavior in parse_number | Tom Tromey | 2018-10-03 | 1 | -6/+4 |
* | Remove some uses of VEC from parsers | Tom Tromey | 2018-08-28 | 1 | -22/+21 |
* | Remove la_error | Tom Tromey | 2018-06-18 | 1 | -3/+3 |
* | Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973) | Pedro Alves | 2018-05-22 | 1 | -14/+13 |
* | Fix "fall through" comments | Tom Tromey | 2018-05-04 | 1 | -1/+1 |
* | Handle alignof and _Alignof | Tom Tromey | 2018-04-30 | 1 | -1/+7 |
* | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 2018-04-26 | 1 | -1/+2 |
* | Calling ifunc functions when resolver has debug info, user symbol same name | Pedro Alves | 2018-04-26 | 1 | -4/+16 |
* | Fix calling ifunc functions when resolver has debug info and different name | Pedro Alves | 2018-04-26 | 1 | -1/+3 |
* | Return unique_xmalloc_ptr from macro scope functions | Tom Tromey | 2018-02-08 | 1 | -13/+11 |
* | Do not classify C struct members as a filename | Leszek Swirski | 2018-02-01 | 1 | -21/+24 |
* | gdb: New API for tracking innermost block | Andrew Burgess | 2018-01-21 | 1 | -16/+4 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2018-01-02 | 1 | -1/+1 |
* | Target FP: Use target format throughout expression parsing | Ulrich Weigand | 2017-10-25 | 1 | -43/+36 |
* | Canonicalize conversion operators | Keith Seitz | 2017-10-18 | 1 | -2/+8 |
* | Clean up some DFP interfaces | Ulrich Weigand | 2017-10-05 | 1 | -9/+3 |
* | Remove make_cleanup_clear_parser_state | Tom Tromey | 2017-09-06 | 1 | -1/+1 |
* | Make "p S::method() const::static_var" work too | Pedro Alves | 2017-09-04 | 1 | -0/+8 |
* | Handle "p S::method()::static_var" in the C++ parser | Pedro Alves | 2017-09-04 | 1 | -2/+41 |
* | Handle function aliases better (PR gdb/19487, errno printing) | Pedro Alves | 2017-08-21 | 1 | -9/+29 |
* | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 2017-07-17 | 1 | -3/+2 |
* | Eliminate make_cleanup_obstack_free, introduce auto_obstack | Pedro Alves | 2017-06-27 | 1 | -4/+6 |
* | Use scoped_restore in more places | Tom Tromey | 2017-04-12 | 1 | -2/+2 |
* | -Wwrite-strings: The Rest | Pedro Alves | 2017-04-05 | 1 | -3/+3 |
* | Support rvalue reference type in parser | Artemiy Volkov | 2017-03-20 | 1 | -1/+5 |
* | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 2017-02-02 | 1 | -5/+3 |
* | update copyright year range in GDB files | Joel Brobecker | 2017-01-01 | 1 | -1/+1 |
* | gdb/c-exp.y: fprintf -> parser_fprintf | Pedro Alves | 2016-11-17 | 1 | -14/+14 |
* | Use ui_file_as_string in gdb/c-exp.y | Pedro Alves | 2016-11-08 | 1 | -6/+3 |
* | Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc) | Pedro Alves | 2016-04-22 | 1 | -59/+4 |
* | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 2016-01-01 | 1 | -1/+1 |
* | [C++] Add casts to obstack_base calls | Simon Marchi | 2015-11-18 | 1 | -2/+2 |
* | Convert c_string_type to an enum flags type | Simon Marchi | 2015-11-17 | 1 | -3/+3 |
* | Type-safe wrapper for enum flags | Pedro Alves | 2015-11-17 | 1 | -2/+3 |
* | Add casts to memory allocation related calls | Simon Marchi | 2015-09-25 | 1 | -13/+15 |
* | DWARF: handle non-local references in nested functions | Pierre-Marie de Rodat | 2015-08-25 | 1 | -4/+1 |
* | Add casts for legitimate integer to enum conversions | Simon Marchi | 2015-08-06 | 1 | -1/+1 |
* | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 2015-08-01 | 1 | -50/+55 |
* | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 2015-07-14 | 1 | -3/+3 |
* | Don't ignore domain in nested lookups. | Doug Evans | 2015-05-27 | 1 | -1/+2 |
* | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 2015-02-27 | 1 | -21/+21 |
* | c-exp.y: misc cleanup, no code changes | Doug Evans | 2015-01-03 | 1 | -31/+31 |
* | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 2015-01-01 | 1 | -1/+1 |
* | Look up primitive types as symbols. | Doug Evans | 2014-12-23 | 1 | -7/+0 |
* | language_lookup_primitive_type: Renamed from language_lookup_primitive_type_b... | Doug Evans | 2014-12-18 | 1 | -3/+3 |
* | cp_find_type_baseclass_by_name: Renamed from find_type_baseclass_by_name. | Doug Evans | 2014-12-16 | 1 | -2/+2 |
* | symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated. | Doug Evans | 2014-11-18 | 1 | -1/+1 |
* | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 2014-11-06 | 1 | -2/+2 |
* | parse_number("0") reads uninitialized memory | Pedro Alves | 2014-09-04 | 1 | -1/+1 |