aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-11-17gdb/testsuite: prevent timeout in gdb.gdb/unittest.expAndrew Burgess2-0/+11
2020-11-17gdb: improve command completion for 'print', 'x', and 'display'Andrew Burgess4-2/+121
2020-11-16Update gdb.dwarf2/data-loc.expTom Tromey2-43/+11
2020-11-16Fix frame cycle detectionPedro Alves3-11/+26
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker6-2/+137
2020-11-15Add support for fixed-point type arithmeticJoel Brobecker6-3/+196
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker9-0/+128
2020-11-15fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker4-1/+23
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker16-18/+760
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker4-31/+43
2020-11-15gmp-utils: New API to simply use of GMP's integer/rational/float objectsJoel Brobecker5-0/+926
2020-11-15gdb: Make GMP a required dependency for building GDBJoel Brobecker3-0/+12
2020-11-15gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker5-1/+507
2020-11-14gdb: add tab completion of type field names for FortranAndrew Burgess5-4/+135
2020-11-14Use "bool" in fetch_inferior_eventTom Tromey2-1/+5
2020-11-14Add use of const in opencl-lang.cTom Tromey2-2/+6
2020-11-14gdb: fix comment in arm-tdep.cSimon Marchi2-2/+5
2020-11-13Use const more in c-lang.cTom Tromey2-14/+19
2020-11-13Exclude debuginfo files from "outside of ELF segments" warningKeith Seitz2-1/+12
2020-11-13Add file name to "Loadable section ... outside of ELF segments" warningKeith Seitz2-2/+8
2020-11-13gdb/arm: avoid undefined behavior shift when decoding immediate valueSimon Marchi2-23/+133
2020-11-13Fix Windows-target testing in gdb_file_cmdJoseph Myers2-0/+10
2020-11-13gdb: delete a couple of declarations from f-lang.hAndrew Burgess3-21/+24
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess15-816/+630
2020-11-12gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtabSimon Marchi2-1/+6
2020-11-12gdb/dwarf: fix typo in dwarf2/read.cSimon Marchi2-1/+6
2020-11-12gdb: convert "set debug dwarf-read" to new styleSimon Marchi2-152/+119
2020-11-12arc: Write correct "eret" value during register collectionShahab Vahedi2-3/+12
2020-11-12Fix Rust regression with -readnowTom Tromey4-24/+52
2020-11-12Fix gdb.threads/tls-so_extern.exp with ClangGary Benson2-0/+7
2020-11-12gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess7-81/+173
2020-11-11gdb/testsuite: add "breakpoint always-inserted" axis in gdb.base/continue-aft...Simon Marchi2-3/+16
2020-11-11gdb/riscv: add ability to decode dwarf CSR numbersAndrew Burgess3-0/+12
2020-11-10Make internalvar_name return a const char *Tom Tromey3-2/+7
2020-11-10Use "const" more in ax-gdb.cTom Tromey2-10/+16
2020-11-10Constify value_nsstringTom Tromey3-2/+7
2020-11-10Fix bug in gdb.ada/bias.expTom Tromey3-6/+11
2020-11-10Prevent false passes in gdb.base/vla-optimized-out.expGary Benson2-1/+6
2020-11-10Prevent inlining in gdb.base/vla-optimized-out.cGary Benson2-2/+6
2020-11-10Fix gdb.cp/step-and-next-inline.exp with ClangGary Benson2-4/+23
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess11-55/+160
2020-11-06gdb/testsuite: make DWARF assembler's ranges' "base" and "range" procsSimon Marchi10-66/+74
2020-11-06gdb: better static python detection in configure machineryRomain Geissler3-2/+9
2020-11-06Split macro_buffer in two classes, fix Clang buildPedro Alves2-146/+138
2020-11-05Remove objfile parameter from abbrev_table::readTom Tromey4-13/+26
2020-11-04Handle __XVL fields in Ada type printingTom Tromey5-19/+20
2020-11-04Print Ada type name in more casesTom Tromey6-1/+137
2020-11-04Recognize names of array typesTom Tromey6-5/+42
2020-11-04Use bit stride when taking slice of arrayTom Tromey7-3/+153
2020-11-04Only use stride for final element typeTom Tromey6-4/+38