[gdb/testsuite] Fix gdb.base/info-macros.exp with check-read1
[deliverable/binutils-gdb.git] / gdb /
2021-06-08  Tom de Vries[gdb/testsuite] Fix gdb.base/info-macros.exp with check...
2021-06-08  Tom de Vries[gdb/testsuite] Simplify gdb.base/info-types.exp.tcl...
2021-06-08  Tom de Vries[gdb/testsuite] Fix gdb.base/batch-preserve-term-settin...
2021-06-08  Tom de Vries[gdb/testsuite] Fix gdb.threads/multi-create-ns-info...
2021-06-08  Tom de Vries[gdb/testsuite] Simplify gdb.base/sect-cmd.exp
2021-06-08  Tom de Vries[gdb/testsuite] Fix gdb.base/sect-cmd.exp
2021-06-07  Pedro AlvesFix a couple -Wdeprecated-copy issues
2021-06-07  Pedro Alvesgdb_rl_find_completion_word: Remove 'found_quote' local
2021-06-07  Pedro Alvesnat/amd64-linux-siginfo.c: Remove typedefs
2021-06-07  Pedro Alvesnat/amd64-linux-siginfo.c: Move align attribute from...
2021-06-07  Simon Marchigdb/testsuite: gdb.base/continue-all-already-running...
2021-06-07  Andrew Burgessgdb: handle case where type alignment is unknown
2021-06-07  Carl LoveAdd Power 10 PLT instruction patterns
2021-06-07  Simon Marchigdb/testsuite: use proc_with_prefix in gdb.base/attach.exp
2021-06-07  Simon Marchigdb: set only inferior_ptid in sparc_{fetch,store}_infe...
2021-06-07  Tom de Vries[gdb/testsuite] Fix gdb.base/run-attach-while-running.exp
2021-06-07  Tom de Vries[gdb/testsuite] Simplify gdb.base/info-types.exp.tcl
2021-06-07  Tom de Vries[gdb/testsuite] Fix gdb.base/new-ui-pending-input.exp...
2021-06-07  Tom de Vries[gdb/testsuite] Fix info-types-c.exp
2021-06-06  Simon Marchigdb/testsuite: set sysroot in gdb.server/stop-reply...
2021-06-05  Bernd EdlingerFix gdb crash due to SIGPIPE when the compile command...
2021-06-05  Tom TromeyReally fix data-directory/Makefile rebuilding
2021-06-05  Tom TromeyFix gdb/data-directory Makefile-regeneration rule
2021-06-05  Tom TromeyUse ACX_NONCANONICAL_TARGET in gdb/configure
2021-06-05  Hannes DomaniFix symbol constants tests for Python 3
2021-06-05  Shahab Vahediarc: Add 'set disassembler-options' support
2021-06-04  Tom TromeyAdd PROP_VARIABLE_NAME
2021-06-04  Andrew Burgessgdb: add some additional debug output in remote.c
2021-06-04  Hannes DomaniForward mouse click to python TUI window
2021-06-04  Hannes DomaniInitial TUI mouse support
2021-06-03  Magne Hovgdb: fix eval.c assert during inferior exit event
2021-06-03  Pedro AlvesUpdate my email address in MAINTAINERS
2021-06-03  John BaldwinReport additional details for signals received on FreeBSD.
2021-06-03  Magne HovAdd ChangeLog entry for previous commit
2021-06-03  Magne HovAdd myself to gdb/MAINTAINERS
2021-06-03  Hannes DomaniRestore gdb.SYMBOL_LABEL_DOMAIN constant
2021-06-02  Bernd EdlingerFix temp-dir leakage in per-bfd-sharing.exp
2021-06-02  Carl LoveFix threadapply test
2021-06-02  Andrew Burgessgdb/testsuite: only add -J option when compiling with...
2021-06-02  Andrew Burgessgdb/testsuite: escape '*' character in pattern used...
2021-06-01  John BaldwinConditionally restore displaced stepping state after...
2021-06-01  Tom TromeyRemove some gdb/data-directory special cases
2021-06-01  Tom TromeyClean up gdb's --enable-shared
2021-06-01  Tom TromeyApply silent Makefile rules to gdb/testsuite
2021-06-01  Tom TromeyAlways build 'all' in gdb/testsuite
2021-06-01  Tom TromeyRemove gdb/testsuite/configure
2021-06-01  Tom de Vries[gdb/symtab] Ignore cold clones
2021-06-01  Andrew Burgessgdb: run 'maint selftest' with an executable loaded
2021-06-01  Andrew Burgessgdb/arm: add support for bare-metal core dumps
2021-06-01  Andrew Burgessgdb: avoid premature dummy frame garbage collection
2021-05-31  Simon Marchigdb: pass signature to allocate_signatured_type and...
2021-05-31  Simon Marchigdb: add and use signatured_type_up
2021-05-31  Simon Marchigdb: move dwarf2_per_cu_data and signatured_type up
2021-05-31  Tom TromeySet is_debug_types in allocate_signatured_type
2021-05-31  Tom TromeyRemove dwarf2_per_bfd::m_num_psymtabs
2021-05-29  Hannes DomaniFix InlinedFrameDecorator example
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-27  Simon Marchigdb: remove iterate_over_bp_locations function
2021-05-27  Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27  Simon Marchigdb: add all_bp_locations_at_addr function
2021-05-27  Simon Marchigdb: add all_bp_locations function
2021-05-27  Simon Marchigdb: make bp_locations an std::vector
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-05-27  Simon Marchigdb: add all_tracepoints function
2021-05-27  Simon Marchigdb: add all_breakpoints_safe function
2021-05-27  Simon Marchigdb: add all_breakpoints function
2021-05-27  Hannes DomaniAdd optional full_window argument to TuiWindow.write
2021-05-27  Simon Marchigdb: add option to reverse order of _initialize functio...
2021-05-27  Simon Marchigdb: add make-init-c script
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-27  Simon Marchigdb/python: use return values of add_setshow functions...
2021-05-27  Simon Marchigdb: remove unnecessary lookup_cmd when deprecating...
2021-05-27  Simon Marchigdb: make add_setshow commands return set_show_commands
2021-05-27  Hannes DomaniDocument gdb.SYMBOL_LOC_LABEL
2021-05-27  Tom de Vries[gdb/symtab] Fix segfault in process_psymtab_comp_unit
2021-05-27  Tom de Vries[gdb/testsuite] Prevent proc override in gdb-index.exp
2021-05-27  Tom de Vries[gdb/symtab] Fix typo in dwarf error message
2021-05-27  Tom de Vries[gdb/symtab] Fix Dwarf Error: cannot find DIE
2021-05-27  Simon MarchiRevert "gdb: change dwarf_die_debug to bool"
2021-05-27  Simon Marchigdb: change dwarf_die_debug to bool
2021-05-26  Simon Marchigdb: don't zero-initialize reg_buffer contents
2021-05-26  Tom TromeyIntroduce htab_delete_entry
2021-05-25  Hannes DomaniFix documentation of gdb.SYMBOL_LOC_COMMON_BLOCK
2021-05-24  Hannes DomaniPrevent flickering when redrawing the TUI python window
2021-05-24  Andrew Burgessgdb/doc: add '@:' after 'e.g.' to help texinfo
2021-05-23  Tom de Vries[gdb/tdep] Use pid to choose process 64/32-bitness
2021-05-22  Philippe WaroquiersFix option type comments for CMDARG_EARLYINIT_FILE...
2021-05-21  Tom de Vries[gdb/testsuite] Add target board cc-with-gnu-debuglink.exp
2021-05-21  Tankut Baris Aktemurtestsuite/gdb.dwarf2: avoid dead code in dw2-inline...
2021-05-21  Tom de Vries[gdb/breakpoint] Fix assert in jit_event_handler
2021-05-20  Simon Marchigdb: remove linespec_p typedef
2021-05-20  Alexandra Hájkovácli-script: use unique_ptr to not leak next struct
2021-05-20  Alexandra HájkováAdd myself to gdb/MAINTAINERS
2021-05-20  Alexandra HájkováClean up my ChangeLog entry
2021-05-20  Will Schmidt[PATCH]rs6000,testsuite Add a powerpc64-prologue testcase.
2021-05-19  John BaldwinMark tu_abbrev_offset::operator<() const.
2021-05-19  Marco Barisionegdb: Move definitions of std::string overloads in ui_ou...
next
This page took 0.049012 seconds and 7 git commands to generate.