Age | Commit message (Expand) | Author | Files | Lines |
2020-05-19 | gdb: make symfile_segment_data::segment_info an std::vector | Simon Marchi | 1 | -1/+3 |
2020-05-19 | gdb: use std::vector to store segments in symfile_segment_data | Simon Marchi | 1 | -7/+2 |
2020-05-19 | gdb: allocate symfile_segment_data with new | Simon Marchi | 1 | -3/+2 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -5/+5 |
2020-03-04 | Introduce objfile::intern | Tom Tromey | 1 | -5/+1 |
2020-02-26 | Add debuginfod support to GDB | Aaron Merey | 1 | -1/+31 |
2020-01-13 | gdb: Handle malformed ELF, symbols in non-allocatable sections | Andrew Burgess | 1 | -4/+9 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-10-29 | Change some arguments to gdb::string_view instead of name+len | Christian Biesinger | 1 | -12/+13 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-07 | gdb: CTF support | Weimin Pan | 1 | -1/+17 |
2019-10-02 | Handle copy relocations | Tom Tromey | 1 | -5/+11 |
2019-09-26 | Convert symtab.h function signatures to use bool instead of int | Christian Biesinger | 1 | -5/+5 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -12/+12 |
2019-06-10 | Delay allocation of dbx_symfile_info | Tom Tromey | 1 | -11/+1 |
2019-05-08 | Convert elfread.c to type-safe registry API | Tom Tromey | 1 | -10/+8 |
2019-05-08 | Convert probes to type-safe registry API | Tom Tromey | 1 | -24/+8 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -19/+17 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -17/+19 |
2019-03-07 | C++-ify bcache | Tom Tromey | 1 | -2/+2 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -2/+2 |
2019-01-10 | Move some declarations to mdebugread.h | Tom Tromey | 1 | -0/+1 |
2019-01-09 | Remove ALL_PSPACE_OBJFILES | Tom Tromey | 1 | -5/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-21 | Use gdb:array_view in call_function_by_hand & friends | Pedro Alves | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -2/+2 |
2018-07-20 | Do not use buildsym.h in some files | Tom Tromey | 1 | -1/+0 |
2018-07-20 | Remove buildsym_init | Tom Tromey | 1 | -1/+0 |
2018-07-16 | Remove buildsym_new_init | Tom Tromey | 1 | -1/+1 |
2018-06-28 | Make dwarf2_free_objfile static | Tom Tromey | 1 | -1/+0 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+4 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -4/+5 |
2018-06-04 | Use ELF_SECTION_IN_SEGMENT to map segments | Alan Hayward | 1 | -5/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -6/+4 |
2018-04-26 | Fix resolving GNU ifunc bp locations when inferior runs resolver | Pedro Alves | 1 | -1/+2 |
2018-04-26 | For PPC64/ELFv1: Introduce mst_data_gnu_ifunc | Pedro Alves | 1 | -4/+9 |
2018-04-26 | For PPC64: elf_gnu_ifunc_record_cache: handle plt symbols in .text section | Pedro Alves | 1 | -6/+8 |
2018-04-26 | Fix elf_gnu_ifunc_resolve_by_got buglet | Pedro Alves | 1 | -3/+5 |
2018-04-26 | Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol creation) | Pedro Alves | 1 | -17/+40 |
2018-03-08 | Make find_separate_debug_file* return std::string | Simon Marchi | 1 | -7/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-11 | Unbreak build for non-ELF ports | Pedro Alves | 1 | -6/+23 |
2017-12-08 | DWARF-5: .debug_names index consumer | Jan Kratochvil | 1 | -0/+17 |
2017-12-08 | Change dwarf2_initialize_objfile's return value | Jan Kratochvil | 1 | -8/+3 |
2017-12-05 | Remove some unused variables | Simon Marchi | 1 | -1/+0 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -1/+2 |
2017-12-01 | Revert "Add support for the readnever concept" | Sergio Durigan Junior | 1 | -2/+1 |
2017-12-01 | Add support for the readnever concept | Sergio Durigan Junior | 1 | -1/+2 |