Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-10 | gdb: include the base address in in-memory bfd filenames | Andrew Burgess | 1 | -13/+43 |
2022-10-10 | gdb: remove filename arg from gdb_bfd_open_from_target_memory | Andrew Burgess | 1 | -3/+2 |
2022-09-21 | gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and rename | Simon Marchi | 1 | -56/+3 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 1 | -5/+6 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 1 | -1/+1 |
2022-09-19 | gdb: add ATTRIBUTE_PRINTF to gdb_bfd_error_handler | Enze Li | 1 | -1/+1 |
2022-09-16 | Suppress printing of superfluous BFD error messages | Kevin Buettner | 1 | -0/+67 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -7/+7 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -2/+2 |
2022-02-28 | Add more filename styling | Tom Tromey | 1 | -1/+3 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-24 | Move gdb_bfd_errmsg to gdb_bfd.c | Tom Tromey | 1 | -0/+30 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 1 | -1/+1 |
2021-07-13 | Avoid letting exceptions escape gdb_bfd_iovec_fileio_close (PR gdb/28080) | Pedro Alves | 1 | -3/+21 |
2021-01-21 | gdb: convert bfd-cache to new-style debug macros | Simon Marchi | 1 | -29/+21 |
2021-01-20 | gdb: change debug_bfd_cache to bool | Simon Marchi | 1 | -9/+11 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-10 | gdb: move bfd_open_from_target_memory to gdb_bfd | Mihails Strasuns | 1 | -0/+85 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -23/+23 |
2020-09-19 | Use gdb_bfd_sections in gdb_bfd_close_or_warn | Tom Tromey | 1 | -2/+3 |
2020-09-08 | Fix uninitialized warning in gdb_bfd_open | Tom Tromey | 1 | -3/+5 |
2020-09-08 | Avoid hash table corruption in gdb_bfd.c | Tom Tromey | 1 | -42/+54 |
2020-05-19 | Make exec-file-mismatch compare build IDs | Pedro Alves | 1 | -7/+16 |
2020-05-19 | Eliminate target_fileio_open_warn_if_slow | Pedro Alves | 1 | -5/+4 |
2020-04-02 | gdb: use bfd_get_section_contents to read section contents in is_linked_with_... | Simon Marchi | 1 | -1/+13 |
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-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-09-20 | bfd macro conversion to inline functions | Alan Modra | 1 | -2/+2 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -8/+7 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-09-06 | bfd_get_filename | Alan Modra | 1 | -1/+1 |
2019-07-17 | Rename field_int to field_signed | Tom Tromey | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-06-16 | Remove unnecessary casts of NULL | Tom Tromey | 1 | -1/+1 |
2019-03-05 | Remove gdb_bfd_fdopenr | Tom Tromey | 1 | -10/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-04-30 | Remove new_bfd_ref | Tom Tromey | 1 | -8/+8 |
2018-01-17 | Fix gdb segv when objfile can't be opened | Mike Gulick | 1 | -3/+9 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-20 | Use std::vector in gdb_bfd_data | Tom Tromey | 1 | -14/+2 |
2017-10-20 | Use "new" to allocate gdb_bfd_data | Tom Tromey | 1 | -32/+42 |
2017-10-20 | Introduce new_bfd_ref | Tom Tromey | 1 | -24/+7 |
2017-09-27 | Constify add_cmd gdb_bfd.c | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-03 | Introduce and use ui_out_emit_table | Tom Tromey | 1 | -4/+1 |
2017-04-22 | Use ui_out_emit_tuple | Tom Tromey | 1 | -3/+1 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -15/+15 |