aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2022-06-14Allow 'interrupt -a' in all-stop modeTom Tromey3-3/+74
2022-06-14gdbserver: Add LoongArch/Linux supportYouling Tang3-1/+27
2022-06-14[gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.expTom de Vries1-1/+3
2022-06-14Debug support for global alias variableKavitha Natarajan3-24/+114
2022-06-14[gdb/testsuite] Fix gdb.reverse/test_ioctl_TCSETSW.exp with libc debuginfoTom de Vries1-1/+1
2022-06-13[gdb] Avoid warnings in cooked_{read,write}_test for m68hc11Tom de Vries1-0/+25
2022-06-13gdb: LoongArch: Deal with atomic sequenceTiezhu Yang1-14/+113
2022-06-13gdb: don't use bashism in configure testSam James2-2/+2
2022-06-13gdb:csky add support target-descriptions for CSKY archJiangshuai Li2-6/+506
2022-06-13[gdb/testsuite] Handle quotes in gdb_py_module_availableTom de Vries1-1/+1
2022-06-12Fix self-test failure in addrmapTom Tromey1-7/+3
2022-06-12Remove psymtab_addrmapTom Tromey4-131/+8
2022-06-12Use malloc for mutable addrmapsTom Tromey5-108/+43
2022-06-12Remove addrmap::create_fixedTom Tromey5-28/+11
2022-06-12Remove addrmap_create_mutableTom Tromey5-20/+14
2022-06-12Remove addrmap wrapper functionsTom Tromey11-139/+84
2022-06-12Move addrmap classes to addrmap.hTom Tromey2-121/+118
2022-06-12Privacy for addrmap_mutableTom Tromey1-64/+78
2022-06-12Privacy for addrmap_fixedTom Tromey1-53/+44
2022-06-12Use inheritance for addrmapTom Tromey1-111/+80
2022-06-12Trivial fixes to Cygwin build after 8fea1a81Jon Turney2-2/+2
2022-06-12Simplify __USEWIDEJon Turney1-26/+0
2022-06-12Simplify cygwin_buf_tJon Turney2-14/+12
2022-06-10Fix warning-avoidance initialization in xcoffread.cTom Tromey1-1/+1
2022-06-10Fix comparison of unsigned long int to int in record_linux_system_call.Carl Love3-65/+148
2022-06-10PowerPC, correct the gdb ioctl values for TCGETS, TCSETS, TCSETSW and TCSETSF.Carl Love1-4/+10
2022-06-10gdb/testsuite: remove definition of true/false from gdb_compiler_infoAndrew Burgess7-5/+22
2022-06-10Document the ARM_CC_FOR_TARGET testsuite variableLuis Machado1-0/+30
2022-06-10[gdb/testsuite] Fix XPASS with gcc-12 in gdb.base/vla-struct-fields.expTom de Vries1-5/+17
2022-06-10[gdb/testsuite] Fix timeout in gdb.ada/ghost.expTom de Vries1-3/+3
2022-06-09Minor fix to Python breakpoint event documentationTom Tromey1-3/+3
2022-06-09gdb/aarch64: fix 32-bit arm compatibilityAndrew Burgess1-14/+100
2022-06-09gdb/arm: Document and fix exception stack offsetsYvan Roux1-4/+61
2022-06-09gdb/arm: Simplify logic for updating addressesYvan Roux1-4/+5
2022-06-09Fix ARM_CC_FOR_TARGET handlingPedro Alves1-2/+2
2022-06-09gdb/arm: Terminate unwinding when LR is 0xffffffffYvan Roux1-0/+11
2022-06-09gdb/testsuite: solve problems with compiler_info cachingAndrew Burgess1-11/+17
2022-06-09gdb/testsuite: handle errors better in test_compiler_infoAndrew Burgess1-1/+11
2022-06-09gdb/testsuite: make 'c' default language for get/test compiler infoAndrew Burgess1-8/+13
2022-06-09gdb/testsuite: remove get_compiler_info calls from gdb.exp and dwarf.expAndrew Burgess2-30/+1
2022-06-09gdb/testsuite: use test_compiler_info in gcc_major_versionNils-Christian Kempke1-2/+1
2022-06-09gdb: add Yvan Roux to gdb/MAINTAINERSYvan Roux1-0/+1
2022-06-09gdb/testsuite: resolve duplicate test names in gdb.threads/tls.expAndrew Burgess1-1/+4
2022-06-09gdb/testsuite: resolve duplicate test name in gnu_vector.expAndrew Burgess1-9/+11
2022-06-08gdb: make throw_perror_with_name staticAndrew Burgess2-4/+1
2022-06-08gdb: remove trailing '.' from perror_with_name callsAndrew Burgess6-36/+36
2022-06-08Move CU queue to dwarf2_per_objfileTom Tromey2-14/+14
2022-06-08Change allocation of m_dwarf2_cusTom Tromey2-16/+13
2022-06-08Fix gdb.arch/powerpc-power7.exp isel disassembly output.Carl Love1-1/+1
2022-06-08aarch64: Add fallback if ARM_CC_FOR_TARGET not setPedro Alves3-4/+59