Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -6/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -22/+8 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -2/+2 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -1/+1 |
2017-09-20 | Remove make_cleanup_restore_target_terminal | Tom Tromey | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -4/+5 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -3/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -2/+2 |
2016-09-16 | gdb: Use std::min and std::max throughout | Pedro Alves | 1 | -2/+2 |
2016-08-10 | Plumb enum remove_bp_reason all the way to target_remove_breakpoint | Pedro Alves | 1 | -1/+2 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+2 |
2016-04-12 | Do target_terminal_ours in query & friends instead of in all callers | Pedro Alves | 1 | -4/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-21 | [nto] Fix nto target stopped by watchpoint. | Aleksandar Ristovski | 1 | -1/+20 |
2015-10-20 | [nto] Implement procfs_pid_to_exec_file. | Aleksandar Ristovski | 1 | -0/+28 |
2015-10-20 | [nto] Implement TARGET_OBJECT_AUXV. | Aleksandar Ristovski | 1 | -0/+34 |
2015-10-20 | [nto] Fixes for nto procfs. | Aleksandar Ristovski | 1 | -25/+38 |
2015-10-16 | [nto] Fix nto build. | Aleksandar Ristovski | 1 | -14/+11 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |