[gdb/python] Fix python selftest with python 3.11
[binutils-gdb.git] / gdb /
2022-07-21 Tom de Vries[gdb/python] Fix python selftest with python 3.11
2022-07-21 Tom de Vries[gdb/symtab] Fix bad compile unit index complaint
2022-07-21 Kevin BuettnerWrap python_write_bytecode with HAVE_PYTHON ifdef
2022-07-20 Kevin BuettnerHandle Python 3.11 deprecation of PySys_SetPath and...
2022-07-20 Christopher Di Bellagdb/value.c: add several headers to the include list
2022-07-20 Pedro AlvesDon't stop all threads prematurely after first step...
2022-07-19 Luis MachadoReformat gdbarch-components.py to fix deviations
2022-07-19 Luis Machado[AArch64] MTE corefile support
2022-07-19 Luis Machado[AArch64] Fix testcase compilation failure
2022-07-18 Tom TromeyAdd gdb.free_objfile event registry
2022-07-18 Pedro AlvesPut gdb.base/bt-on-fatal-signal.exp GDB cores in output dir
2022-07-18 Tom TromeyRemove array typedef assumption for Ada
2022-07-18 Tom TromeyRemove manual lifetime management from cli_interp
2022-07-18 Tom TromeyRemove cli_out_new
2022-07-18 Tom TromeyReplace input_interactive_p with a method
2022-07-18 Tom TromeyRemove ui_register_input_event_handler
2022-07-18 Tom de Vries[gdb/testsuite] Remove duplicate of supports_gnuc
2022-07-18 Andrew Burgessgdb/python: look for python, then python 3 at configure...
2022-07-18 Tom de Vries[gdb/testsuite] Allow override of ASAN_OPTIONS in lib...
2022-07-18 Tom de Vries[gdb/testsuite] Fix regression in step-indirect-call...
2022-07-18 Tom de Vries[gdb/testsuite] Fix gdb.arch/i386-mpx.exp
2022-07-15 Aaron Mereygdb-add-index always generates an error when libdebugin...
2022-07-15 Bruno Larsengdb/testsuite: modernize gdb.base/maint.exp
2022-07-15 Tom TromeyAdd 'nibbles' to gdb.print_options
2022-07-15 Carl LovePowerPC: Add support for IEEE 128-bit format.
2022-07-15 Tom TromeyAdd 'summary' mode to Value.format_string
2022-07-15 Tom TromeyExpose current 'print' settings to Python
2022-07-15 Carl LovePowerPC: fix for gdb.base/eh_return.exp
2022-07-15 Tom TromeyRun 'black' on gdb
2022-07-14 Tom de Vries[gdb/symtab] Fix data race in cooked_index_functions...
2022-07-14 Tiezhu Yanggdb: Document floating-point support for LoongArch
2022-07-14 Tom de Vries[gdb/symtab] Make per_cu->m_lang atomic
2022-07-14 Tom de Vries[gdb/symtab] Make per_cu->unit_type atomic
2022-07-14 Tom de Vries[gdb/symtab] Fix data race in ~charset_vector
2022-07-13 Pedro AlvesTighten gdb.threads/no-unwaited-for-left.exp regexps
2022-07-13 Carl LoveFix for gdb.base/stap-probe.c
2022-07-13 Carl LoveAdd PowerPC support to gdb.cp/call-method-register.cc
2022-07-13 Carl LoveFix gdb.base/step-indirect-call-thunk.exp
2022-07-13 Pedro AlvesFix "until LINE" in main, when "until" runs into longjmp
2022-07-13 Tom de Vries[gdb/symtab] Make per_cu->set_lang more strict
2022-07-12 Pedro AlvesImprove "set scheduler-locking" documentation
2022-07-12 Tom de Vries[gdb/symtab] Add dwarf2_cu::lang ()
2022-07-12 Tom de Vries[gdb/record] Support recording of getrandom
2022-07-12 Tiezhu Yanggdb: LoongArch: Add floating-point support
2022-07-12 Tom de Vries[gdb/testsuite] Run two test-cases with ASAN_OPTIONS...
2022-07-12 Tom de Vries[gdb/testsuite] Add tsan-suppressions.txt
2022-07-12 Tom de VriesFix -fsanitize=thread for per_cu fields
2022-07-12 Jiangshuai Ligdb/csky complete csky_dwarf_reg_to_regnum
2022-07-11 Pedro AlvesAlways emit =thread-exited notifications, even if silent
2022-07-11 Pedro AlvesFix core-file -> detach -> crash (corefiles/29275)
2022-07-11 Pedro AlvesFix non-existent "@var{thread-id}" in stop reply descri...
2022-07-11 Luis MachadoTry a couple PAuth compilation flags for gdb.arch/aarch...
2022-07-11 Andrew Burgessgdb: add support for disassembler styling using libopcodes
2022-07-11 Andrew Burgessgdb: have gdb_disassemble_info carry 'this' in its...
2022-07-11 Tom de Vries[gdb/symtab] Fix data race in per_cu->length
2022-07-11 Tom de Vries[gdb/symtab] Use comp_unit_head::get_length
2022-07-10 Luis MachadoFix include guard naming for arch/aarch64-mte-linux.h
2022-07-10 Youling Tanggdbserver: LoongArch: Add orig_a0 processing
2022-07-10 Youling Tanggdbserver: LoongArch: Simplify code with register numbe...
2022-07-08 Tom TromeyAccept gdb.Value in more Python APIs
2022-07-08 Tom TromeyHandle bool specially in gdb.set_parameter
2022-07-08 Ludovic Courtès[gdb/build] Handle deprecation of scm_install_gmp_memor...
2022-07-08 Tom de Vries[gdb/symtab] Fix assert in process_imported_unit_die
2022-07-08 Tom de Vries[gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab...
2022-07-08 Enze Ligdb: initialize the data_head variable to eliminate...
2022-07-07 Simon Marchigdb: fix {rs6000_nat_target,aix_thread_target}::wait...
2022-07-07 Pedro AlvesFix pedantically invalid DWARF in gdb.trace/unavailable...
2022-07-07 Tiezhu Yanggdb: LoongArch: Fix typos in code comments
2022-07-07 Maciej W. RozyckiGDB/testsuite: Add coverage for `print -elements' command
2022-07-07 Tiezhu Yanggdb: LoongArch: Implement the push_dummy_call gdbarch...
2022-07-05 Tom de Vries[gdb/exp] Fix internal error when printing C++ pointer...
2022-07-05 Tom TromeyAdd gdb.Objfile.is_file attribute
2022-07-05 Tom TromeyMake 'import gdb.events' work
2022-07-05 Xi Ruoyaogdb: LoongArch: add orig_a0 into register set
2022-07-04 Tom de Vries[gdb/symtab] Add get/set functions for per_cu->lang...
2022-07-02 Tom de Vries[gdb/symtab] Fix data race on per_cu->dwarf_version
2022-07-02 Tom de Vries[gdb/testsuite] Fix gdb.base/early-init-file.exp with...
2022-07-01 Maciej W. RozyckiGDB/doc: Remove indentation from `print -elements'...
2022-07-01 Maciej W. RozyckiGDB/doc: Remove extraneous spaces from completion examples
2022-06-30 Maciej W. RozyckiGDB: Add `NUMBER' completion to `set' integer commands
2022-06-30 Bruno Larsengdb/testsuite: Expand gdb.cp/mb-ctor.exp to test dynami...
2022-06-30 Andrew Burgessgdb/doc: fix column widths in MI compatibility table
2022-06-29 Maciej W. RozyckiGDB/testsuite: Tighten `set print elements' error check
2022-06-29 Maciej W. RozyckiGDB: Remove extraneous full stops from `set' command...
2022-06-29 Andrew Burgessgdb/doc: improve description of --data-disassemble...
2022-06-29 Yvan Rouxgdb/arm: Only stack S16..S31 when FPU registers are...
2022-06-29 Carl Lovegdb/testsuite: fix gdb.base/break-idempotent.exp on ppc
2022-06-28 Pedro Alvesgdb+gdbserver/Linux: avoid reading registers while...
2022-06-28 Tom de Vries[gdb/build] Fix gdb build with -fsanitize=thread and...
2022-06-28 Jiangshuai Ligdb:csky add pseudo regs for float and vector regs
2022-06-27 Bruno Larsengdb/testsuite: update bug numbers from Gnats to bugzilla
2022-06-27 Yvan Rouxgdb/arm: Unwind Non-Secure callbacks from Secure
2022-06-27 Tom de Vries[gdb/testsuite] Handle older python in gdb.python/py...
2022-06-27 Tom de Vries[gdb/testsuite] Fix gdb.reverse/i387-env-reverse.exp...
2022-06-27 Tom de Vries[gdb/testsuite] Enable some test-cases for x86_64 -m32
2022-06-27 Tom de Vries[gdb/testsuite] Workaround unnecessary .s file with...
2022-06-27 Tom de Vries[gdb/testsuite] Skip gdb.fortran/namelist.exp for gfort...
2022-06-27 Tom de Vries[gdb/symtab] Fix parsing of .debug_str_offsets header
2022-06-25 Tom TromeyFix corrupt DWARF in dw2-double-set-die-type
2022-06-25 Tom TromeyFix end of CU calculation in cooked_indexer::index_dies
next