aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-08-09gdb/riscv/testsuite: fix failures in gdb.arch/riscv-reg-aliases.expAndrew Burgess1-12/+20
2022-08-09gdb/gdbserver: LoongArch: Improve implementation of fcc registersFeiyang Chen5-11/+75
2022-08-09Fix-for-multiple-thread-detection-in-AIX.Aditya Vidyadhar Kamath1-28/+35
2022-08-09[gdb/testsuite] Fix gdb.dwarf2/debug-names.expTom de Vries1-7/+4
2022-08-09gdb/riscv: use register name enum values in riscv-linux-nat.cAndrew Burgess1-6/+6
2022-08-09gdb/csky fix build error in ubuntu20_04Jiangshuai Li1-4/+4
2022-08-08Fix regression from gdbarch registry changeTom Tromey1-1/+7
2022-08-08gdb/csky support .reg2 for kernel 4.x and laterJiangshuai Li2-12/+140
2022-08-07[gdb/build] Fix build with gcc 4.8.5Tom de Vries1-3/+3
2022-08-07[gdb/symtab] Fix assert in read_addrmap_from_arangesTom de Vries3-9/+189
2022-08-07[gdb/testsuite] Add support for .debug_names in dwarf assemblerTom de Vries3-5/+330
2022-08-06Don't use BFD_VMA_FMT in gdb and simAlan Modra1-8/+10
2022-08-05[gdb/build] Fix build breaker in language.c with gcc 7.5.0Tom de Vries1-1/+1
2022-08-05[gdb] Add unit test for gdb::sequential_for_eachTom de Vries1-43/+74
2022-08-05[gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hardTom de Vries1-1/+8
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries1-0/+28
2022-08-05Introduce gdb::make_function_viewPedro Alves1-1/+81
2022-08-05[gdb] Add debug_{exp,val}Tom de Vries2-0/+25
2022-08-04Use registry in gdbarchTom Tromey41-836/+532
2022-08-04Allow registry to refer to const typesTom Tromey1-1/+1
2022-08-04Use new and delete for gdbarchTom Tromey3-240/+222
2022-08-04Use bool in gdbarchTom Tromey3-3/+3
2022-08-04[gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.STom de Vries1-14/+0
2022-08-04[gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.expTom de Vries1-3/+5
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries1-1/+21
2022-08-03Use unique_ptr to destroy per-bfd objectTom Tromey2-17/+14
2022-08-03Use auto_obstack in objfileTom Tromey2-8/+1
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey40-241/+256
2022-08-03gdb/amd64: clean up unused variableEnze Li1-4/+0
2022-08-03gdb: Fix regression in varobj recreationLancelot SIX1-2/+7
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin2-2/+2
2022-08-01[gdb/symtab] Fix .debug_aranges duplicate offset warningTom de Vries3-7/+124
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra1-7/+8
2022-07-30[gdb/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries2-3/+3
2022-07-29gdb/testsuite: add macros test for source files compiled in various waysSimon Marchi5-0/+617
2022-07-29gdb: remove code to prepend comp dir in buildsym_compunit::start_subfileSimon Marchi1-25/+7
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi11-58/+148
2022-07-29gdb/dwarf: pass a file_entry to line_header::file_file_nameSimon Marchi3-37/+36
2022-07-29gdb/dwarf: pass compilation directory to line headerSimon Marchi3-17/+41
2022-07-29gdb: add debug prints in buildsym.cSimon Marchi1-0/+7
2022-07-29gdb: introduce symtab_create_debug_printfSimon Marchi5-42/+36
2022-07-29[gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug infoTom de Vries1-1/+9
2022-07-29[gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64Tom de Vries1-1/+2
2022-07-28Remove some unneeded checks in Guile codeTom Tromey5-26/+15
2022-07-28Change registry to use less memoryTom Tromey1-27/+20
2022-07-28Rewrite registry.hTom Tromey64-1071/+683
2022-07-28Remove some unused functions from guile codeTom Tromey2-44/+0
2022-07-28Change allocation of type-copying hash tableTom Tromey6-42/+27
2022-07-28Change address_space to use new and deleteTom Tromey5-39/+31
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre9-0/+553