Age | Commit message (Expand) | Author | Files | Lines |
2022-05-20 | Rename base_breakpoint -> code_breakpoint | Pedro Alves | 1 | -3/+3 |
2022-05-20 | Move add_location(sal) to base_breakpoint | Pedro Alves | 1 | -3/+3 |
2022-04-11 | gdb: remove minimal symbol size macros | Simon Marchi | 1 | -4/+4 |
2022-04-11 | gdb: remove MSYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -6/+6 |
2022-01-05 | Change how versioned symbols are recorded | Tom Tromey | 1 | -35/+34 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -1/+1 |
2021-09-06 | Remove some complaints.h includes | Tom Tromey | 1 | -1/+0 |
2021-03-28 | Simplify DWARF reader initialization | Tom Tromey | 1 | -36/+1 |
2021-03-27 | Don't declare elf_sym_fns_lazy_psyms | Tom Tromey | 1 | -2/+0 |
2021-03-27 | Don't clear 'qf' in elf_symfile_read | Tom Tromey | 1 | -1/+0 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -7/+7 |
2021-03-20 | Allow multiple partial symbol readers per objfile | Tom Tromey | 1 | -16/+3 |
2021-03-20 | Switch objfile to hold a list of psymbol readers | Tom Tromey | 1 | -3/+6 |
2021-03-20 | Remove sym_fns::sym_read_psymbols | Tom Tromey | 1 | -29/+20 |
2021-03-20 | Convert quick_symbol_functions to use methods | Tom Tromey | 1 | -2/+2 |
2021-03-20 | Move sym_fns::qf to objfile | Tom Tromey | 1 | -40/+2 |
2021-03-20 | Change objfile_has_partial_symbols to a method | Tom Tromey | 1 | -3/+3 |
2021-03-20 | Introduce dwarf2/public.h | Tom Tromey | 1 | -0/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-13 | Exclude debuginfo files from "outside of ELF segments" warning | Keith Seitz | 1 | -1/+6 |
2020-11-13 | Add file name to "Loadable section ... outside of ELF segments" warning | Keith Seitz | 1 | -2/+2 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-09-19 | Use gdb_bfd_sections in elf_symfile_read | Tom Tromey | 1 | -5/+5 |
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 |