Age | Commit message (Expand) | Author | Files | Lines |
2022-12-02 | gdb: add some debug statements to solib-svr4.c | Simon Marchi | 1 | -1/+13 |
2022-11-28 | gdb: relax requirement for the map_failed stap probe to be present | Andrew Burgess | 1 | -7/+26 |
2022-10-18 | gdb, solib-svr4: support namespaces in DSO iteration | Markus Metzger | 1 | -2/+76 |
2022-10-18 | gdb, gdbserver: extend RSP to support namespaces | Markus Metzger | 1 | -3/+35 |
2022-10-18 | gdb, gdbserver: support dlmopen() | Markus Metzger | 1 | -91/+294 |
2022-10-18 | gdb, solib-svr4: remove locate_base() | Markus Metzger | 1 | -51/+11 |
2022-10-14 | [gdb] Fix heap-buffer-overflow in find_program_interpreter | Tom de Vries | 1 | -3/+5 |
2022-10-11 | gdb: fix auxv caching | Simon Marchi | 1 | -10/+5 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -2/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -3/+3 |
2022-09-20 | Constify some target_so_ops instances | Tom Tromey | 1 | -16/+18 |
2022-09-20 | Move solib_ops into gdbarch | Tom Tromey | 1 | -1/+1 |
2022-08-04 | Use registry in gdbarch | Tom Tromey | 1 | -20/+12 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -2/+2 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
2022-05-05 | gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order... | Simon Marchi | 1 | -8/+7 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -5/+5 |
2022-04-04 | Handle TLS variable lookups when using separate debug files. | John Baldwin | 1 | -5/+0 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -8/+8 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -8/+8 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-08-18 | gdb/solib: Refactor scan_dyntag | Aaron Merey | 1 | -109/+9 |
2021-05-27 | gdb: remove iterate_over_breakpoints function | Simon Marchi | 1 | -1/+2 |
2021-05-27 | gdb: add breakpoint::locations method | Simon Marchi | 1 | -3/+1 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -1/+2 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -15/+19 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -1/+1 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -1/+2 |
2021-02-22 | Change target_bfd_reopen to take a gdb_bfd_ref_ptr | Tom Tromey | 1 | -3/+2 |
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 | -31/+31 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -9/+12 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -28/+47 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -9/+9 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-06-15 | Change target_read_string API | Tom Tromey | 1 | -14/+8 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -6/+2 |
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-10 | Multi-target support | Pedro Alves | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -11/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-21 | Fix disabling of solib probes when LD_AUDITing | George Barrett | 1 | -1/+21 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-10-15 | Change iterate_over_breakpoints to take a function_view | Christian Biesinger | 1 | -5/+5 |
2019-09-21 | gdb: fix formatting in solib-svr4.c | Simon Marchi | 1 | -2/+2 |
2019-09-20 | Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_order | Christian Biesinger | 1 | -19/+37 |