Age | Commit message (Expand) | Author | Files | Lines |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -4/+4 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -4/+4 |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -9/+4 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | target_ops::to_stratum -> target_ops::stratum() virtual method | Pedro Alves | 1 | -3/+2 |
2018-07-03 | Remove ptid_get_tid | Tom Tromey | 1 | -9/+9 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -2/+2 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -2/+4 |
2018-06-07 | Eliminate find_target_beneath | Pedro Alves | 1 | -12/+6 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -8/+8 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -3/+3 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -68/+69 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -4/+4 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -6/+2 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -2/+2 |
2017-03-17 | bsd-uthread: Use ptid from regcache instead of inferior_ptid | Simon Marchi | 1 | -2/+18 |
2017-02-23 | Fix usage of inferior_ptid in two thread_alive implementations | Simon Marchi | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (1/2) | Simon Marchi | 1 | -5/+12 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-15 | Push pruning old threads down to the target | Pedro Alves | 1 | -2/+4 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+1 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-26 | bsd-uthread.c: Don't install a to_xfer_partial method | Pedro Alves | 1 | -16/+0 |
2014-02-19 | Add target_ops argument to to_extra_thread_info | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -1/+1 |
2014-02-11 | Update comments to to_xfer_partial implementations. | Yao Qi | 1 | -2/+3 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -3/+3 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-08-05 | more add_target removals | Tom Tromey | 1 | -1/+1 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -7/+7 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-02-26 | 2011-02-25 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-04-14 | Group errors for many missing shared libraries. | Pedro Alves | 1 | -1/+1 |