aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers1-1/+1
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi1-3/+2
2022-10-11gdb: fix auxv cachingSimon Marchi1-42/+52
2022-09-29gdb: make target_auxv_parse static and renameSimon Marchi1-5/+9
2022-09-29gdb: make fprint_target_auxv staticSimon Marchi1-1/+1
2022-09-29gdb: constify auxv parse functionsSimon Marchi1-13/+13
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-4/+4
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-6/+6
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