Remove per-language op_name functions
[binutils-gdb.git] / gdb /
2020-11-30 Tom TromeyRemove per-language op_name functions
2020-11-30 Tom TromeyRemove some dead code from evaluate_subexp_standard
2020-11-29 Hannes DomaniFix Value.format_string docu for static members argument
2020-11-29 Hannes DomaniDon't delete the locator win info
2020-11-28 Alex RichardsonGDB: Fix detection of ELF support when configuring...
2020-11-27 Andrew Burgessgdb: fix potentially uninitialised variable
2020-11-27 Rogerio AlvesAdd Rogerio Alves to gdb/MAINTAINERS.
2020-11-26 Przemyslaw Wirkusgdb/aarch64: Add named flags for FPCR and FPSR registers
2020-11-25 Tom TromeyRemove two unnecessary variables from evaluate_subexp_s...
2020-11-25 Tom TromeyDo not include parser-defs.h from c-lang.h
2020-11-24 Simon Marchigdb: remove struct cached_reg typedef
2020-11-24 Tankut Baris Aktemurgdb/testsuite: do not hard-code location indices in...
2020-11-24 Joel Brobeckergdb/README: Fix the URL of the MPFR website (now https).
2020-11-24 Joel Brobeckergdb/README: Document the --with-libgmp-prefix configure...
2020-11-24 Joel Brobeckergdb/NEWS: Document that GDB now supports DWARF-based...
2020-11-24 Joel Brobeckergdb/NEWS: Document that building GDB now requires GMP
2020-11-24 Joel BrobeckerAdd TYPE_CODE_FIXED_POINT handling in print_type_scalar
2020-11-24 Joel Brobeckervalarith.c: Replace INIT_VAL_WITH_FIXED_POINT_VAL macro...
2020-11-24 Joel BrobeckerMake function fixed_point_scaling_factor a method of...
2020-11-24 Joel BrobeckerMake fixed_point_type_base_type a method of struct...
2020-11-24 Joel Brobeckergdbtypes.h: Get rid of the TYPE_FIXED_POINT_INFO macro
2020-11-24 Joel Brobeckergmp-utils: Convert the read/write methods to using...
2020-11-24 Joel Brobeckerchange and rename gmp_string_asprintf to return an...
2020-11-24 Joel BrobeckerFix stack smashing error during gdb_mpq_write_fixed_poi...
2020-11-23 Simon Marchigdb/testsuite: show evaluation errors in gdb_assert
2020-11-23 Tom de Vries[gdb/testsuite] Fix minimal encodings KPASSes
2020-11-23 Tom de Vries[gdb] Don't return non-existing path in debuginfod_sour...
2020-11-23 Simon Marchigdb/testsuite: add template for test cases
2020-11-22 Gary Benson[gdb/testsuite] Add testcase for DW_AT_count referencin...
2020-11-21 Tom de Vries[gdb/testsuite] Add clang xfail in gdb.base/vla-ptr.exp
2020-11-21 Tom TromeyChange watchpoint_exp_is_const to return bool
2020-11-20 Simon Marchigdb: fix unittests/gmp-utils-selftests.c build on solaris
2020-11-20 Simon Marchigdb: fix dwarf2/read.c build on solaris
2020-11-20 Nick Alcocklibctf, include, binutils, gdb: rename CTF-opening...
2020-11-20 Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-11-20 Pedro Alveslanguage_lookup_primitive_type, std::function -> gdb...
2020-11-19 Andreas Arnezgdb/s390: Correct recording of "store on condition...
2020-11-19 Simon Marchigdb: fix format string warnings in f-lang.c
2020-11-19 Simon Marchigdb: remove `other` parameter in read_core_file_mapping...
2020-11-19 Andrew Burgessgdb/fortran: Add support for Fortran array slices at...
2020-11-19 Andrew Burgessgdb: update command completion for watch, awatch, and...
2020-11-19 Andrew Burgessgdb: convert some function arguments from int to bool
2020-11-19 Andrew Burgessgdb: make use of skip_to_space and skip_spaces
2020-11-18 Keith SeitzSquash coverity warning for REVERSE_INULL in dump_note_...
2020-11-18 Tom de Vries[gdb] Improve early exits for env var in debuginfod...
2020-11-18 Simon Marchigdb/testsuite: gdb.mi/mi-nonstop-exit.exp: enable non...
2020-11-18 Simon Marchigdb/testsuite: use unresolved in mi_run_cmd_full
2020-11-18 Joseph MyersFix Windows-target testing in mi_gdb_file_cmd
2020-11-18 Tom de Vries[gdb/build] Fix -Werror=bool-compare warning in update_...
2020-11-18 Joel Brobeckergdb/ChangeLog: fix typo in an entry from 2020-11-15...
2020-11-17 Simon Marchigdb: make get_array_bounds return bool
2020-11-17 Gary BensonFix gdb.trace testcase build failures with Clang
2020-11-17 Andrew Burgessgdb/arc: fix print_one_insn selftest
2020-11-17 Andrew Burgessgdb/testsuite: prevent timeout in gdb.gdb/unittest.exp
2020-11-17 Andrew Burgessgdb: improve command completion for 'print', 'x', and...
2020-11-16 Tom TromeyUpdate gdb.dwarf2/data-loc.exp
2020-11-16 Pedro AlvesFix frame cycle detection
2020-11-15 Joel BrobeckerAdd support for fixed-point type comparison operators
2020-11-15 Joel BrobeckerAdd support for fixed-point type arithmetic
2020-11-15 Joel BrobeckerAdd ptype support for DWARF-based fixed-point types
2020-11-15 Joel Brobeckerfix printing of DWARF fixed-point type objects with...
2020-11-15 Joel BrobeckerAdd support for printing value of DWARF-based fixed...
2020-11-15 Joel BrobeckerMove uinteger_pow gdb/valarith.c to gdb/utils.c and...
2020-11-15 Joel Brobeckergmp-utils: New API to simply use of GMP's integer/ratio...
2020-11-15 Joel Brobeckergdb: Make GMP a required dependency for building GDB
2020-11-15 Joel Brobeckergdb/configure: Add --with-libgmp-prefix option
2020-11-14 Andrew Burgessgdb: add tab completion of type field names for Fortran
2020-11-14 Tom TromeyUse "bool" in fetch_inferior_event
2020-11-14 Tom TromeyAdd use of const in opencl-lang.c
2020-11-14 Simon Marchigdb: fix comment in arm-tdep.c
2020-11-14 Tom TromeyUse const more in c-lang.c
2020-11-13 Keith SeitzExclude debuginfo files from "outside of ELF segments...
2020-11-13 Keith SeitzAdd file name to "Loadable section ... outside of ELF...
2020-11-13 Simon Marchigdb/arm: avoid undefined behavior shift when decoding...
2020-11-13 Joseph MyersFix Windows-target testing in gdb_file_cmd
2020-11-13 Andrew Burgessgdb: delete a couple of declarations from f-lang.h
2020-11-12 Andrew Burgessgdb: rewrite how per language primitive types are managed
2020-11-12 Simon Marchigdb/dwarf: fix call to dwarf2_queue_guard in dw2_do_ins...
2020-11-12 Simon Marchigdb/dwarf: fix typo in dwarf2/read.c
2020-11-12 Simon Marchigdb: convert "set debug dwarf-read" to new style
2020-11-12 Shahab Vahediarc: Write correct "eret" value during register collection
2020-11-12 Tom TromeyFix Rust regression with -readnow
2020-11-12 Gary BensonFix gdb.threads/tls-so_extern.exp with Clang
2020-11-12 Andrew Burgessgdb: add an option flag to 'maint print c-tdesc'
2020-11-11 Simon Marchigdb/testsuite: add "breakpoint always-inserted" axis...
2020-11-11 Andrew Burgessgdb/riscv: add ability to decode dwarf CSR numbers
2020-11-10 Tom TromeyMake internalvar_name return a const char *
2020-11-10 Tom TromeyUse "const" more in ax-gdb.c
2020-11-10 Tom TromeyConstify value_nsstring
2020-11-10 Tom TromeyFix bug in gdb.ada/bias.exp
2020-11-10 Gary BensonPrevent false passes in gdb.base/vla-optimized-out.exp
2020-11-10 Gary BensonPrevent inlining in gdb.base/vla-optimized-out.c
2020-11-10 Gary BensonFix gdb.cp/step-and-next-inline.exp with Clang
2020-11-06 Andrew Burgessgdb: fix debug expression dumping of function call...
2020-11-06 Simon Marchigdb/testsuite: make DWARF assembler's ranges' "base...
2020-11-06 Romain Geisslergdb: better static python detection in configure machinery
2020-11-06 Pedro AlvesSplit macro_buffer in two classes, fix Clang build
2020-11-06 Tom TromeyRemove objfile parameter from abbrev_table::read
2020-11-04 Tom TromeyHandle __XVL fields in Ada type printing
2020-11-04 Tom TromeyPrint Ada type name in more cases
next