summaryrefslogtreecommitdiff
path: root/gdb/auxv.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi
2023-10-06gdb: support rseq auxvsIlya Leoshkevich
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi
2023-10-05gdb: fix auxv cache clearing from new_objfile observerAndrew Burgess
2023-09-28gdb: remove final user of the executable_changed observerAndrew Burgess
2023-08-17[gdb/build] Return const reference in target_read_auxvTom de Vries
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-11-27Use false/true for some inferior class members instead of 0/1Philippe Waroquiers
2022-10-11gdb: rename target_read_auxv(target_ops *) to target_read_auxv_rawSimon Marchi
2022-10-11gdb: fix auxv cachingSimon Marchi
2022-09-29gdb: make target_auxv_parse static and renameSimon Marchi
2022-09-29gdb: make fprint_target_auxv staticSimon Marchi
2022-09-29gdb: constify auxv parse functionsSimon Marchi
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi
2022-07-28Rewrite registry.hTom Tromey
2022-04-11gdb: remove minimal symbol size macrosSimon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-09-28Remove target_has_stack macroTom Tromey
2020-04-09Add SVR4 psABI specific parser for AUXV entriesKamil Rytarowski
2020-03-03Update GDB to use new AUXV entry typesLuis Machado
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-07-09Rename common to gdbsupportTom Tromey
2019-05-08Convert auxv.c to type-safe registry APITom Tromey
2019-04-06Revert the header-sorting patchTom Tromey
2019-04-05Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-09-20Handle missing Solaris auxv entriesRainer Orth
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi
2018-07-03Remove ptid_get_pidTom Tromey
2018-06-07target_stack -> current_top_target() throughoutPedro Alves
2018-05-03Convert struct target_ops to C++Pedro Alves
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi
2018-03-19Convert observers to C++Tom Tromey
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