Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-10-02 | gdb_bfd_unref failed assertion on AIX. | Joel Brobecker | 1 | -0/+1 |
2012-09-26 | * procfs.c: Add gdb_bfd header. | Pierre Muller | 1 | -0/+1 |
2012-08-22 | * windows-nat.c (windows_make_so): Use gdb_bfd_open. | Tom Tromey | 1 | -6/+1 |
2012-07-23 | * rs6000-nat.c (add_vmap): Rewrite archive loop. Fix reference | Tom Tromey | 1 | -3/+15 |
2012-07-23 | * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile' | Tom Tromey | 1 | -1/+0 |
2012-07-23 | * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr. | Tom Tromey | 1 | -6/+3 |
2012-07-23 | * bfd-target.c (target_bfd_reopen): Update. | Tom Tromey | 1 | -5/+9 |
2012-07-18 | * symfile.c (symfile_bfd_open): Don't copy name. Call | Tom Tromey | 1 | -8/+8 |
2012-07-18 | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 1 | -6/+7 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -1/+1 |
2012-05-22 | 2012-05-22 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -0/+1 |
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 | -3/+2 |
2011-06-07 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2011-01-11 | 2011-01-11 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -3/+3 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -58/+64 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-04-05 | Remove remaining "%ll" uses. | Pierre Muller | 1 | -2/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-21 | * rs6000-nat.c (exec_one_dummy_insn): Add missing new ASPACE parameter | Pierre Muller | 1 | -1/+1 |
2009-09-18 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2009-09-09 | Fix a build failure on AIX. | Joel Brobecker | 1 | -14/+13 |
2009-07-02 | * breakpoint.h (struct breakpoint): New member GDBARCH. | Ulrich Weigand | 1 | -2/+3 |
2009-06-17 | * ada-tasks.c (read_known_tasks_array): Use target_gdbarch instead | Ulrich Weigand | 1 | -1/+1 |
2009-06-16 | 2009-06-16 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -2/+2 |
2009-06-03 | * target.c: Include "exec.h". | Pedro Alves | 1 | -2/+1 |
2009-05-23 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2009-05-22 | * target.h (struct section_table): Rename to ... | Pedro Alves | 1 | -1/+1 |