aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-12gdb: only allow one of thread or task on breakpoints or watchpointsAndrew Burgess6-5/+153
2023-02-12Automatic date update in version.inGDB Administrator1-1/+1
2023-02-11gdb: show task number in describe_other_breakpointsAndrew Burgess2-6/+13
2023-02-11gdb: don't print global thread-id to CLI in describe_other_breakpointsAndrew Burgess3-1/+93
2023-02-11gdb: add test for readline handling very long commandsAndrew Burgess1-0/+40
2023-02-11gdb: remove unnecessary 'dir' commands from gdb-gdb.gdb scriptAndrew Burgess1-5/+0
2023-02-11[gdb/tdep] Don't use i386 unwinder for amd64Tom de Vries1-4/+8
2023-02-11objdump -D of bss sections and -s with -jAlan Modra17-75/+80
2023-02-11.debug sections without contentsAlan Modra1-1/+2
2023-02-10gdb/source: Fix open_source_file error handlingAaron Merey4-19/+43
2023-02-10Move implementation of perror_with_name to gdbsupportAaron Merey4-61/+34
2023-02-11Automatic date update in version.inGDB Administrator1-1/+1
2023-02-10GDB: Introduce limited array lengths while printing valuesAndrew Burgess15-24/+1149
2023-02-10GDB/testsuite: Add `-nonl' option to `gdb_test'Maciej W. Rozycki1-1/+5
2023-02-10GDB: Only make data actually retrieved into value history availableMaciej W. Rozycki4-1/+133
2023-02-10GDB: Fix the mess with value byte/bit range typesMaciej W. Rozycki2-21/+30
2023-02-10GDB: Ignore `max-value-size' setting with value history accessesMaciej W. Rozycki4-14/+61
2023-02-10GDB: Switch to using C++ standard integer type limitsMaciej W. Rozycki3-34/+8
2023-02-10Ensure all DAP requests are keyword-onlyTom Tromey2-5/+5
2023-02-10gdb/testsuite: fix gdb.gdb/selftest.exp for native-extended-gdbserverSimon Marchi1-4/+11
2023-02-10Use std::string in main_infoTom Tromey1-15/+7
2023-02-10[gdb/testsuite] Fix linespec ambiguity in gdb.base/longjmp.expTom de Vries1-5/+8
2023-02-10[gdb/cli] Add maint info frame-unwindersTom de Vries5-2/+46
2023-02-10RISC-V: Reduce effective linker relaxation passsesTsukasa OI2-4/+4
2023-02-10Fix mmo memory leaksAlan Modra1-7/+6
2023-02-10Local label checks in integer_constantAlan Modra1-9/+0
2023-02-10x86: drop use of VEX3SOURCESJan Beulich5-7692/+3859
2023-02-10x86: drop use of XOP2SOURCESJan Beulich4-62/+34
2023-02-10x86: limit use of XOP2SOURCESJan Beulich3-15/+9
2023-02-10x86: move (and rename) opcodespace attributeJan Beulich4-11038/+11070
2023-02-10x86: simplify a few expressionsJan Beulich1-18/+7
2023-02-10x86: improve special casing of certain insnsJan Beulich1-76/+31
2023-02-10objcopy of mach-o indirect symbolsAlan Modra1-0/+9
2023-02-10Automatic date update in version.inGDB Administrator1-1/+1
2023-02-09Add full display feature to dwarf-mode.elTom Tromey2-3/+22
2023-02-09Fix comment in gdb.rust/fnfield.expTom Tromey1-1/+1
2023-02-09Trivially simplify rust_language::print_enumTom Tromey1-1/+1
2023-02-09[aarch64] Avoid initializers for VLAsRoland McGrath1-2/+7
2023-02-09gdb, testsuite: Remove unnecessary call of "set print pretty on"Christina Schimpe2-6/+0
2023-02-09Increase size of main_type::nfieldsTom Tromey4-8/+75
2023-02-09Remove mention of cooked_index_vectorTom Tromey1-1/+1
2023-02-09Let user C-c when waiting for DWARF index finalizationTom Tromey3-6/+48
2023-02-09coff keep_relocs and keep_contentsAlan Modra3-43/+28
2023-02-09Automatic date update in version.inGDB Administrator1-1/+1
2023-02-09coff-sh.c keep_relocs, keep_contents and keep_symsAlan Modra1-12/+0
2023-02-09Memory leak in bfd_init_section_compress_statusAlan Modra1-1/+4
2023-02-09Clear cached file size when bfd changed to BFD_IN_MEMORYAlan Modra4-38/+16
2023-02-09Internal error at gas/expr.c:1814Alan Modra1-1/+1
2023-02-08gdb: give sentinel for user frames distinct IDs, register sentinel frames to ...Simon Marchi4-18/+70
2023-02-08gdb: call frame unwinders' dealloc_cache methods through destroying the frame...Simon Marchi1-15/+24