Age | Commit message (Expand) | Author | Files | Lines |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -4/+2 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -1/+1 |
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-02-27 | Remove old GNU indent directives | Tom Tromey | 1 | -2/+0 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -12/+6 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -112/+112 |
2022-03-29 | Unify gdb puts functions | Tom Tromey | 1 | -31/+31 |
2022-01-05 | Use filtered output in terminal_info implementations | Tom Tromey | 1 | -7/+7 |
2022-01-05 | Use filtered output in files_info implementations | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -10/+6 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -63/+63 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-03-23 | gdb: remove target_is_pushed free function | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-17 | Remove printfi_filtered and fprintfi_filtered | Tom Tromey | 1 | -7/+7 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -4/+4 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-06-18 | Don't write to inferior_ptid in go32-nat.c | Pedro Alves | 1 | -2/+2 |
2020-06-18 | Don't write to inferior_ptid in go32-nat.c | Pedro Alves | 1 | -4/+0 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -8/+2 |
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-12-13 | Guard against 'current_directory == NULL' on gdb_abspath (PR gdb/23613) | Sergio Durigan Junior | 1 | -1/+2 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -2/+2 |
2019-08-21 | gdb/djgpp: Add Hygon Dhyana processor support | Jinke Fan | 1 | -3/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-20 | Introduce buildsym-legacy.h | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -2/+2 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -1/+0 |
2018-06-10 | Fix some missed "beneath" conversions | Tom Tromey | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -2/+2 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -2/+2 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -1/+1 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -84/+97 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -0/+6 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -7/+7 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |