Age | Commit message (Expand) | Author | Files | Lines |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -2/+1 |
2022-10-18 | gdb: update gnu ifunc resolve | Markus Metzger | 1 | -66/+87 |
2022-10-12 | [gdb/symtab] Factor out elf_symfile_read_dwarf2 | Tom de Vries | 1 | -64/+78 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -1/+1 |
2022-08-30 | gdb/elfread.c: Use bfd filename instead of objfile->original_name | Aaron Merey | 1 | -2/+3 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -21/+22 |
2022-07-29 | gdb: introduce symtab_create_debug_printf | Simon Marchi | 1 | -11/+4 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -2/+2 |
2022-06-17 | Convert location_spec_to_string to a method | Pedro Alves | 1 | -2/+1 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -2/+2 |
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 |