gdb/x86: handle stap probe arguments in xmm registers
[binutils-gdb.git] / gdb /
2022-02-25 Keith SeitzMove find_toplevel_char to cp-support.[ch]
2022-02-24 Tom TromeyFix crash in Fortran code
2022-02-24 John BaldwinRevert "do_target_wait_1: Clear TARGET_WNOHANG if the...
2022-02-24 Andrew Burgessgdb: use a range based for loop when iterating over...
2022-02-24 Dominique Quatravauxgdb/darwin: skip over WIFSTOPPED wait4 status
2022-02-24 Simon Marchigdb/linux-tdep: move "Perms" column right
2022-02-24 Simon Marchigdb/linux-tdep: make read_mapping return a structure
2022-02-23 Tom TromeyFix bug in C++ overload resolution
2022-02-23 Dominik 'Disconnec... gdb/linux-tdep.c: Add Perms to the 'info proc mappings...
2022-02-22 John BaldwinNEWS: Note that the FreeBSD async target supports async...
2022-02-22 John Baldwininf-ptrace: Add an event_pipe to be used for async...
2022-02-22 John BaldwinEnable async mode in the target in attach_cmd.
2022-02-22 John Baldwinfbsd-nat: Return nullptr rather than failing ::thread_name.
2022-02-22 John Baldwinfbsd-nat: Various cleanups to the ::resume entry debug...
2022-02-22 John Baldwinfbsd-nat: Include ptrace operation in error messages.
2022-02-22 John Baldwinfbsd-nat: Implement async target support.
2022-02-22 John Baldwininf-ptrace: Support async targets in inf_ptrace_target...
2022-02-22 John Baldwininf-ptrace: Return an IGNORE event if waitpid() fails.
2022-02-22 John Baldwindo_target_wait_1: Clear TARGET_WNOHANG if the target...
2022-02-22 John BaldwinDon't enable async mode at the end of target ::resume...
2022-02-22 John BaldwinEnable async mode on supported targets in target_resume.
2022-02-22 John Baldwingdb linux-nat: Convert linux_nat_event_pipe to the...
2022-02-22 Ruslan Kabatsayevgdb: fix detection of compilation and linking flags...
2022-02-22 Philippe Blaingdb/testsuite/README: point to default value of INTERNA...
2022-02-21 Andrew Burgessgdb/testsuite: relax pattern in new gdb.mi/mi-multi...
2022-02-21 Andrew Burgessgdb: avoid nullptr access in dbxread.c from read_dbx_symtab
2022-02-21 Andrew Burgessgdb: make use of std::string in dbxread.c and xcoffread.c
2022-02-20 Lancelot SIXgdb: Only paginate for filtered output in fputs_maybe_f...
2022-02-19 Dominique Quatravauxgdb/darwin: remove not-so-harmless spurious call to...
2022-02-18 Tom TromeyAdd constructor to bound_minimal_symbol
2022-02-18 Simon Marchigdb: remove newlines from some linux_nat_debug_printf...
2022-02-16 Andrew Burgessgdb/tui: add a missing white space character
2022-02-16 Andrew Burgessgdb: convert callback_handler_installed from int to...
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
next