Age | Commit message (Expand) | Author | Files | Lines |
2024-11-22 | [gdb] Add gdb::wait | Tom de Vries | 1 | -4/+5 |
2024-11-22 | [gdb] Use gdb::waitpid more often | Tom de Vries | 1 | -1/+1 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -0/+3 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -3/+4 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+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 | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2024-01-04 | gdb: don't try to style content in error calls | Andrew Burgess | 1 | -4/+2 |
2023-11-30 | Fix procfs.c compilation | Rainer Orth | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -1/+1 |
2023-11-17 | gdb: remove get_current_regcache | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -11/+13 |
2023-10-05 | gdb: remove print_sys_errmsg | Andrew Burgess | 1 | -7/+10 |
2023-10-05 | gdb: remove use of a static buffer for building error strings | Andrew Burgess | 1 | -13/+14 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -5/+5 |
2023-08-23 | gdb: centralize "[Thread ...exited]" notifications | Pedro Alves | 1 | -6/+0 |
2023-07-06 | Fix Solaris regression (PR tdep/30252) | Pedro Alves | 1 | -21/+25 |
2023-04-04 | gdb: make find_thread_ptid a process_stratum_target method | Simon Marchi | 1 | -3/+3 |
2023-02-27 | Tweak "Using the running image of ..." output | Pedro Alves | 1 | -1/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-27 | Use false/true for some inferior class members instead of 0/1 | Philippe Waroquiers | 1 | -1/+1 |
2022-11-17 | Fix various procfs.c compilation errors | Rainer Orth | 1 | -15/+9 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -2/+2 |
2022-06-08 | gdb: remove trailing '.' from perror_with_name calls | Andrew Burgess | 1 | -1/+1 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -2/+2 |
2022-03-31 | Fix procfs.c compilation | Rainer Orth | 1 | -0/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -55/+55 |
2022-03-29 | Remove some uses of printf_unfiltered | Tom Tromey | 1 | -4/+4 |
2022-01-06 | Use target_announce_detach in more targets | Tom Tromey | 1 | -13/+1 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -13/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: change store_waitstatus to return a target_waitstatus by value | Simon Marchi | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -5/+4 |
2021-07-23 | gdb: make inferior::m_args an std::string | Simon Marchi | 1 | -6/+4 |
2021-07-23 | gdb: add setter/getter for inferior arguments | Simon Marchi | 1 | -1/+1 |
2021-07-14 | [gdb/procfs.c] Fix build failure in find_stop_signal | Libor Bukata | 1 | -2/+2 |
2021-06-17 | Move scoped_ignore_sigttou to gdbsupport/ | Pedro Alves | 1 | -1/+0 |
2021-03-29 | Restore procfs.c compilation | Rainer Orth | 1 | -2/+4 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+2 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -2/+2 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -2/+2 |
2021-02-22 | gdb: push target earlier in procfs_target::attach (PR 27435) | Simon Marchi | 1 | -2/+12 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-22 | gdb: make target_ops::make_corefile_notes return a unique ptr | Simon Marchi | 1 | -43/+45 |
2020-10-02 | gdb: fix some inferior_created observer signatures | Simon Marchi | 1 | -9/+0 |
2020-09-28 | Turn target_have_steppable_watchpoint into function | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-07-30 | Unify Solaris procfs and largefile handling | Rainer Orth | 1 | -2/+0 |