aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-07Use subclasses of windows_process_infoTom Tromey2-180/+180
2022-06-07Turn some windows-nat.c static functions into methodsTom Tromey1-19/+28
2022-06-07Allow ASLR to be disabled on WindowsTom Tromey4-4/+158
2022-06-07Introduce wrapper for CreateProcessTom Tromey3-18/+70
2022-06-07Update my email address in gdb/MAINTAINERSEnze Li1-1/+1
2022-06-07Constify solib_name_from_addressTom Tromey4-6/+6
2022-06-07[gdb/rust] Add missing _() for error callTom de Vries1-1/+1
2022-06-07[gdb] Allow frv::fr300 in selftestsTom de Vries1-6/+0
2022-06-06Consolidate "Python API" sections in NEWSTom Tromey1-7/+5
2022-06-06Simplify varobj "change" logicTom Tromey1-5/+2
2022-06-06Remove "-break-insert -r" testsTom Tromey2-76/+0
2022-06-06[gdb] Name arch selftests more clearlyTom de Vries1-5/+22
2022-06-06[gdb] Enable some more print_one_insn selftestsTom de Vries1-0/+18
2022-06-06[gdb] Fix maint selftest -v print_one_insnTom de Vries1-8/+2
2022-06-06gdb/testsuite: add missing skip_python_tests call in py-doc-reformat.expAndrew Burgess1-0/+4
2022-06-05Remove obsolete Python 2 commentTom Tromey1-7/+0
2022-06-04[gdb/ada] Fix literal truncationTom de Vries2-7/+24
2022-06-04[gdb/m2] Fix UB and literal truncationTom de Vries2-26/+24
2022-06-04[gdb/rust] Fix literal truncationTom de Vries2-3/+7
2022-06-04[gdb/pascal] Fix literal truncationTom de Vries2-73/+30
2022-06-04[gdb/go] Fix literal truncationTom de Vries2-67/+30
2022-06-04[gdb/fortran] Fix literal truncationTom de Vries2-19/+16
2022-06-04[gdb/c] Fix type of 2147483648 and literal truncationTom de Vries4-76/+130
2022-06-04[gdb/testsuite] Test more values in gdb.base/parse_numbers.expTom de Vries1-42/+260
2022-06-04[gdb/testsuite] Fix ERROR in gdb.ctf/funcreturn.expTom de Vries1-14/+12