]> Git Repo - binutils.git/history - gdb
x86-64: Convert load to mov only for GOTPCRELX relocations
[binutils.git] / gdb /
2020-12-04 Simon Marchigdb: use two displaced step buffers on amd64/Linux
2020-12-04 Simon Marchigdb: make displaced stepping implementation capable...
2020-12-04 Simon Marchigdb: change linux gdbarch data from post to pre-init
2020-12-04 Simon Marchigdb: move displaced stepping logic to gdbarch, allow...
2020-12-04 Simon Marchigdb: move displaced stepping types to displaced-steppin...
2020-12-04 Simon Marchigdb: pass inferior to get_linux_inferior_data
2020-12-04 Simon Marchigdb: introduce status enum for displaced step prepare...
2020-12-04 Simon Marchigdb: rename displaced_step_fixup to displaced_step_finish
2020-12-04 Simon Marchigdb: rename displaced_step_closure to displaced_step_co...
2020-12-04 Simon Marchigdb: rename things related to step over chains
2020-12-04 Simon Marchigdb: get rid of get_displaced_stepping_state
2020-12-04 Simon Marchigdb: restore displaced step buffer bytes when another...
2020-12-04 Simon Marchigdb: clear inferior displaced stepping state and in...
2020-12-04 Simon Marchigdb: add inferior_execd observable
2020-12-04 Tom de Vries[gdb] Fix heap-buffer-overflow in completion_tracker...
2020-12-04 Tom TromeyRemove redundant typedefs
2020-12-04 Simon Marchigdb/testsuite: make declare_labels use better default...
2020-12-04 Bernd EdlingerFix building gdb release from tar file without makeinfo
2020-12-04 Shahab VahediUpdate gdb/ChangeLog to reflect the PR for a bug fix
2020-12-04 Tom TromeyConstify value_internal_function_name
2020-12-04 Luis MachadoFix shifting of negative value
2020-12-04 Tom de Vries[gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsuppo...
2020-12-04 Tom de Vries[gdb/tdep] Handle static field in i386_16_byte_align_p
2020-12-04 Tom de Vries[gdb/testsuite] Fix control-flow in gdb.reverse/insn...
2020-12-04 Tom de Vries[gdb/testsuite] Fix count usage in gdb.reverse/insn...
2020-12-04 Tom de Vries[gdb/testsuite] Fix gdb.reverse/insn-reverse-x86.c...
2020-12-04 Tom de Vries[gdb/testsuite] Handle SIGILL in gdb.reverse/insn-rever...
2020-12-03 Simon Marchigdb: fix logic of find_comp_unit and set_comp_unit
2020-12-02 Andrew Burgessgdb/riscv: rewrite target description validation, add...
2020-12-02 Andrew Burgessgdb/riscv: remove csr aliases created with DECLARE_CSR_...
2020-12-02 Andrew Burgessgdb/riscv: place unknown csrs into the correct register...
2020-12-02 Sergio Durigan JuniorSearch for DWZ files in debug-file-directories as well
2020-12-02 Tom TromeyUse new+delete for struct expression
2020-12-01 Simon Marchigdb/testsuite: fix indentation in gdb.threads/non-ldr...
2020-12-01 Simon Marchigdb/testsuite: use foreach_with_prefix in gdb.threads...
2020-12-01 Rogerio AlvesPowerPC remove 512 bytes region limit if 2nd DAWR is...
2020-12-01 Rogerio AlvesAdd missing ChangeLog entry.
2020-12-01 Simon Marchigdb/testsuite: fix comment in gdb.threads/non-ldr-exit.exp
2020-12-01 Andrew Burgessgdbsupport/tdesc: print enum fields using 'evalue'...
2020-11-30 Tom de VriesRevert accidental empty commits
2020-11-30 Tom de Vries[gdb/symtab] Fix gdb.base/vla-optimized-out.exp with...
2020-11-30 Tom de Vries[gdb/testsuite] Fix minimal encodings KPASSes
2020-11-30 Tom de Vries[gdb] Don't return non-existing path in debuginfod_sour...
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
next
This page took 0.078111 seconds and 7 git commands to generate.