]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb
gdb: remove SYMBOL_INLINED macro
[thirdparty/binutils-gdb.git] / gdb /
2022-02-06  Simon Marchigdb: remove SYMBOL_INLINED macro
2022-02-06  Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06  Simon Marchigdb: remove SYMBOL_OBJFILE_OWNED macro
2022-02-06  Simon Marchigdb: remove SYMBOL_DOMAIN macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06  Simon Marchigdb: remove SYMBOL_IMPL macro, add method
2022-02-06  Simon Marchigdb: remove SYMBOL_ACLASS_INDEX macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMBOL_MATCHES_SEARCH_NAME
2022-02-06  Simon Marchigdb: remove SYMTAB_DIRNAME macro
2022-02-06  Simon Marchigdb: remove SYMTAB_PSPACE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06  Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06  Simon Marchigdb: remove SYMTAB_LANGUAGE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06  Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_MACRO_TABLE macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_EPILOGUE_UNWIND_VALID macro, add...
2022-02-06  Simon Marchigdb: remove COMPUNIT_LOCATIONS_VALID macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCK_LINE_SECTION macro, add...
2022-02-06  Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_DIRNAME macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-02-06  Simon Marchigdb: remove COMPUNIT_DEBUGFORMAT macro, add getter...
2022-02-06  Simon Marchigdb: remove COMPUNIT_FILETABS macro
2022-02-06  Simon Marchigdb: move compunit_filetabs to compunit_symtab::filetabs
2022-02-06  Simon Marchigdb: add compunit_symtab::set_primary_filetab method
2022-02-06  Simon Marchigdb: add compunit_symtab::add_filetab method
2022-02-06  Simon Marchigdb: rename compunit_primary_filetab to compunit_symtab...
2022-02-06  Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-02-06  Simon Marchigdb: add getter/setter for compunit_symtab::objfile
2022-02-06  Tom TromeyAllow non-ASCII characters in Rust identifiers
2022-02-06  Tom TromeyFix Rust parser bug with function fields
2022-02-06  Andrew Burgessgdb/doc: update docs for 'info win' and 'winheight...
2022-02-06  Andrew Burgessgdb/tui: add window width information to 'info win...
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
next