summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_infoTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-02-27Add auxv parsing to the architecture vector.Mark Kettenis
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-02-19convert to_auxv_parseTom Tromey
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi
2014-01-30Add support for AT_HWCAP2 auxv entryUlrich Weigand
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-04-22 PR gdb/7912:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey
2012-08-22 * auto-load.c (_initialize_auto_load): Update.Tom Tromey
2012-06-28 * auxv.c (fprint_target_auxv): Handle extended cache data tags.Iain Sandoe
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-11-152011-11-15 Pedro Alves <pedro@codesourcery.com>Luis Machado
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-12-312010-12-31 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-10-15 PR python/11948:Tom Tromey
2010-07-05gdb/Jan Kratochvil
2010-07-05gdb/Jan Kratochvil
2010-05-182010-05-18 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-062010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-14gdb/Jan Kratochvil
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-02 * defs.h (extract_signed_integer, extract_unsigned_integer,Ulrich Weigand
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand
2009-06-07 * auxv.c (procfs_xfer_auxv): Change type of the `object' argumentPedro Alves
2009-03-20gdb:Tom Tromey
2009-03-16gdb/Jan Kratochvil
2009-02-212008-02-21 Pedro Alves <pedro@codesorcery.com>Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-11-13gdb/ChangeLog:Ulrich Weigand
2008-10-28gdbTom Tromey
2008-09-11 * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand