aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-31Silence ubsan warning about 1<<31Alan Modra1-1/+1
2023-01-31PR 30060, ASAN error in bfd_cache_closeAlan Modra2-8/+3
2023-01-31testsuite XPASSesAlan Modra6-19/+12
2023-01-31Automatic date update in version.inGDB Administrator1-1/+1
2023-01-30Remove value_next declarationTom Tromey1-7/+0
2023-01-30gdb: fix dwarf2/cooked-index.c compilation on 32-bit systemsSimon Marchi1-1/+1
2023-01-30gdb: Replace memcpy with std::copy to avoid some g++ warnings on sparcMark Wielaard1-1/+1
2023-01-30gdb/dwarf: dump cooked index contents in cooked_index_functions::dumpSimon Marchi3-1/+109
2023-01-30enum_flags to_stringPedro Alves2-6/+129
2023-01-30Fix comparator bug in cooked indexTom Tromey2-85/+132
2023-01-30Clean up lnp_state_machine constructorTom Tromey1-20/+13
2023-01-30Make addrmap const-correct in cooked indexTom Tromey3-9/+11
2023-01-30gdb: provide const-correct versions of addrmap::find and addrmap::foreachSimon Marchi5-21/+40
2023-01-30Use xfail in ptype_tagged_param.expTom Tromey1-1/+1
2023-01-30gdb: Remove workaround for the vCont packetChristina Schimpe1-19/+4
2023-01-30gdb: Add per-remote target variables for memory read and write configChristina Schimpe4-65/+169
2023-01-30gdb: Make global feature array a per-remote target arrayChristina Schimpe21-725/+868
2023-01-30Automatic date update in version.inGDB Administrator1-1/+1
2023-01-29Automatic date update in version.inGDB Administrator1-1/+1
2023-01-28Automatic date update in version.inGDB Administrator1-1/+1
2023-01-27More const-correctness in cooked indexerTom Tromey2-12/+13
2023-01-27[gdb/testsuite] Simplify gdb.base/unwind-on-each-insn.exp.tclTom de Vries4-34/+14
2023-01-27Invert test in gdb.ada/ptype_tagged_param.expTom Tromey1-1/+1
2023-01-27gdb/tui: more debug outputAndrew Burgess2-0/+24
2023-01-27gdb/tui: avoid extra refresh_window on vertical scrollAndrew Burgess2-7/+14
2023-01-27gdb/tui: avoid extra refresh_window on horizontal scrollAndrew Burgess1-3/+5
2023-01-27gdb/tui: rewrite of tui_source_window_base to handle very long linesAndrew Burgess3-22/+215
2023-01-27gdb/tui: make m_horizontal_offset privateAndrew Burgess1-2/+4
2023-01-27gdb/tui: disable tui mode when an assert triggersAndrew Burgess2-1/+14
2023-01-27gdb/tui: improve errors from tui focus commandAndrew Burgess4-10/+179
2023-01-27gdb/testsuite: fix line feed scrolling in tuiterm.expAndrew Burgess1-2/+16
2023-01-27Another fix for EFI generation with LTO enabled.Nick Clifton2-11/+33
2023-01-27x86: move reg_operands adjustmentJan Beulich1-13/+10
2023-01-27x86: drop dead SSE2AVX-related codeJan Beulich1-22/+8
2023-01-27x86: use ModR/M for FPU insns with operandsJan Beulich4-238/+250
2023-01-27x86/Intel: improve special casing of certain insnsJan Beulich1-21/+15
2023-01-27opcodes: suppress internationalization on build helper toolsJan Beulich3-47/+2
2023-01-27x86: remove internationalization from i386-gen.cJan Beulich1-26/+23
2023-01-27Call bfd_close_all_done in ld_cleanupAlan Modra3-42/+57
2023-01-27Perform cleanup in bfd_close after errorsAlan Modra1-13/+10
2023-01-27Call bfd_close_all_done in output_file_closeAlan Modra1-1/+1
2023-01-27gas macro memory leaksAlan Modra4-52/+45
2023-01-27gas/testsuite: Add -gcodeview test for aarch64-w64-mingw32Mark Harmstone4-0/+350
2023-01-27gas: Add CodeView constant for aarch64Mark Harmstone2-6/+14
2023-01-26Use clean_restart in gdb.baseTom Tromey36-172/+44
2023-01-26Use clean_restart in gdb.pythonTom Tromey9-49/+11
2023-01-26Use clean_restart in gdb.cpTom Tromey2-8/+2
2023-01-26Use clean_restart in gdb.disasmTom Tromey6-30/+6
2023-01-26Use clean_restart in gdb.perfTom Tromey1-4/+1
2023-01-26Use clean_restart in gdb.goTom Tromey1-5/+1