]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
gdb: include jit_code_entry::symfile_addr value in names of objfiles created by jit...
[thirdparty/binutils-gdb.git] / gdb /
2022-02-04  Simon Marchigdb: include jit_code_entry::symfile_addr value in...
2022-02-04  Tom TromeyImprove Ada unchecked union type printing
2022-02-04  Tom TromeyRemove host_hex_value
2022-02-03  Tankut Baris Aktemurtestsuite: fix failure in gdb.threads/killed-outside.exp
2022-02-02  Andrew Burgessgdb: fix formatting for help set/show extended-prompt
2022-02-02  Andrew Burgessgdb: test to check one aspect of the linespec parsing...
2022-02-02  Andrew Burgessgdb: handle calls to edit command passing only a linesp...
2022-02-02  Andrew Burgessgdb: handle calls to list command passing only a linesp...
2022-02-02  Andrew Burgessgdb/testsuite: move linespec test into gdb.linespec...
2022-02-02  Andrew Burgessgdb: add empty string check in parse_linespec
2022-02-02  Andrew Burgessgdb: update the comment on string_to_event_location
2022-02-01  Tom TromeyFix flex rule in gdb
2022-02-01  Markus Metzgergdb, btrace: improve error messages
2022-02-01  Jan Vranygdb/python: fix gdb.Objfile.__repr__ () for dynamically...
2022-02-01  Samuel Thibaulthurd: Fix RPC prototypes
2022-02-01  Samuel Thibaulthurd: Fix RPC link names
2022-01-31  Simon Marchigdb: fix some clang-tidy readability-misleading-indenta...
2022-01-31  Nils-Christian Kempkegdb, testsuite, fortran: adapt info symbol expected...
2022-01-31  Tom TromeyRemove unused variables in fbsd-tdep.c files
2022-01-28  John Baldwingdb: fix ppc-sysv-tdep.c build on 32-bit platforms
2022-01-28  John BaldwinFreeBSD x86 nat: Use register maps for GP register...
2022-01-28  John Baldwinfbsd-nat: Return a bool from fetch_register_set and...
2022-01-28  John BaldwinFreeBSD x86: Use tramp-frame for signal frames.
2022-01-28  John BaldwinUse register maps for gp regsets on FreeBSD/x86 core...
2022-01-28  John Baldwinregcache: Zero-extend small registers described by...
2022-01-28  John BaldwinFreeBSD x86: Remove fallback for detecting signal tramp...
2022-01-28  John BaldwinRemove support for pre-5.0 FreeBSD/i386 signal trampolines.
2022-01-28  John BaldwinRemove vestigal FreeBSD/i386 3.x support.
2022-01-28  Bruno LarsenAdd Bruno Larsen to gdb/MAINTAINERS
2022-01-28  Enze Ligdb/build: Fix Wpessimizing-move in clang build
2022-01-27  Simon Marchigdb: work around negative DW_AT_data_member_location...
2022-01-27  Kevin BuettnerFix GDB internal error by using text (instead of data...
2022-01-27  Markus Metzgergdb, remote, btrace: move switch_to_thread call right...
2022-01-27  Markus Metzgergdb, gdbserver: update thread identifier in enable_btra...
2022-01-27  Markus Metzgergdb, btrace: switch threads in remote_btrace_maybe_reopen()
2022-01-27  Markus Metzgergdb, btrace: rename record_btrace_enable_warn()
2022-01-26  Andrew Burgessgdb/python: handle non utf-8 characters when source...
2022-01-26  Tom TromeyRemove global wrap_here function
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyAdd ui_file::wrap_here
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-26  Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26  Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26  Tom TromeyRemove unused declaration
2022-01-26  Simon Marchigdb: convert maintenance target-async and target-non...
2022-01-26  Keith SeitzReference array of structs instead of first member...
2022-01-26  Simon Marchigdb: add string_file::release method
2022-01-26  Tom TromeyAdd a way to temporarily set a gdb parameter from Python
2022-01-26  Tom TromeyFix another crash with gdb parameters in Python
2022-01-26  Tom TromeyChange how Python architecture and language are handled
2022-01-26  Lancelot SIXgdb/testsuite: Ensure constant test name in gdb.base...
2022-01-25  Tom TromeyAlways print the "host libthread-db" message to stdout
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-25  Tom TromeySent timing stats to gdb_stdlog
2022-01-25  Tom TromeySend some error output to gdb_stderr
2022-01-24  Andrew Burgessgdb/doc: improve description for Window.click on Python...
2022-01-23  Tom TromeySimplify some Rust expression-evaluation code
2022-01-21  Simon Marchigdb: include gdbsupport/buildargv.h in ser-mingw.c
2022-01-21  Andrew Burgessgdb/doc: fill in two missing @r
2022-01-20  Tom TromeyAvoid bad breakpoints with --gc-sections
2022-01-19  Maciej W. RozyckiAdd `set print array-indexes' tests for C/C++ arrays
2022-01-19  Maciej W. RozyckiRespect `set print array-indexes' with Fortran arrays
2022-01-19  Maciej W. RozyckiAdd `set print repeats' tests for C/C++ arrays
2022-01-19  Maciej W. RozyckiRespect `set print repeats' with Fortran arrays
2022-01-19  John Baldwinfbsd-nat: Add include for gdb_argv.
2022-01-18  Tom TromeyFix the remote-sim.c build
2022-01-18  Tom TromeySimplify Ada catchpoints
2022-01-18  Tom TromeyMove "catch exec" to a new file
2022-01-18  Tom TromeyMove "catch fork" to a new file
2022-01-18  Tom TromeyUnify "catch fork" and "catch vfork"
2022-01-18  Tom TromeyMove gdb_regex to gdbsupport
2022-01-18  Tom TromeyIntroduce gdb-hashtab module in gdbsupport
2022-01-18  Tom TromeyMove gdb obstack code to gdbsupport
2022-01-18  Tom TromeyMove gdb_argv to gdbsupport
2022-01-18  Tom TromeySimplify event_location_probe
2022-01-18  Tom TromeyUse std::string in event_location
2022-01-18  Tom TromeySplit event_location into subclasses
2022-01-18  Tom TromeyRemove EL_* macros from location.c
2022-01-18  Tom TromeyBoolify explicit_to_string_internal
2022-01-18  Tom TromeyRemove a use of xfree in location.c
2022-01-18  Simon Marchigdb: use ptid_t::to_string instead of target_pid_to_str...
2022-01-18  Andrew Burgessgdb: preserve `|` in connection details string
2022-01-18  Tiezhu Yanggdb: testsuite: print explicit test result for gdb...
2022-01-17  Simon Marchigdb/infrun: rename variable and move to more specific...
2022-01-16  Joel Brobeckergdb/copyright.py: Do not update gdbsupport/Makefile.in
2022-01-14  Simon Marchigdb.dlang/demangle.exp: update expected output for...
2022-01-14  Nils-Christian Kempkegdb/testsuite: enable __INTEL_LLVM_COMPILER preprocesso...
2022-01-13  Andrew Burgessgdb: don't use -Wmissing-prototypes with g++
2022-01-13  Andrew Burgessgdb: add some extra debug information to attach_command
2022-01-13  Tiezhu Yanggdb: testsuite: make string[] type as char in gdb.base...
2022-01-12  Carl Lovegdb Power 9 add test for HW watchpoint support.
2022-01-12  Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-12  Tankut Baris Aktemurgdb/testsuite: fix gdb.python/py-events.exp for finding...
2022-01-12  Tom TromeyDon't mention "serial" in target remote description
2022-01-12  Andrew Burgessgdb: add 'maint set/show gnu-source-highlight enabled...
2022-01-12  Andrew Burgessgdb: erase items from the source_cache::m_offset_cache
2022-01-12  Andrew Burgessgdb: new 'maint flush source-cache' command
2022-01-12  Andrew Burgessgdb: rename lin-lwp to linux-nat in set/show debug
2022-01-12  Tiezhu Yanggdb: testsuite: fix wrong comment in gdb.base/charset.c
2022-01-12  Tiezhu Yanggdb: testsuite: fix failed testcases in gdb.base/charse...
next