aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix common misspellingsTom de Vries2024-10-061-1/+1
* gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi2024-08-121-1/+2
* gdb: make lookup_minimal_symbol objf and sfile parameters optionalSimon Marchi2024-08-121-1/+1
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-2/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-5/+5
* gdb: remove target_gdbarchSimon Marchi2023-10-101-9/+10
* gdb: add inferior::{arch, set_arch}Simon Marchi2023-10-101-2/+2
* gdb: support rseq auxvsIlya Leoshkevich2023-10-061-0/+4
* gdb: add all_objfiles_removed observerSimon Marchi2023-10-051-15/+7
* gdb: fix auxv cache clearing from new_objfile observerAndrew Burgess2023-10-051-1/+10
* gdb: remove final user of the executable_changed observerAndrew Burgess2023-09-281-4/+6
* [gdb/build] Return const reference in target_read_auxvTom de Vries2023-08-171-3/+3
* 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