gas local label and dollar label handling
[binutils-gdb.git] / gdb /
2022-02-15 Lancelot SIXgdb: Respect the DW_CC_nocall attribute
2022-02-15 Lancelot SIXgdb: add a symbol* argument to get_return_value
2022-02-14 Tom TromeyRemove LA_PRINT_STRING
2022-02-14 Tom TromeyRemove LA_PRINT_CHAR
2022-02-14 Tom TromeyRemove LA_PRINT_TYPE
2022-02-14 Andrew Burgessgdb/python: move styling support to gdb.styling
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-02-11 Tom TromeyAdd initializers to bound_minimal_symbol
2022-02-11 Bhuvanendra Kumar Ngdb/fortran: support ptype and print commands for namel...
2022-02-11 Bruno Larsengdb: fix until behavior with trailing !is_stmt lines
2022-02-11 Jan Vranygdb: extend the information printed by 'maint info...
2022-02-11 Tiezhu Yanggdb: LoongArch: Add Makefile, configure and NEWS
2022-02-11 Tiezhu Yanggdb: LoongArch: Add initial native Linux support
2022-02-11 Tiezhu Yanggdb: LoongArch: Add initial Linux target support
2022-02-11 Tiezhu Yanggdb: LoongArch: Add initial baremetal support
2022-02-11 Tiezhu Yanggdb: LoongArch: Add initial target description support
2022-02-11 Simon Marchigdb/linux: remove ptrace support check for exec, fork...
2022-02-10 Andrew Burgessgdb/infrun: some extra infrun debug print statements
2022-02-08 Andrew Burgessgdb: remove tailing newlines from index_cache_debug...
2022-02-07 Andrew Burgessgdb/python: allow Value.format_string to return styled...
2022-02-07 Lancelot SIXgdb: make thread_info::m_thread_fsm a std::unique_ptr
2022-02-07 Andrew Burgessgdb: unbuffer all input streams when not using readline
2022-02-07 Andrew Burgessgdb/disasm: combine the no printing disassembler setup...
2022-02-07 Tankut Baris Aktemurgdb: add the 'set/show suppress-cli-notifications'...
2022-02-07 Tankut Baris Aktemurgdb/cli: add a 'normal_stop' option to 'cli_suppress_no...
2022-02-07 Tankut Baris Aktemurgdb/cli: convert cli_suppress_notification from int...
2022-02-06 Tom TromeyMerge do_val_print and common_val_print
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remote SYMBOL_IS_CPLUS_TEMPLATE_FUNCTION macro
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()
next