Age | Commit message (Expand) | Author | Files | Lines |
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-24 | Create private_thread_info hierarchy | Simon Marchi | 1 | -18/+39 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -14/+14 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-18 | Remove save_inferior_ptid | Tom Tromey | 1 | -13/+10 |
2017-04-12 | Fix build error in aix-thread.c | Simon Marchi | 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-13 | aix-thread: Use ptid from regcache instead of inferior_ptid | Simon Marchi | 1 | -7/+7 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -10/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-04-21 | Fix AIX gdb build with C++ compiler | Pedro Alves | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -4/+4 |
2015-03-04 | garbage collect target_decr_pc_after_break | Pedro Alves | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -16/+16 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-03-12 | fix regressions with target-async | Tom Tromey | 1 | -8/+6 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -2/+3 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -6/+8 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_get_ada_task_ptid | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_extra_thread_info | Tom Tromey | 1 | -1/+2 |
2014-02-11 | Update comments to to_xfer_partial implementations. | Yao Qi | 1 | -3/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -5/+5 |
2014-01-16 | target: allow decr_pc_after_break to be defined by the target | Markus Metzger | 1 | -1/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -1/+1 |
2014-01-07 | Cast to uintptr_t when calling ptrace32 on aix | Yao Qi | 1 | -15/+15 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 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-10-04 | Fix syntax error in aix-thread.c:sync_threadlists | Joel Brobecker | 1 | -1/+1 |
2013-10-04 | Remove unnecessary cast in aix-thread.c:ptrace32. | Joel Brobecker | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -17/+11 |
2013-08-07 | 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -20/+37 |
2013-08-05 | more add_target removals | Tom Tromey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-12-06 | aix-thread: Fix getthrds declaration and call. | Joel Brobecker | 1 | -2/+2 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -3/+3 |
2012-03-13 | Minor cleanup in aix-thread.c:supply_fprs. | Joel Brobecker | 1 | -3/+5 |
2012-03-13 | Fix buffer overflow in aix-thread.c:fill_fprs | Joel Brobecker | 1 | -1/+2 |
2012-03-12 | Add missing prototypes for build in ppx-aix. | Joel Brobecker | 1 | -0/+2 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-03-17 | Add 'getthrds' declaration check in configure for AIX | Joel Brobecker | 1 | -4/+4 |
2011-01-30 | 2011-01-31 Yao Qi <yao@codesourcery.com> | Yao Qi | 1 | -26/+37 |