Age | Commit message (Expand) | Author | Files | Lines |
2024-09-13 | Update more types for section index change | Tom Tromey | 1 | -2/+1 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -2/+4 |
2024-08-12 | gdb: remove lookup_bound_minimal_symbol | Simon Marchi | 1 | -2/+2 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -3/+2 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-06 | Fix DLL export forwarding | Hannes Domani | 1 | -1/+4 |
2023-08-13 | Re: gdb: warn unused result for bfd IO functions | Alan Modra | 1 | -0/+1 |
2023-08-11 | gdb: warn unused result for bfd IO functions | Alan Modra | 1 | -41/+73 |
2023-08-09 | Rename bfd_bread and bfd_bwrite | Alan Modra | 1 | -6/+6 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-03-28 | Rename "raw" to "unrelocated" | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Use unrelocated_addr in minimal symbols | Tom Tromey | 1 | -8/+5 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | aarch64-pe support for LD, GAS and BFD | Jedidiah Thompson | 1 | -2/+6 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+2 |
2022-04-22 | Un-break the coff-pe-read.c build | Tom Tromey | 1 | -1/+1 |
2022-04-22 | More const use and alloca avoidance in coff-pe-read.c | Tom Tromey | 1 | -13/+13 |
2022-04-22 | Use std::string in coff-pe-read.c | Tom Tromey | 1 | -8/+5 |
2022-04-22 | Remove a const-removing cast from coff-pe-read.c | Tom Tromey | 1 | -4/+3 |
2022-04-22 | Simplify BFD section iteration in coff-pe-read.c | Tom Tromey | 1 | -42/+13 |
2022-04-11 | gdb: remove MSYMBOL_TYPE macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -28/+28 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-02-10 | gdb: delete SYMBOL_SECTION and MSYMBOL_SECTION macros | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -2/+2 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-01-23 | gdb: introduce objfile text_section_offset and data_section_offset methods | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -1/+1 |
2020-01-06 | Fix a crash with a malformed PE header | Jon Turney | 1 | -0/+6 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -9/+9 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -9/+9 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-08-07 | Replace some uses of xstrprintf with string_printf | Simon Marchi | 1 | -16/+16 |
2018-05-29 | Removing lookup_minimal_symbol_and_objfile | Weimin Pan | 1 | -2/+2 |
2018-05-25 | Remove cleanups from coff-pe-read.c | Tom Tromey | 1 | -29/+14 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -4/+0 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Record minimal symbols directly in reader. | Tom Tromey | 1 | -15/+15 |