aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-8/+6
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-3/+3
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+4
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-28Remove target_has_stack macroTom Tromey1-1/+1
2020-04-09Add SVR4 psABI specific parser for AUXV entriesKamil Rytarowski1-15/+46
2020-03-03Update GDB to use new AUXV entry typesLuis Machado1-0/+12
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-05-08Convert auxv.c to type-safe registry APITom Tromey1-30/+5
2019-04-06Revert the header-sorting patchTom Tromey1-14/+12
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey1-12/+14
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-20Handle missing Solaris auxv entriesRainer Orth1-1/+12
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-3/+1
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-7/+6
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-26/+18
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-06-24Add a new gdbarch method to print a single AUXV entry.John Baldwin1-87/+117
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (1/2)Simon Marchi1-2/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-02-27Add auxv parsing to the architecture vector.Mark Kettenis1-0/+5
2014-02-26start change to progspace independenceTom Tromey1-1/+2
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-4/+4
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-19convert to_auxv_parseTom Tromey1-8/+3
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi1-4/+5
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-22/+38
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-7/+7
2014-01-30Add support for AT_HWCAP2 auxv entryUlrich Weigand1-0/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-3/+3
2014-01-13replace XZALLOC with XCNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+1
2013-04-22 PR gdb/7912:Tom Tromey1-1/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-6/+6