Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 17 | -17/+17 |
2020-12-17 | Remove printfi_filtered and fprintfi_filtered | Tom Tromey | 1 | -49/+57 |
2020-11-17 | gdb: make get_array_bounds return bool | Simon Marchi | 2 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2 | -3/+3 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-25 | Add a missing munmap_list move constructor | Saagar Jha | 1 | -0/+1 |
2020-09-23 | Avoid manual memory management of argv arrays in gdb/compile | Tom Tromey | 1 | -58/+17 |
2020-09-23 | Simplify compile_module cleanup | Tom Tromey | 3 | -56/+63 |
2020-09-23 | Transfer module ownership to do_module_cleanup | Tom Tromey | 1 | -42/+28 |
2020-09-23 | Introduce and use compile_module_up | Tom Tromey | 5 | -12/+18 |
2020-09-23 | Use new/delete for do_module_cleanup | Tom Tromey | 1 | -10/+18 |
2020-09-23 | Remove some manual memory management from compile interface | Tom Tromey | 2 | -24/+19 |
2020-09-18 | gdb: Fix use after free bug in compile_object_run | Andrew Burgess | 1 | -3/+14 |
2020-09-17 | Use htab_up in type copying | Tom Tromey | 1 | -4/+2 |
2020-09-16 | gdb: Convert la_name and la_natural_name to methods | Andrew Burgess | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_INSTANCE_FLAGS | Simon Marchi | 2 | -6/+6 |
2020-09-14 | Rewrite enum_flags, add unit tests, fix problems | Pedro Alves | 3 | -8/+9 |
2020-09-14 | gdb: remove TYPE_GNU_IFUNC | Simon Marchi | 2 | -4/+4 |
2020-09-14 | gdb: remove TYPE_VECTOR | Simon Marchi | 2 | -4/+4 |
2020-09-14 | gdb: remove TYPE_VARARGS | Simon Marchi | 2 | -2/+2 |
2020-09-14 | gdb: remove TYPE_PROTOTYPED | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_NOSIGN | Simon Marchi | 2 | -2/+2 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 3 | -6/+6 |
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 |