sim: aarch64: move libsim.a creation to top-level
[binutils-gdb.git] / gdb /
2023-01-10 Aaron Mereygdb/linespec.c: Fix missing source file during breakpoi...
2023-01-10 Aaron Mereygdb/linespec.c: Fix -Wmaybe-uninitialized warning
2023-01-09 Tom TromeyFix crash with C++ qualified names
2023-01-09 Simon Marchigdb/doc: fix @code{GDBN} -> @value{GDBN}
2023-01-09 Tankut Baris Aktemurtestsuite: add -O0 to Intel compilers if no 'optimize...
2023-01-09 Nils-Christian Kempketestsuite: handle icc and icpc deprecated remarks
2023-01-06 Bruno Larsengdb/c++: Detect ambiguous variables in imported namespaces
2023-01-06 Bruno Larsengdb/mi: add no-history stop reason
2023-01-06 Bruno Larsengdb/testsuite: Fix FAILs in gdb.linespec/cpcompletion...
2023-01-05 Simon Marchigdbsupport: add gdb::string_view_hash
2023-01-05 Simon Marchigdbsupport: move fast_hash to gdbsupport/common-utils.h
2023-01-05 Simon Marchigdbsupport: move libxxhash configure check to gdbsupport
2023-01-05 Simon Marchigdb: make gdbarch_alloc take ownership of the tdep
2023-01-05 Simon Marchigdb/testsuite: add back needed -re clause in gdb_breakpoint
2023-01-05 Tom de Vries[gdb/python] Avoid queue.SimpleQueue for python 3.6
2023-01-05 Tom TromeyAdd type to expression dump of symbol
2023-01-04 Lancelot SIXgdb: ensure test_name is initialized in gdb_breakpoint
2023-01-04 Tom TromeyUse first_opcode in another spot
2023-01-04 Tom TromeyConvert exp_uses_objfile to a method of expression
2023-01-04 Simon Marchigdb: use gdb_test_multiple in gdb_breakpoint
2023-01-04 Andrew Burgessgdb: fix some #ifdef logic in bt-utils.h
2023-01-04 Bruno Larsengdb: add 'maintenance print record-instruction' command
2023-01-03 Tom TromeyAdd test case for "finish" with variably-sized types
2023-01-03 Tom TromeyUse value_at_non_lval in get_call_return_value
2023-01-03 Tom TromeyFix inferior calls with variably-sized return type
2023-01-03 Tom TromeyConvert selected architectures to gdbarch_return_value_...
2023-01-03 Tom TromeyDon't let property evaluation affect the current language
2023-01-03 Tom TromeyIntroduce value_at_non_lval
2023-01-03 Tom TromeyDon't emit gdbarch_return_value
2023-01-03 Tom TromeyAdd new overload of gdbarch_return_value
2023-01-03 Tom TromeyFix crash in amd64-tdep.c
2023-01-03 Tom de Vries[gdb/testsuite] Add xfail in gdb.arch/i386-pkru.exp
2023-01-03 Tom TromeyDo not use PyObject_CallNoArgs
2023-01-03 Andrew Burgess[gdb] Fix segfault during inferior call to ifunc
2023-01-02 Tom TromeySimplify debug_exp
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol
2023-01-02 Jonas HoerbergFix target remote pipe command for MinGW
2023-01-02 Tom TromeyRemove target: prefix from gdb_sysroot in find_separate...
2023-01-02 Tom de Vries[gdb/testsuite] Fix gdb.python/py-breakpoint.exp with...
2023-01-01 Joel Brobeckermanual copyright year range of various GDB files to...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2023-01-01 Joel Brobeckergdb/copyright.py: Adjust following rename of sim/ppc...
2023-01-01 Joel BrobeckerUpdate copyright year in help message of gdb, gdbserver...
2022-12-31 Tom de Vries[gdb/cli] Add maintenance ignore-probes
2022-12-31 Tom de Vries[gdb/python] Fix gdb.python/py-finish-breakpoint2.exp...
2022-12-31 Tom de Vries[gdb/testsuite] Fix gdb.base/print-symbol-loading.exp...
2022-12-31 Tom de Vries[gdb/testsuite] Replace deprecated pthread_yield in...
2022-12-31 Tom de Vries[gdb/testsuite] Fix gdb.base/corefile.exp with glibc...
2022-12-30 Tom de Vries[gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp...
2022-12-30 Tom de Vries[gdb/testsuite] Fix gdb.reverse/step-indirect-call...
2022-12-30 Tom de Vries[gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp...
2022-12-30 Tom de Vries[gdb/symtab] Make comp_unit_head.length private
2022-12-28 Tom TromeyUse $decimal in timestamp.exp
2022-12-28 Tom TromeyFix "set debug timestamp"
2022-12-27 Tom TromeyHandle SIGSEGV in gdb selftests
2022-12-26 Tom TromeyAdd initializers to comp_unit_head
2022-12-24 Andrew Burgessgdb/testsuite: fix buffer overflow in gdb.base/signed...
2022-12-23 Tom TromeyUse bool for dwarf2_has_info
2022-12-23 Simon Marchigdb/testsuite: remove MPFR detection in gdb.base/float1...
2022-12-23 Eli ZaretskiiFix MinGW build using mingw.org's MinGW
2022-12-21 Andrew PinskiFix compiling of top.c
2022-12-21 Andrew PinskiUse toplevel configure for GMP and MPFR for gdb
2022-12-21 Bruno Larsengdb/c++: validate 'using' directives based on the curre...
2022-12-21 Mike Frysingersim: move register headers into sim/ namespace [PR...
2022-12-20 Hannes DomaniFix install-strip target
2022-12-19 Tom TromeyUse bool in bpstat
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-19 Tom TromeyRemove quick_symbol_functions::relocated
2022-12-19 Tom TromeyRemove MI version 1
2022-12-19 Tom TromeyRemove vestiges of MI version 0
2022-12-19 Jan Vranygdb: fix command lookup in execute_command ()
2022-12-18 Joel BrobeckerUpdate gdb/NEWS after GDB 13 branch creation.
2022-12-18 Joel BrobeckerBump version to 14.0.50.DATE-git.
2022-12-16 Pedro AlvesDelay checking whether /proc/pid/mem is writable (PR...
2022-12-16 Tom de Vries[gdb/testsuite] Fix race in gdb.threads/detach-step...
2022-12-16 Andrew Burgessgdb: fix crash when getting the value of a label symbol
2022-12-16 Simon Marchigdb: convert linux-osdata.c from buffer to std::string
2022-12-16 Andrew Burgessgdb: clean up some inefficient std::string usage
2022-12-16 Jan Vranygdb/testsuite: add test for Python commands redefining...
2022-12-16 Luis Machado[aarch64] Fix removal of non-address bits for PAuth
2022-12-16 Simon Marchigdbsupport: change xml_escape_text_append's parameter...
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-12-15 Simon Marchigdb/testsuite: don't delete command files in gdb.base...
2022-12-15 Tom TromeyMove streq and compare_cstrings to gdbsupport
2022-12-15 Tom TromeyRemove subset_compare
2022-12-15 Andrew Burgessgdb: use gdb_assert not internal_error
2022-12-15 Andrew Burgessgdb: some int to bool conversion in remote-sim.c
2022-12-15 Andrew Burgessgdb: make more use of make_target_connection_string
2022-12-15 Andrew Burgessgdb: int to bool conversion in tracefile.c
2022-12-15 Tom de Vries[gdb/testsuite] Fix gdb.base/condbreak-multi-context...
2022-12-14 Andrew Burgessgdb/maint: add core file name to 'maint info program...
2022-12-14 Andrew Burgessgdb: ensure all targets are popped before an inferior...
2022-12-14 Andrew Burgessgdb: remove the pop_all_targets (and friends) global...
2022-12-14 Andrew Burgessgdb: remove decref_target
2022-12-14 Andrew Burgessgdb: have target_stack automate reference count handling
2022-12-14 Andrew Burgessgdb/remote: remove some manual reference count handling
2022-12-14 Andrew Burgessgdb: add SYMBOL_LOOKUP_SCOPED_DEBUG_ENTER_EXIT
2022-12-14 Andrew Burgessgdb: convert 'set debug symbol-lookup' to new debug...
2022-12-14 Andrew Burgessgdb/testsuite: new test for recent dwarf reader issue
2022-12-14 Andrew Burgessgdb/testsuite: fix readnow detection
next