aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-28gdb/gdb_mbuild.sh: use return instead of continue to avoid shellcheck erroryaowenbin1-1/+1
2022-07-26gdb/linux_nat: Write memory using ptrace if /proc/pid/mem is not writableKeith Seitz1-2/+9
2022-07-26gdb/linux-nat: Check whether /proc/pid/mem is writablePedro Alves1-17/+88
2022-07-26gdb: LoongArch: Handle the function return valueTiezhu Yang1-14/+219
2022-07-26gdb: LoongArch: Fix code style issuesTiezhu Yang1-161/+190
2022-07-26[gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clangTom de Vries1-1/+7
2022-07-26gdb/hurd: pass memory_tagged as false to find_memory_region_ftypeEnze Li3-2/+4
2022-07-26gdb/netbsd: add missing header fileEnze Li1-0/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess45-57/+60
2022-07-26gdb/varobj: Fix varobj_invalidate_iterLancelot SIX3-7/+59
2022-07-26gdb/varobj: Fix use after free in varobjLancelot SIX5-1/+256
2022-07-26MI: mi_runto -pendingPedro Alves1-7/+61
2022-07-25set/show python dont-write-bytecode fixesKevin Buettner2-9/+32
2022-07-25gdb/python: fix invalid use disassemble_info::streamAndrew Burgess4-13/+22
2022-07-25gdb: fix use of uninitialised gdb_printing_disassembler::m_in_commentAndrew Burgess1-1/+1
2022-07-25struct packed: Unit tests and more operatorsPedro Alves2-0/+133
2022-07-25gdb/arm: Sync sp with other *sp registersYvan Roux1-0/+80
2022-07-25gdb/arm: Use if-else if instead of switchTorbjörn SVENSSON1-15/+10
2022-07-25Remove dead code from windows_nat_target::detachTom Tromey1-10/+4
2022-07-25gdb: handle dis_style_sub_mnemonic disassembler styleAndrew Burgess1-0/+1
2022-07-24gdb/testsuite: add a clear test to py-breakpoint.expEnze Li1-0/+20
2022-07-24gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.expEnze Li2-24/+29
2022-07-22[gdb/symtab] Fix duplicate CUs in all_comp_unitsTom de Vries1-2/+9
2022-07-22gdb/testsuite: give binaries distinct names in Ada testsSimon Marchi34-71/+71