aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-24Fix stack smashing error during gdb_mpq_write_fixed_point selftestJoel Brobecker2-1/+6
2020-11-23gdb/testsuite: show evaluation errors in gdb_assertSimon Marchi2-1/+12
2020-11-23[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries4-6/+15
2020-11-23[gdb] Don't return non-existing path in debuginfod_source_queryTom de Vries2-2/+9
2020-11-22gdb/testsuite: add template for test casesSimon Marchi3-0/+61
2020-11-22[gdb/testsuite] Add testcase for DW_AT_count referencing a variableGary Benson2-1/+58
2020-11-21[gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.expTom de Vries2-1/+43
2020-11-21Change watchpoint_exp_is_const to return boolTom Tromey2-4/+8
2020-11-20gdb: fix unittests/gmp-utils-selftests.c build on solarisSimon Marchi2-6/+12
2020-11-20gdb: fix dwarf2/read.c build on solarisSimon Marchi2-2/+7
2020-11-20libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2-2/+7
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2-19/+24
2020-11-20language_lookup_primitive_type, std::function -> gdb::function_viewPedro Alves4-20/+55
2020-11-19gdb/s390: Correct recording of "store on condition" insnsAndreas Arnez2-3/+20
2020-11-19gdb: fix format string warnings in f-lang.cSimon Marchi2-29/+40
2020-11-19gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi8-13/+23
2020-11-19gdb/fortran: Add support for Fortran array slices at the GDB promptAndrew Burgess18-255/+1998
2020-11-19gdb: update command completion for watch, awatch, and rwatchAndrew Burgess4-31/+123
2020-11-19gdb: convert some function arguments from int to boolAndrew Burgess7-21/+39
2020-11-19gdb: make use of skip_to_space and skip_spacesAndrew Burgess2-4/+7
2020-11-18Squash coverity warning for REVERSE_INULL in dump_note_entry_pKeith Seitz2-1/+6
2020-11-18[gdb] Improve early exits for env var in debuginfod-support.cTom de Vries2-2/+10
2020-11-18gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGSSimon Marchi7-12/+33
2020-11-18gdb/testsuite: use unresolved in mi_run_cmd_fullSimon Marchi2-3/+8
2020-11-18Fix Windows-target testing in mi_gdb_file_cmdJoseph Myers2-0/+10
2020-11-18[gdb/build] Fix -Werror=bool-compare warning in update_static_array_sizeTom de Vries2-1/+6
2020-11-18gdb/ChangeLog: fix typo in an entry from 2020-11-15 (gmp-utils.c)Joel Brobecker1-1/+1
2020-11-17gdb: make get_array_bounds return boolSimon Marchi5-14/+22
2020-11-17Fix gdb.trace testcase build failures with ClangGary Benson2-1/+6
2020-11-17gdb/arc: fix print_one_insn selftestAndrew Burgess4-5/+15
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