Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Make init_type/arch_type take a size in bits | Ulrich Weigand | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-07-17 | Introduce CP_OPERATOR_STR/CP_OPERATOR_LEN and use throughout | Pedro Alves | 1 | -1/+1 |
2017-04-12 | Remove some cleanups from gnu-v3-abi.c | Tom Tromey | 1 | -36/+18 |
2017-01-10 | Remove make_cleanup_htab_delete | Tom Tromey | 1 | -7/+5 |
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 | -37/+18 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -4/+2 |
2016-10-06 | Remove Java support | Tom Tromey | 1 | -7/+2 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -2/+2 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-13 | More char constification | Pedro Alves | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -11/+16 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+2 |
2015-08-01 | Replace the block_found global with explicit data-flow | Pierre-Marie de Rodat | 1 | -1/+2 |
2015-07-14 | Remove CHECK_TYPEDEF, use check_typedef instead | Simon Marchi | 1 | -3/+3 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -5/+10 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -3/+3 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -13/+13 |
2015-02-26 | Add missing CHECK_TYPEDEF calls to recent vptr_{fieldno,basetype} cleanup. | Doug Evans | 1 | -0/+1 |
2015-01-31 | Move TYPE_SELF_TYPE into new field type_specific. | Doug Evans | 1 | -7/+7 |
2015-01-31 | gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE. | Doug Evans | 1 | -2/+2 |
2015-01-31 | Be more strict about what kinds of types can be passed. | Doug Evans | 1 | -4/+18 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-11-06 | Delete TYPE_CODE_CLASS, it's just an alias of TYPE_CODE_STRUCT. | Doug Evans | 1 | -4/+3 |
2014-10-24 | Guard a call to TYPE_TARGET_TYPE in gnuv3_pass_by_reference. | Siva Chandra | 1 | -5/+7 |
2014-10-15 | Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial. | Siva Chandra | 1 | -0/+5 |
2014-10-15 | Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args. | Siva Chandra | 1 | -5/+11 |
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 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -3/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -9/+10 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -6/+6 |
2014-02-12 | Explicitly mark vtables as code space | Pedro Alves | 1 | -1/+1 |
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-06-05 | * gnu-v3-abi.c (gnuv3_skip_trampoline): Handle thunk | Luis Machado | 1 | -1/+11 |
2013-04-15 | PR c++/13588: | Tom Tromey | 1 | -1/+3 |
2013-04-15 | PR c++/15176: | Tom Tromey | 1 | -0/+64 |
2013-04-15 | PR c++/9065: | Tom Tromey | 1 | -0/+158 |
2013-04-15 | PR c++/11990: | Tom Tromey | 1 | -2/+15 |
2013-04-08 | * minsyms.h (struct bound_minimal_symbol): New. | Tom Tromey | 1 | -2/+2 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -1/+0 |
2013-01-21 | * gnu-v2-abi.c (_initialize_gnu_v2_abi): Don't set default ABI. | Tom Tromey | 1 | -0/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-14 | Partial fix for PR c++/14160: | Tom Tromey | 1 | -1/+2 |
2012-11-12 | * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags | Tom Tromey | 1 | -1/+2 |
2012-05-21 | PR c++/7173: | Tom Tromey | 1 | -2/+3 |