summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
Commit message (Expand)AuthorAgeFilesLines
* Add SVR4 psABI specific parser for AUXV entriesKamil Rytarowski2020-04-091-15/+46
* Update GDB to use new AUXV entry typesLuis Machado2020-03-031-0/+12
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Convert auxv.c to type-safe registry APITom Tromey2019-05-081-30/+5
* Revert the header-sorting patchTom Tromey2019-04-061-14/+12
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-12/+14
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Handle missing Solaris auxv entriesRainer Orth2018-09-201-1/+12
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-3/+1
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-7/+6
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-26/+18
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_infoTom Tromey2017-11-071-1/+1
* 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