aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Turn deprecated_set_value_type into a methodTom Tromey9-35/+25
2023-02-13Turn value_type into methodTom Tromey107-884/+880
2023-02-13Move struct value to value.hTom Tromey2-230/+223
2023-02-13Move ~value body out-of-lineTom Tromey1-12/+14
2023-02-13Rename all fields of struct valueTom Tromey2-202/+202
2023-02-13PR30120: fix x87 fucomp misassembledMichael Matz4-5/+22
2023-02-13Remove unused imports from gdb's Python codeTom Tromey4-5/+0
2023-02-13gdb/tui: don't leak the known_window_types mapAndrew Burgess1-24/+17
2023-02-13gdb/python: deallocate tui window factories at Python shut downAndrew Burgess4-2/+84
2023-02-13gdb/python: allow Python TUI windows to be replacedAndrew Burgess3-0/+129
2023-02-13Fix doc build dependencies for --with-system-readlineKeith Seitz3-4/+15
2023-02-13Fix PR30079: abort on mingwMichael Matz1-1/+2
2023-02-13_bfd_ecoff_slurp_symbol_table buffer overflowAlan Modra1-12/+20
2023-02-13opcodes/mips: disassemble unknown micromips instructions as two shortsAndrew Burgess6-5/+41
2023-02-13gdb/testsuite: handle differences in guile error string outputAndrew Burgess1-2/+4
2023-02-13stabs.c static stateAlan Modra3-46/+71
2023-02-13Split off gas init to functionsAlan Modra1-72/+87
2023-02-13gdb/testsuite: look for hipcc in env(ROCM_PATH)Lancelot SIX1-2/+5
2023-02-13gdb/testsuite: allow_hipcc_tests tests the hipcc compilerLancelot SIX2-1/+72
2023-02-13gdb/testsuite: require amd-dbgapi support to run rocm testsLancelot SIX1-0/+7
2023-02-13gdb/testsuite: Rename skip_hipcc_tests to allow_hipcc_testsLancelot SIX2-7/+4
2023-02-13gdb: 'show config' shows --with[out]-amd-dbgapiLancelot SIX4-0/+17
2023-02-13objcopy memory leaksAlan Modra1-2/+1
2023-02-13Automatic date update in version.inGDB Administrator1-1/+1
2023-02-12Move some code from dwarf2/read.c to die.cTom Tromey5-230/+264
2023-02-12gdb: fix describe_other_breakpoints for default task being -1Andrew Burgess1-1/+1
2023-02-12gdb/c++: fix handling of breakpoints on @plt symbolsAndrew Burgess4-1/+154
2023-02-12gdb: use -1 for breakpoint::task default valueAndrew Burgess4-29/+29
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