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