aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+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
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-16/+16
* gdb: rename struct shobj -> struct solibSimon Marchi2024-02-051-1/+1
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* Remove gdb_static_assertTom Tromey2023-11-291-2/+2
* gdb: rename struct so_list to shobjSimon Marchi2023-10-191-1/+1
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-15/+14
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-8/+8
* Turn value_type into methodTom Tromey2023-02-131-2/+2
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-4/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-3/+3
* gdb, hppa: remove unused hppa_lookup_stub_minimal_symbolMarkus Metzger2022-10-181-31/+0
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-16/+16
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-8/+4
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-17/+17
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-1/+1
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-4/+5
* Rewrite registry.hTom Tromey2022-07-281-1/+2
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-6/+6
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* gdb: rename floatformats_ia64_quad to floatformats_ieee_quadTiezhu Yang2022-04-021-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-52/+52
* Unify gdb putc functionsTom Tromey2022-03-291-1/+1
* Simplify hppa-tdep.c use of objfile_keyTom Tromey2022-03-061-23/+10
* Add constructor to bound_minimal_symbolTom Tromey2022-02-181-1/+1
* gdb: fix some clang-tidy readability-misleading-indentation warningsSimon Marchi2022-01-311-1/+1
* Use filtered output in *-tdep commandsTom Tromey2022-01-051-15/+15
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-3/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-12/+10
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-11/+11
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+3
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-5/+1
* gdb: fix tab after space indentation issuesSimon Marchi2021-05-271-3/+3
* trad-frame cleanupsLuis Machado2021-01-191-12/+12
* Convert some frame functions to use gdb::array_view.Luis Machado2021-01-191-1/+1
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-19/+21
* 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-125/+125
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-8/+8
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-1/+1