aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2020-11-16Fix frame cycle detectionPedro Alves1-0/+7
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker1-0/+6
2020-11-15Add support for fixed-point type arithmeticJoel Brobecker1-0/+9
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker1-0/+12
2020-11-15fix printing of DWARF fixed-point type objects with format modifierJoel Brobecker1-0/+5
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker1-0/+33
2020-11-15Move uinteger_pow gdb/valarith.c to gdb/utils.c and make it publicJoel Brobecker1-0/+6
2020-11-15gmp-utils: New API to simply use of GMP's integer/rational/float objectsJoel Brobecker1-0/+9
2020-11-15gdb: Make GMP a required dependency for building GDBJoel Brobecker1-0/+6
2020-11-15gdb/configure: Add --with-libgmp-prefix optionJoel Brobecker1-0/+7
2020-11-14gdb: add tab completion of type field names for FortranAndrew Burgess1-0/+10
2020-11-14Use "bool" in fetch_inferior_eventTom Tromey1-0/+4
2020-11-14Add use of const in opencl-lang.cTom Tromey1-0/+4
2020-11-14gdb: fix comment in arm-tdep.cSimon Marchi1-0/+4
2020-11-13Use const more in c-lang.cTom Tromey1-0/+5
2020-11-13Exclude debuginfo files from "outside of ELF segments" warningKeith Seitz1-0/+6
2020-11-13Add file name to "Loadable section ... outside of ELF segments" warningKeith Seitz1-0/+6
2020-11-13gdb/arm: avoid undefined behavior shift when decoding immediate valueSimon Marchi1-0/+14
2020-11-13gdb: delete a couple of declarations from f-lang.hAndrew Burgess1-0/+7
2020-11-12gdb: rewrite how per language primitive types are managedAndrew Burgess1-0/+50
2020-11-12gdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_instantiate_symtabSimon Marchi1-0/+5
2020-11-12gdb/dwarf: fix typo in dwarf2/read.cSimon Marchi1-0/+5
2020-11-12gdb: convert "set debug dwarf-read" to new styleSimon Marchi1-0/+5
2020-11-12arc: Write correct "eret" value during register collectionShahab Vahedi1-0/+5
2020-11-12Fix Rust regression with -readnowTom Tromey1-0/+6
2020-11-12gdb: add an option flag to 'maint print c-tdesc'Andrew Burgess1-0/+19
2020-11-11gdb/riscv: add ability to decode dwarf CSR numbersAndrew Burgess1-0/+7
2020-11-10Make internalvar_name return a const char *Tom Tromey1-0/+5
2020-11-10Use "const" more in ax-gdb.cTom Tromey1-0/+6
2020-11-10Constify value_nsstringTom Tromey1-0/+5
2020-11-06gdb: fix debug expression dumping of function call expressionsAndrew Burgess1-0/+8
2020-11-06gdb: better static python detection in configure machineryRomain Geissler1-0/+7
2020-11-06Split macro_buffer in two classes, fix Clang buildPedro Alves1-0/+13
2020-11-05Remove objfile parameter from abbrev_table::readTom Tromey1-0/+10
2020-11-04Handle __XVL fields in Ada type printingTom Tromey1-0/+4
2020-11-04Print Ada type name in more casesTom Tromey1-0/+4
2020-11-04Recognize names of array typesTom Tromey1-0/+7
2020-11-04Use bit stride when taking slice of arrayTom Tromey1-0/+4
2020-11-04Only use stride for final element typeTom Tromey1-0/+5
2020-11-04Fix bit strides for -fgnat-encodings=minimalTom Tromey1-0/+4
2020-11-04Resolve dynamic type in ada_value_struct_eltTom Tromey1-0/+4
2020-11-04Reject slicing a packed arrayTom Tromey1-0/+5
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey1-0/+17
2020-11-04Fix decoding of multi-dimensional constrained packed arraysTom Tromey1-0/+5
2020-11-04Avoid crash in ada-lang.c:to_fixed_array_typeTom Tromey1-0/+5
2020-11-04Rewrite leb.h:read_3_bytesTom Tromey1-0/+4
2020-11-02Add x86_64 ravenscar supportTom Tromey1-0/+10
2020-11-02gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess1-0/+5
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess1-0/+5
2020-11-02Minor Python simplificationsTom Tromey1-0/+6