Age | Commit message (Expand) | Author | Files | Lines |
2021-10-21 | gdb, gdbserver: make target_waitstatus safe | Simon Marchi | 1 | -2/+2 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 1 | -2/+3 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 1 | -3/+6 |
2021-03-23 | gdb: remove push_target free functions | Simon Marchi | 1 | -1/+1 |
2021-03-23 | gdb: remove unpush_target free function | Simon Marchi | 1 | -1/+1 |
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 | -4/+4 |
2020-10-25 | gdb: add inferior parameter to inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-10-02 | gdb: remove arguments from inferior_created observable | Simon Marchi | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-09-14 | Apply 'const' in more places | Tom Tromey | 1 | -3/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-10 | Multi-target support | Pedro Alves | 1 | -8/+12 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
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 |