Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -6/+8 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -5/+5 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -80/+85 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -2/+2 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-30 | Fix sol-thread.c compilation on Solaris | Rainer Orth | 1 | -2/+2 |
2017-09-26 | Remove support for Solaris < 10 (PR gdb/22185) | Rainer Orth | 1 | -52/+22 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -21/+6 |
2017-04-05 | -Wwrite-strings: More Solaris | Pedro Alves | 1 | -3/+3 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-23 | Remove some unnecessary inferior_ptid setting/restoring when fetching/storing... | Simon Marchi | 1 | -36/+12 |
2017-03-23 | Remove MAX_REGISTER_SIZE from sol-thread.c | Alan Hayward | 1 | -9/+0 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -6/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-25 | Fix gdb C++ compilation on Solaris (PR build/20712) | Rainer Orth | 1 | -51/+77 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 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 | -9/+12 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-18 | clean up some target delegation cases | Tom Tromey | 1 | -2/+1 |
2014-03-06 | Fix sol-thread.c build failure. | Joel Brobecker | 1 | -3/+6 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -5/+5 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-16 | PR 16329: remote debugging broken on Solaris. | Pedro Alves | 1 | -0/+4 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -56/+48 |
2013-08-05 | more add_target removals | Tom Tromey | 1 | -1/+1 |
2013-05-10 | move sparc-sol-thread.c back into sol-thread.c. | Joel Brobecker | 1 | -0/+24 |
2013-05-08 | Avoid duplicating text in sol-thread.c:info_cb | Joel Brobecker | 1 | -12/+8 |
2013-05-08 | Improve output of "maintenance info sol-threads" command. | Joel Brobecker | 1 | -7/+5 |
2013-05-08 | ti.ti_pc vs ti.ti_startfunc copy-pasto in sol-thread.c:info_cb | Joel Brobecker | 1 | -1/+1 |
2013-05-06 | Fix -Wpointer-sign warning in sol-thread.c | Joel Brobecker | 1 | -2/+2 |
2013-04-30 | Fix -Wpointer-sign warning in sol-thread.c | Joel Brobecker | 1 | -3/+3 |
2013-04-30 | Fix build error in sol-thread.c:info_cb | Joel Brobecker | 1 | -8/+10 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-20 | ARI fixes: sprintf rule. | Pierre Muller | 1 | -7/+10 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -6/+6 |
2012-09-27 | sol-thread.c: Remove commented-out code. | Joel Brobecker | 1 | -54/+0 |
2012-09-27 | New unit sparc-sol-thread.c extracted from sol-thread.c | Joel Brobecker | 1 | -28/+0 |
2012-09-27 | sol-thread.c: Remove #if 0-ed code. | Joel Brobecker | 1 | -50/+0 |
2012-09-27 | sol-thread.c: conditionalize some sparc-specific libthread_db functions. | Joel Brobecker | 1 | -0/+4 |
2012-09-27 | Add procfs_find_LDT_entry declaration (procfs.h). | Joel Brobecker | 1 | -1/+0 |