aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2020-12-04gdb/testsuite: make declare_labels use better default label namesSimon Marchi2-5/+10
2020-12-04Fix building gdb release from tar file without makeinfoBernd Edlinger2-4/+8
2020-12-04Update gdb/ChangeLog to reflect the PR for a bug fixShahab Vahedi1-0/+1
2020-12-04Constify value_internal_function_nameTom Tromey3-2/+7
2020-12-04Fix shifting of negative valueLuis Machado4-29/+32
2020-12-04[gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported for i386Tom de Vries2-1/+31
2020-12-04[gdb/tdep] Handle static field in i386_16_byte_align_pTom de Vries2-0/+7
2020-12-04[gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.expTom de Vries2-11/+20
2020-12-04[gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.expTom de Vries2-2/+5
2020-12-04[gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c for -m32Tom de Vries2-0/+13
2020-12-04[gdb/testsuite] Handle SIGILL in gdb.reverse/insn-reverse.expTom de Vries3-6/+61
2020-12-03gdb: fix logic of find_comp_unit and set_comp_unitSimon Marchi2-4/+12
2020-12-02gdb/riscv: rewrite target description validation, add rv32e supportAndrew Burgess8-319/+533
2020-12-02gdb/riscv: remove csr aliases created with DECLARE_CSR_ALIASAndrew Burgess4-14/+9
2020-12-02gdb/riscv: place unknown csrs into the correct register groupsAndrew Burgess4-16/+69
2020-12-01Search for DWZ files in debug-file-directories as wellSergio Durigan Junior2-7/+107
2020-12-01Use new+delete for struct expressionTom Tromey3-29/+56
2020-12-01gdb/testsuite: fix indentation in gdb.threads/non-ldr-exc-1.expSimon Marchi2-2/+6
2020-12-01gdb/testsuite: use foreach_with_prefix in gdb.threads/non-ldr-exc-*.expSimon Marchi5-127/+134
2020-12-01PowerPC remove 512 bytes region limit if 2nd DAWR is avaliable.Rogerio Alves2-8/+23
2020-12-01Add missing ChangeLog entry.Rogerio Alves1-0/+3
2020-12-01gdb/testsuite: fix comment in gdb.threads/non-ldr-exit.expSimon Marchi2-1/+5
2020-12-01gdbsupport/tdesc: print enum fields using 'evalue' syntaxAndrew Burgess2-0/+17
2020-11-30Revert accidental empty commitsTom de Vries2-11/+0
2020-11-30[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with clangTom de Vries4-8/+21
2020-11-30[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries1-0/+6
2020-11-30[gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries1-0/+5
2020-11-30Remove per-language op_name functionsTom Tromey12-92/+27
2020-11-30Remove some dead code from evaluate_subexp_standardTom Tromey2-57/+12
2020-11-29Fix Value.format_string docu for static members argumentHannes Domani2-1/+6
2020-11-29Don't delete the locator win infoHannes Domani2-1/+9
2020-11-28GDB: Fix detection of ELF support when configuring with -Werror=implicit-func...Alex Richardson3-0/+8
2020-11-27gdb: fix potentially uninitialised variableAndrew Burgess2-7/+23
2020-11-27Add Rogerio Alves to gdb/MAINTAINERS.Rogerio Alves1-0/+1
2020-11-26gdb/aarch64: Add named flags for FPCR and FPSR registersPrzemyslaw Wirkus3-4/+108
2020-11-25Remove two unnecessary variables from evaluate_subexp_standardTom Tromey2-9/+8
2020-11-25Do not include parser-defs.h from c-lang.hTom Tromey4-1/+8
2020-11-24gdb: remove struct cached_reg typedefSimon Marchi2-2/+6
2020-11-24gdb/testsuite: do not hard-code location indices in condbreak-multi-context.expTankut Baris Aktemur2-67/+128
2020-11-24gdb/README: Fix the URL of the MPFR website (now https).Joel Brobecker2-1/+5
2020-11-24gdb/README: Document the --with-libgmp-prefix configure optionJoel Brobecker2-0/+9
2020-11-24gdb/NEWS: Document that GDB now supports DWARF-based fixed point typesJoel Brobecker2-0/+14
2020-11-24gdb/NEWS: Document that building GDB now requires GMPJoel Brobecker2-0/+7
2020-11-23Add TYPE_CODE_FIXED_POINT handling in print_type_scalarJoel Brobecker4-10/+33
2020-11-23valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambdaJoel Brobecker2-15/+25
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker8-15/+26
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker6-13/+25
2020-11-23gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macroJoel Brobecker4-16/+48
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker8-43/+68
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker6-17/+27