summaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)Author
2022-08-06Don't use BFD_VMA_FMT in gdb and simAlan Modra
2022-08-05[gdb/build] Fix build breaker in language.c with gcc 7.5.0linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-norov-defconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfigTom de Vries
2022-08-05[gdb] Add unit test for gdb::sequential_for_eachlinaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allyesconfigTom de Vries
2022-08-05[gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hardTom de Vries
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries
2022-08-05Introduce gdb::make_function_viewPedro Alves
2022-08-05[gdb] Add debug_{exp,val}linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-spec2k6-O2Tom de Vries
2022-08-04Use registry in gdbarchTom Tromey
2022-08-04Allow registry to refer to const typesTom Tromey
2022-08-04Use new and delete for gdbarchTom Tromey
2022-08-04Use bool in gdbarchTom Tromey
2022-08-04[gdb/testsuite] Fix .debug_aranges in gdb.dwarf2/fission-loclists.Slinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-cpu2017-O2Tom de Vries
2022-08-04[gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.expTom de Vries
2022-08-04[gdb/tdep] Fix gdb.base/large-frame.exp for aarch64Tom de Vries
2022-08-03Use unique_ptr to destroy per-bfd objectTom Tromey
2022-08-03Use auto_obstack in objfileTom Tromey
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-08-03gdb/amd64: clean up unused variableEnze Li
2022-08-03gdb: Fix regression in varobj recreationLancelot SIX
2022-08-02fbsd-nat: Correct the return type of the have_regset method.John Baldwin
2022-08-01[gdb/symtab] Fix .debug_aranges duplicate offset warningTom de Vries
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra
2022-07-30[gdb/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries
2022-07-29gdb/testsuite: add macros test for source files compiled in various waysSimon Marchi
2022-07-29gdb: remove code to prepend comp dir in buildsym_compunit::start_subfileSimon Marchi
2022-07-29gdb: add "id" fields to identify symtabs and subfilesSimon Marchi
2022-07-29gdb/dwarf: pass a file_entry to line_header::file_file_nameSimon Marchi
2022-07-29gdb/dwarf: pass compilation directory to line headerSimon Marchi
2022-07-29gdb: add debug prints in buildsym.cSimon Marchi
2022-07-29gdb: introduce symtab_create_debug_printfSimon Marchi
2022-07-29[gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug infoTom de Vries
2022-07-29[gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64Tom de Vries
2022-07-28Remove some unneeded checks in Guile codeTom Tromey
2022-07-28Change registry to use less memoryTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-07-28Remove some unused functions from guile codeTom Tromey
2022-07-28Change allocation of type-copying hash tableTom Tromey
2022-07-28Change address_space to use new and deleteTom Tromey
2022-07-28gdb/python: Add BreakpointLocation typeSimon Farre
2022-07-28gdb/gdb_mbuild.sh: use return instead of continue to avoid shellcheck erroryaowenbin
2022-07-26gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writableKeith Seitz
2022-07-26gdb/linux-nat: Check whether /proc/pid/mem is writablePedro Alves
2022-07-26gdb: LoongArch: Handle the function return valueTiezhu Yang
2022-07-26gdb: LoongArch: Fix code style issuesTiezhu Yang
2022-07-26[gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clangTom de Vries
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li
2022-07-26gdb/netbsd: add missing header fileEnze Li
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess
2022-07-26gdb/varobj: Fix varobj_invalidate_iterLancelot SIX
2022-07-26gdb/varobj: Fix use after free in varobjLancelot SIX