summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Add a new gdbarch method to print a single AUXV entry.John Baldwin2016-06-241-87/+117
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-2/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Add auxv parsing to the architecture vector.Mark Kettenis2014-02-271-0/+5
* start change to progspace independenceTom Tromey2014-02-261-1/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-4/+4
* change minsym representationTom Tromey2014-02-261-1/+1
* convert to_auxv_parseTom Tromey2014-02-191-8/+3
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-4/+5
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-22/+38
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-7/+7
* Add support for AT_HWCAP2 auxv entryUlrich Weigand2014-01-301-0/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-3/+3
* replace XZALLOC with XCNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+1
* PR gdb/7912:Tom Tromey2013-04-221-1/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-6/+6
* * auto-load.c (_initialize_auto_load): Update.Tom Tromey2012-08-221-1/+1
* * auxv.c (fprint_target_auxv): Handle extended cache data tags.Iain Sandoe2012-06-281-0/+4
* * valprint.c (val_print_string): Don't print leading space.Tom Tromey2012-05-181-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* 2011-11-15 Pedro Alves <pedro@codesourcery.com>Luis Machado2011-11-151-16/+101
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* 2010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-12-311-33/+40
* PR python/11948:Tom Tromey2010-10-151-1/+1
* gdb/Jan Kratochvil2010-07-051-2/+4
* gdb/Jan Kratochvil2010-07-051-1/+21
* 2010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-181-0/+3
* 2010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-061-1/+0
* gdb/Jan Kratochvil2010-01-141-11/+142
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand2009-07-021-2/+3
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-2/+2
* * auxv.c (procfs_xfer_auxv): Change type of the `object' argumentPedro Alves2009-06-071-7/+4
* gdb:Tom Tromey2009-03-201-1/+2
* gdb/Jan Kratochvil2009-03-161-0/+1
* 2008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves2009-02-211-1/+1
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+2
* gdb/ChangeLog:Ulrich Weigand2008-11-131-1/+3
* gdbTom Tromey2008-10-281-5/+8
* * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand2008-09-111-1/+2
* * defs.h (plongest,pulongest): Renamed from paddr_u,paddr_d.Doug Evans2008-09-041-2/+2
* Fix for failing gdb.base/auxv.exp on LinuxPaul Pluzhnikov2008-07-171-0/+2