aboutsummaryrefslogtreecommitdiff
path: root/gdb/auxv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-5/+5
2023-10-10gdb: remove target_gdbarchSimon Marchi1-9/+10
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-2/+2
2023-10-06gdb: support rseq auxvsIlya Leoshkevich1-0/+4
2023-10-05gdb: add all_objfiles_removed observerSimon Marchi1-15/+7
2023-10-05gdb: fix auxv cache clearing from new_objfile observerAndrew Burgess1-1/+10
2023-09-28gdb: remove final user of the executable_changed observerAndrew Burgess1-4/+6
2023-08-17[gdb/build] Return const reference in target_read_auxvTom de Vries1-3/+3
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