Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | Add a new gdbarch method to print a single AUXV entry. | John Baldwin | 1 | -87/+117 |
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 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 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-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-02-27 | Add auxv parsing to the architecture vector. | Mark Kettenis | 1 | -0/+5 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -1/+2 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -4/+4 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -1/+1 |
2014-02-19 | convert to_auxv_parse | Tom Tromey | 1 | -8/+3 |
2014-02-11 | Update comments to to_xfer_partial implementations. | Yao Qi | 1 | -4/+5 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -22/+38 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -7/+7 |
2014-01-30 | Add support for AT_HWCAP2 auxv entry | Ulrich Weigand | 1 | -0/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -3/+3 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+1 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 1 | -1/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -6/+6 |
2012-08-22 | * auto-load.c (_initialize_auto_load): Update. | Tom Tromey | 1 | -1/+1 |
2012-06-28 | * auxv.c (fprint_target_auxv): Handle extended cache data tags. | Iain Sandoe | 1 | -0/+4 |
2012-05-18 | * valprint.c (val_print_string): Don't print leading space. | Tom Tromey | 1 | -1/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-11-15 | 2011-11-15 Pedro Alves <pedro@codesourcery.com> | Luis Machado | 1 | -16/+101 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-12-31 | 2010-12-31 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -33/+40 |
2010-10-15 | PR python/11948: | Tom Tromey | 1 | -1/+1 |
2010-07-05 | gdb/ | Jan Kratochvil | 1 | -2/+4 |
2010-07-05 | gdb/ | Jan Kratochvil | 1 | -1/+21 |
2010-05-18 | 2010-05-18 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -0/+3 |
2010-05-06 | 2010-05-06 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+0 |
2010-01-14 | gdb/ | Jan Kratochvil | 1 | -11/+142 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-07-02 | * defs.h (extract_signed_integer, extract_unsigned_integer, | Ulrich Weigand | 1 | -2/+3 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -2/+2 |
2009-06-07 | * auxv.c (procfs_xfer_auxv): Change type of the `object' argument | Pedro Alves | 1 | -7/+4 |
2009-03-20 | gdb: | Tom Tromey | 1 | -1/+2 |
2009-03-16 | gdb/ | Jan Kratochvil | 1 | -0/+1 |
2009-02-21 | 2008-02-21 Pedro Alves <pedro@codesorcery.com> | Pedro Alves | 1 | -1/+1 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+2 |
2008-11-13 | gdb/ChangeLog: | Ulrich Weigand | 1 | -1/+3 |
2008-10-28 | gdb | Tom Tromey | 1 | -5/+8 |
2008-09-11 | * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch) | Ulrich Weigand | 1 | -1/+2 |
2008-09-04 | * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d. | Doug Evans | 1 | -2/+2 |
2008-07-17 | Fix for failing gdb.base/auxv.exp on Linux | Paul Pluzhnikov | 1 | -0/+2 |
2008-05-04 | Fix auxv data parsing on 64-bit solaris | Vladimir Prus | 1 | -1/+17 |
2008-01-16 | * auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS. | Mark Kettenis | 1 | -0/+2 |