Age | Commit message (Expand) | Author | Files | Lines |
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 | -12/+12 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -3/+4 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-09-18 | Make target_wait options use enum flags | Tom Tromey | 1 | -2/+2 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -6/+6 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_collect | Simon Marchi | 1 | -1/+1 |
2018-05-30 | Remove regcache_raw_supply | Simon Marchi | 1 | -1/+1 |
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 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -42/+53 |
2018-04-01 | Change rs6000_ptrace_ldinfo to return a byte_vector | Tom Tromey | 1 | -21/+11 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -1/+1 |
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 | -4/+4 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-05-22 | Add PPC_MAX_REGISTER_SIZE | Alan Hayward | 1 | -2/+2 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -4/+6 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -10/+8 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-07-27 | Wean gdb and sim off private libbfd.h header | Alan Modra | 1 | -1/+0 |
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-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-10 | AIX: Remove exec_one_dummy_insn hack | Ulrich Weigand | 1 | -57/+0 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-11 | Update comments to to_xfer_partial implementations. | Yao Qi | 1 | -4/+1 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -9/+17 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -2/+2 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -2/+2 |
2014-01-14 | Use target_xfer_partial_ftype for rs6000_xfer_shared_libraries | Yao Qi | 1 | -4/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_stat.h | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -10/+13 |
2013-08-29 | thread support broken on ppc-aix. | Joel Brobecker | 1 | -1/+1 |
2013-08-23 | ARI fix: Push # directives to start of line. | Pierre Muller | 1 | -6/+6 |
2013-08-07 | 2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com> | Ulrich Weigand | 1 | -1/+9 |
2013-07-01 | Normalize on PATH_MAX instead of MAXPATHLEN throughout. | Pedro Alves | 1 | -1/+0 |
2013-05-15 | ppc-aix core file relocation. | Joel Brobecker | 1 | -192/+18 |
2013-05-07 | rs6000-nat.c:rs6000_core_ldinfo: Remove \n at end of error message. | Joel Brobecker | 1 | -2/+2 |
2013-05-07 | AIX: Change XML to use library-list-aix instead of library-list. | Joel Brobecker | 1 | -2/+2 |
2013-05-07 | Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIX | Joel Brobecker | 1 | -3/+3 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -594/+176 |
2013-03-26 | Delete rs6000-nat.c:fixup_breakpoints extern declaration. | Joel Brobecker | 1 | -2/+0 |
2013-01-01 | ppc-aix: .bss relocation problem when overlapping with the .data section | Joel Brobecker | 1 | -0/+69 |