Age | Commit message (Expand) | Author | Files | Lines |
2020-07-12 | gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND | Simon Marchi | 3 | -8/+8 |
2020-07-12 | gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND | Simon Marchi | 2 | -2/+2 |
2020-07-12 | gdb: remove TYPE_RANGE_DATA macro | Simon Marchi | 3 | -3/+3 |
2020-06-17 | gdb: Convert language la_compute_program field to a method | Andrew Burgess | 2 | -4/+4 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 5 | -12/+12 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 3 | -3/+3 |
2020-06-02 | gdb: Convert language la_get_compile_instance field to a method | Andrew Burgess | 1 | -5/+3 |
2020-05-27 | Remove dwarf2_per_cu_data::text_offset | Simon Marchi | 2 | -10/+23 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 2 | -2/+2 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 5 | -19/+19 |
2020-05-22 | Remove obsolete declaration | Tom Tromey | 1 | -1/+0 |
2020-05-19 | Default gdb_bfd_open's fd parameter to -1 | Pedro Alves | 1 | -1/+1 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 2 | -15/+15 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 7 | -35/+35 |
2020-04-24 | Use the linkage name if it exists | Tom Tromey | 1 | -3/+4 |
2020-03-25 | Fix error message in compile-object-load.c | Tom Tromey | 1 | -1/+1 |
2020-02-08 | Add some methods to dwarf2_per_cu_data | Tom Tromey | 1 | -1/+2 |
2020-02-08 | Move DWARF code to dwarf2/ subdirectory | Tom Tromey | 3 | -5/+5 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 2 | -1/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 17 | -17/+17 |
2019-12-12 | Make the objfile destructor private | Tom Tromey | 2 | -4/+4 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 5 | -29/+29 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 2 | -2/+2 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 2 | -2/+2 |
2019-10-15 | Change gcc_target_options to return std::string | Tom Tromey | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -25/+24 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 3 | -5/+5 |
2019-08-23 | Move gdb-dlfcn.[ch] to gdbsupport/ | Sergio Durigan Junior | 1 | -1/+1 |
2019-08-07 | Make first and last lines of 'command help documentation' consistent. | Philippe Waroquiers | 1 | -5/+7 |
2019-08-05 | Use _() in calls to build_help | Tom Tromey | 1 | -3/+3 |
2019-07-24 | Allow passing a block to lookup_global_symbol_from_objfile | Christian Biesinger | 1 | -0/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 3 | -0/+3 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 7 | -13/+13 |
2019-06-13 | Fix gdb build with -std=gnu++11 | Pedro Alves | 1 | -1/+1 |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -58/+111 |
2019-06-13 | Make "print" and "compile print" support -OPT options | Pedro Alves | 1 | -12/+34 |
2019-06-04 | Introduce and use make_unique_xstrdup | Pedro Alves | 1 | -1/+1 |
2019-05-04 | Use "false" in compile_cplus_convert_enum | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Replace throw_exception with throw in some cases | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 4 | -7/+7 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 4 | -21/+14 |
2019-04-08 | Make exceptions use std::string and be self-managing | Tom Tromey | 2 | -5/+5 |
2019-03-29 | Allow really large fortran array bounds: TYPE_LENGTH to ULONGEST | Keith Seitz | 1 | -2/+2 |
2019-02-07 | Normalize include guards in gdb | Tom Tromey | 8 | -18/+28 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 4 | -5/+5 |
2019-01-22 | Remove a comment in compile/compile-cplus-types.c | Tom Tromey | 1 | -2/+1 |
2019-01-22 | Include compile-internal.h in gcc-c-plugin.h | Tom Tromey | 1 | -0/+2 |
2019-01-21 | Remove duplicate or commented-out #includes | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -2/+1 |