| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-17 | gdb: split iterate_over_threads into for_each_thread and find_thread | Simon Marchi | 1 | -9/+6 |
| 2026-04-06 | thread_info::executing+resumed -> thread_info::internal_state | Pedro Alves | 3 | -7/+7 |
| 2026-03-23 | Use 'true' when assigning to sevenbit_strings | Tom Tromey | 1 | -1/+1 |
| 2026-03-16 | gdb, gdbserver, gdbsupport: replace many uses of strcmp with streq | Simon Marchi | 5 | -53/+50 |
| 2026-02-13 | gdb: use gdb::unordered_string_map throughout | Simon Marchi | 1 | -1/+1 |
| 2026-02-09 | Rewrite output redirection and logging | Tom Tromey | 4 | -87/+8 |
| 2026-02-09 | Remove m_applied_style from ui_file | Tom Tromey | 2 | -3/+5 |
| 2026-01-16 | Use make_unique_xstrdup in more places | Tom Tromey | 1 | -1/+1 |
| 2026-01-06 | Small cleanup to interpreter initialization | Tom Tromey | 2 | -2/+2 |
| 2026-01-05 | Update copyright dates to include 2026 | Tom Tromey | 27 | -27/+27 |
| 2025-12-10 | [gdb] Fix whitespace in *.c | Tom de Vries | 3 | -3/+0 |
| 2025-10-20 | gdb, gdbserver, gdbsupport: trim trailing whitespaces | Simon Marchi | 8 | -28/+28 |
| 2025-10-20 | gdb: rename find_line_pc_range -> find_pc_range_for_sal | Simon Marchi | 2 | -2/+2 |
| 2025-10-07 | gdb: change inf_threads_iterator to yield references | Simon Marchi | 2 | -6/+6 |
| 2025-09-09 | Use gnulib c-ctype module in gdb | Tom Tromey | 5 | -12/+7 |
| 2025-09-09 | Use c-ctype.h (not safe-ctype.h) in gdb | Tom Tromey | 1 | -1/+0 |
| 2025-08-19 | gdb: rename address_class -> location_class | Simon Marchi | 1 | -1/+1 |
| 2025-06-26 | Change file initialization to use INIT_GDB_FILE macro | Tom Tromey | 4 | -12/+4 |
| 2025-05-29 | gdb/solib: move solist.h content to solib.h | Simon Marchi | 2 | -2/+1 |
| 2025-05-29 | gdb/solib: remove so_ prefix from so_name and so_original_name | Simon Marchi | 2 | -5/+5 |
| 2025-04-29 | gdb: add scoped_time_it | Simon Marchi | 1 | -1/+1 |
| 2025-04-29 | gdbsupport: move run_time_clock::now(user, system) out of run_time_clock | Simon Marchi | 1 | -1/+1 |
| 2025-04-08 | Update copyright dates to include 2025 | Tom Tromey | 27 | -27/+27 |
| 2025-03-17 | gdbsupport: add some -Wunused-* warning flags | Simon Marchi | 2 | -2/+0 |
| 2025-03-11 | Use gdb map in mi-cmds.c | Tom Tromey | 1 | -2/+2 |
| 2025-03-11 | Use gdb set and map in mi-main.c | Tom Tromey | 1 | -7/+7 |
| 2025-03-11 | Use gdb::function_view in iterate_over_threads | Tom Tromey | 1 | -66/+34 |
| 2025-02-25 | Remove struct print_one_inferior_data | Tom Tromey | 1 | -6/+0 |
| 2025-02-19 | gdb/mi: Fix segfault when attaching a rocm process with MI | Lancelot Six | 1 | -1/+1 |
| 2025-02-11 | gdb: cleanup includes in mi/ | Simon Marchi | 10 | -20/+1 |
| 2025-02-09 | gdb/mi: include ranges in =library-unloaded event | Andrew Burgess | 1 | -8/+16 |
| 2025-02-09 | gdb: include a still-mapped flag in solib unload notification | Andrew Burgess | 2 | -2/+2 |
| 2024-12-18 | Run check-include-guards.py | Tom Tromey | 9 | -27/+27 |
| 2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 1 | -1/+1 |
| 2024-09-30 | Add line-number styling | Tom Tromey | 2 | -7/+9 |
| 2024-09-27 | gdb/symtab: pass program space to lookup_symtab and iterate_over_symtabs | Simon Marchi | 2 | -2/+3 |
| 2024-08-15 | Add another constructor to scoped_restore_current_language | Tom Tromey | 1 | -4/+1 |
| 2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -2/+1 |
| 2024-07-15 | gdb: pass program space to get_current_source_symtab_and_line | Simon Marchi | 1 | -2/+2 |
| 2024-06-07 | gdb: make progspace::exec_filename private, add getter / setter | Simon Marchi | 1 | -5/+2 |
| 2024-05-30 | gdb: remove unused includes in utils.h | Simon Marchi | 4 | -0/+4 |
| 2024-05-17 | Remove gdb_stdtargerr | Tom Tromey | 1 | -2/+0 |
| 2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
| 2024-04-23 | gdb: move a bunch of quit-related things to event-top.{c,h} | Simon Marchi | 1 | -0/+1 |
| 2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
| 2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 18 | -18/+0 |
| 2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 2 | -5/+5 |
| 2024-02-07 | Fix raw-frame-arguments in combination with frame-filters | Hannes Domani | 1 | -3/+12 |
| 2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 3 | -7/+7 |
| 2024-01-28 | Use domain_search_flags in lookup_symbol et al | Tom Tromey | 1 | -2/+3 |