Age | Commit message (Expand) | Author | Files | Lines |
2020-11-25 | Remove two unnecessary variables from evaluate_subexp_standard | Tom Tromey | 2 | -9/+8 |
2020-11-25 | Do not include parser-defs.h from c-lang.h | Tom Tromey | 4 | -1/+8 |
2020-11-24 | gdb: remove struct cached_reg typedef | Simon Marchi | 2 | -2/+6 |
2020-11-24 | gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp | Tankut Baris Aktemur | 2 | -67/+128 |
2020-11-24 | gdb/README: Fix the URL of the MPFR website (now https). | Joel Brobecker | 2 | -1/+5 |
2020-11-24 | gdb/README: Document the --with-libgmp-prefix configure option | Joel Brobecker | 2 | -0/+9 |
2020-11-24 | gdb/NEWS: Document that GDB now supports DWARF-based fixed point types | Joel Brobecker | 2 | -0/+14 |
2020-11-24 | gdb/NEWS: Document that building GDB now requires GMP | Joel Brobecker | 2 | -0/+7 |
2020-11-23 | Add TYPE_CODE_FIXED_POINT handling in print_type_scalar | Joel Brobecker | 4 | -10/+33 |
2020-11-23 | valarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro by lambda | Joel Brobecker | 2 | -15/+25 |
2020-11-23 | Make function fixed_point_scaling_factor a method of struct type | Joel Brobecker | 8 | -15/+26 |
2020-11-23 | Make fixed_point_type_base_type a method of struct type | Joel Brobecker | 6 | -13/+25 |
2020-11-23 | gdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro | Joel Brobecker | 4 | -16/+48 |
2020-11-23 | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 8 | -43/+68 |
2020-11-23 | change and rename gmp_string_asprintf to return an std::string | Joel Brobecker | 6 | -17/+27 |
2020-11-24 | Fix stack smashing error during gdb_mpq_write_fixed_point selftest | Joel Brobecker | 2 | -1/+6 |
2020-11-23 | gdb/testsuite: show evaluation errors in gdb_assert | Simon Marchi | 2 | -1/+12 |
2020-11-23 | [gdb/testsuite] Fix minimal encodings KPASSes | Tom de Vries | 4 | -6/+15 |
2020-11-23 | [gdb] Don't return non-existing path in debuginfod_source_query | Tom de Vries | 2 | -2/+9 |
2020-11-22 | gdb/testsuite: add template for test cases | Simon Marchi | 3 | -0/+61 |
2020-11-22 | [gdb/testsuite] Add testcase for DW_AT_count referencing a variable | Gary Benson | 2 | -1/+58 |
2020-11-21 | [gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp | Tom de Vries | 2 | -1/+43 |
2020-11-21 | Change watchpoint_exp_is_const to return bool | Tom Tromey | 2 | -4/+8 |
2020-11-20 | gdb: fix unittests/gmp-utils-selftests.c build on solaris | Simon Marchi | 2 | -6/+12 |
2020-11-20 | gdb: fix dwarf2/read.c build on solaris | Simon Marchi | 2 | -2/+7 |
2020-11-20 | libctf, include, binutils, gdb: rename CTF-opening functions | Nick Alcock | 2 | -2/+7 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 2 | -19/+24 |
2020-11-20 | language_lookup_primitive_type, std::function -> gdb::function_view | Pedro Alves | 4 | -20/+55 |
2020-11-19 | gdb/s390: Correct recording of "store on condition" insns | Andreas Arnez | 2 | -3/+20 |
2020-11-19 | gdb: fix format string warnings in f-lang.c | Simon Marchi | 2 | -29/+40 |
2020-11-19 | gdb: remove `other` parameter in read_core_file_mappings parameter | Simon Marchi | 8 | -13/+23 |
2020-11-19 | gdb/fortran: Add support for Fortran array slices at the GDB prompt | Andrew Burgess | 18 | -255/+1998 |
2020-11-19 | gdb: update command completion for watch, awatch, and rwatch | Andrew Burgess | 4 | -31/+123 |
2020-11-19 | gdb: convert some function arguments from int to bool | Andrew Burgess | 7 | -21/+39 |
2020-11-19 | gdb: make use of skip_to_space and skip_spaces | Andrew Burgess | 2 | -4/+7 |
2020-11-18 | Squash coverity warning for REVERSE_INULL in dump_note_entry_p | Keith Seitz | 2 | -1/+6 |
2020-11-18 | [gdb] Improve early exits for env var in debuginfod-support.c | Tom de Vries | 2 | -2/+10 |
2020-11-18 | gdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non-stop using GDBFLAGS | Simon Marchi | 7 | -12/+33 |
2020-11-18 | gdb/testsuite: use unresolved in mi_run_cmd_full | Simon Marchi | 2 | -3/+8 |
2020-11-18 | Fix Windows-target testing in mi_gdb_file_cmd | Joseph Myers | 2 | -0/+10 |
2020-11-18 | [gdb/build] Fix -Werror=bool-compare warning in update_static_array_size | Tom de Vries | 2 | -1/+6 |
2020-11-18 | gdb/ChangeLog: fix typo in an entry from 2020-11-15 (gmp-utils.c) | Joel Brobecker | 1 | -1/+1 |
2020-11-17 | gdb: make get_array_bounds return bool | Simon Marchi | 5 | -14/+22 |
2020-11-17 | Fix gdb.trace testcase build failures with Clang | Gary Benson | 2 | -1/+6 |
2020-11-17 | gdb/arc: fix print_one_insn selftest | Andrew Burgess | 4 | -5/+15 |
2020-11-17 | gdb/testsuite: prevent timeout in gdb.gdb/unittest.exp | Andrew Burgess | 2 | -0/+11 |
2020-11-17 | gdb: improve command completion for 'print', 'x', and 'display' | Andrew Burgess | 4 | -2/+121 |
2020-11-16 | Update gdb.dwarf2/data-loc.exp | Tom Tromey | 2 | -43/+11 |
2020-11-16 | Fix frame cycle detection | Pedro Alves | 3 | -11/+26 |
2020-11-15 | Add support for fixed-point type comparison operators | Joel Brobecker | 6 | -2/+137 |