summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use false/true for some inferior class members instead of 0/1Philippe Waroquiers2022-11-271-1/+1
* gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi2022-10-111-3/+2
* gdb: fix auxv cachingSimon Marchi2022-10-111-42/+52
* gdb: make target_auxv_parse static and renameSimon Marchi2022-09-291-5/+9
* gdb: make fprint_target_auxv staticSimon Marchi2022-09-291-1/+1
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-13/+13
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-4/+4
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* gdb: remove minimal symbol size macrosSimon Marchi2022-04-111-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-8/+6
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-3/+3
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Remove target_has_stack macroTom Tromey2020-09-281-1/+1
* 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