aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-04Fix bit strides for -fgnat-encodings=minimalTom Tromey4-41/+102
2020-11-04Resolve dynamic type in ada_value_struct_eltTom Tromey7-13/+64
2020-11-04Reject slicing a packed arrayTom Tromey4-1/+22
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey21-328/+778
2020-11-04Fix decoding of multi-dimensional constrained packed arraysTom Tromey7-2/+176
2020-11-04Avoid crash in ada-lang.c:to_fixed_array_typeTom Tromey2-1/+10
2020-11-04Rewrite leb.h:read_3_bytesTom Tromey2-8/+5
2020-11-03[gdb/testsuite] Fix .debug_abbrev terminatorsTom de Vries2-6/+11
2020-11-02gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.expSimon Marchi2-2/+7
2020-11-02Add x86_64 ravenscar supportTom Tromey6-1/+195
2020-11-02gdb: new function to wrap up executing command line scripts/commandsAndrew Burgess2-32/+27
2020-11-02gdb: use get_standard_config_dir when looking for .gdbinitAndrew Burgess6-93/+174
2020-11-02Minor Python simplificationsTom Tromey2-39/+30
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi398-14229/+14619
2020-11-02Fix gdb.base/print-file-var.exp with ClangGary Benson2-8/+16
2020-11-02Detect and report incompatible gdb_compile optionsGary Benson2-3/+20
2020-11-02Fix testcases using __attribute__((noclone)) with ClangGary Benson5-36/+89
2020-11-02[gdb/testsuite] Remove .debug_line.dwo from gdb.dwarf2/fission-multi-cu.STom de Vries2-14/+4
2020-11-02gdb/riscv: read frame base register as unsigned in the unwinderAndrew Burgess2-1/+7
2020-11-01Change end_psymtab_common to a methodTom Tromey7-24/+33
2020-11-01Remove partial symbol statisticsTom Tromey4-17/+28
2020-11-01Remove parameter from end_psymtab_commonTom Tromey7-10/+20
2020-11-01Remove init_psymbol_listTom Tromey6-24/+8
2020-11-01avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adbJoel Brobecker2-2/+7
2020-11-01ada-lang.c: Rename gnat_encoded_fixed_type_infoJoel Brobecker2-5/+10
2020-11-01ada-lang.c: fix line too long in cast_from_gnat_encoded_fixed_point_typeJoel Brobecker2-1/+7
2020-11-01ada-lang.c: Renaming some fixed-point-related routinesJoel Brobecker5-14/+28
2020-10-31gdb: restore some checks of debug flagsAndrew Burgess3-3/+25
2020-10-31gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functionsSimon Marchi4-60/+20
2020-10-31gdb: replace AC_TRY_LINK in sanitize.m4Simon Marchi3-1/+12
2020-10-31gdbsupport: replace AC_TRY_COMPILE in common.m4Simon Marchi2-4/+11
2020-10-31gdbsupport: replace AC_TRY_COMPILE in warning.m4Simon Marchi2-3/+8
2020-10-31gdbsupport: replace AC_TRY_COMPILE in ptrace.m4Simon Marchi2-1/+10
2020-10-31gdbsupport: re-indent ptrace.m4Simon Marchi2-27/+32
2020-10-31gdb: modernize acinclude.m4Simon Marchi3-22/+47
2020-10-31gdb/testsuite: modernize configure.acSimon Marchi3-1/+8
2020-10-31gdb: modernize configure.acSimon Marchi3-173/+316
2020-10-31gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDCSimon Marchi4-191/+6
2020-10-31gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A...Simon Marchi3-1/+25
2020-10-30gdb: introduce displaced_debug_printfSimon Marchi12-460/+311