Age | Commit message (Expand) | Author | Files | Lines |
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 | -2/+2 |
2022-05-13 | Constify target_pid_to_exec_file | Tom Tromey | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -45/+45 |
2022-01-06 | Introduce target_announce_attach | Tom Tromey | 1 | -10/+1 |
2022-01-05 | Use filtered output in files_info implementations | Tom Tromey | 1 | -4/+4 |
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 | -25/+12 |
2021-05-27 | gdb: fix tab after space indentation issues | Simon Marchi | 1 | -1/+1 |
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-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 | -3/+3 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -1/+2 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -2/+2 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-06-27 | Make {get,set}_inferior_io_terminal inferior methods | Pedro Alves | 1 | -5/+5 |
2020-06-18 | Don't write to inferior_ptid in nto-procfs.c | Pedro Alves | 1 | -12/+12 |
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/+1 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-16 | Constify get_exec_file | Tom Tromey | 1 | -3/+2 |
2019-11-26 | Use safe_strerror instead of strerror where possible | Christian Biesinger | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -10/+7 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-01-24 | target_pass_signals/target_program_signals: Use gdb::array_view | Pedro Alves | 1 | -4/+4 |
2019-01-14 | Constify target_pass_signals and target_program_signals | Tom Tromey | 1 | -2/+3 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -2/+0 |
2018-09-16 | Use GNU style for metasyntactic variables in gdb | Tom Tromey | 1 | -1/+1 |
2018-08-31 | Eliminate target_have_continuable_watchpoint | Pedro Alves | 1 | -3/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -5/+5 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -11/+11 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -3/+3 |
2018-06-10 | Fix some missed "beneath" conversions | Tom Tromey | 1 | -3/+3 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
2018-05-04 | Remove do_closedir_cleanup | Tom Tromey | 1 | -20/+4 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -17/+21 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -8/+9 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -159/+173 |
2018-03-08 | Use scoped_fd in more places | Tom Tromey | 1 | -19/+13 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |