July 2022 Archives by thread
Starting: Fri Jul 1 11:16:02 GMT 2022
Ending: Sun Jul 31 16:47:52 GMT 2022
Messages: 688
- [PATCH 2/5] [gdb/symtab] Fix data race on per_cu->dwarf_version
Tom de Vries
- [PATCH] Fix gdb.base/step-indirect-call-thunk.exp
Bruno Larsen
- [PATCH] [PATCH] [gdb] adds `<iterator>` to list of includes
Enze Li
- [PATCH] GDB/doc: Remove extraneous spaces from completion examples
Maciej W. Rozycki
- [PATCH] GDB/doc: Remove indentation from `print -elements' completion example
Maciej W. Rozycki
- [committed][gdb/testsuite] Fix gdb.base/early-init-file.exp with -fsanitize=thread
Tom de Vries
- [PATCH] gdb: LoongArch: add orig_a0 into register set
Xi Ruoyao
- [PATCH 3/5] [gdb/symtab] Work around fsanitize=address false positive for per_ cu->lang
Tom de Vries
- [committed][gdb/symtab] Add get/set functions for per_cu->lang/unit_type
Tom de Vries
- [PATCH 2/2] gdb: add support for disassembler styling using libopcodes
Andrew Burgess
- [PATCH 0/2] Use libopcodes disassembler styling with GDB
Andrew Burgess
- [PING 2] [PATCH 0/4] Adapt Fortran testsuite for ifort
Kempke, Nils-Christian
- [PATCH v3 0/4] gdb, btrace: infrun fixes
Markus Metzger
- [PATCH] gdb/python: look for python, then python 3 at configure time
Andrew Burgess
- [PATCH 5/5] [gdb/symtab] Fix data race on per_cu->lang
Tom Tromey
- Fw: RE: [PATCH] Use current_inferior ()->pid for AIX
Simon Marchi
- [PATCH] Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
Simon Marchi
- Formatting/indentation of lambdas (Re: [PATCH 2/3] gdb/varobj: Fix use after free in varobj)
Lancelot SIX
- [PATCH] [AArch64] Try a couple PAuth compilation flags for gdb.arch/aarch64-pauth.exp
Luis Machado
- [PATCH] [AArch64, obv] Fix include guard naming for arch/aarch64-mte-linux.h
Luis Machado
- [PATCH] [AArch64] Fix testcase compilation failure
Luis Machado
- [PATCH] [AArch64] Fix removal of non-address bits for PAuth
Luis Machado
- [PATCH] Make 'import gdb.events' work
Tom Tromey
- [PATCH] Remove array typedef assumption for Ada
Tom Tromey
- [PATCH 0/4] Minor 'struct ui' cleanups
Tom Tromey
- [PATCH][gdb/exp] Fix internal error when printing C++ pointer-to-member
Tom Tromey
- [PATCH] [PR gdb/29316] gdb-add-index always generates an error when libdebuginfod wasn't compiled in
Aaron Merey
- [PATCH] gdb/elfread.c: Use bfd filename instead of objfile->original_name
Aaron Merey
- [PING] [PATCH] gdb: Remove duplicate "gdb Summary" in the test output
Tiezhu Yang
- GDB build error with guile v3.0.8
Tiezhu Yang
- [PINGv5] [PATCH] gdb/reverse: Fix stepping over recursive functions
Bruno Larsen
- [PATCH] gdb/arm: Sync sp with other *sp registers
Luis Machado
- [PATCH v3 0/2] Function call history patches (MI)
Ari Hannula
- [PING] [PATCH] gdb: initialize the data_head variable to eliminate compilation warnings
Enze Li
- [PATCH v2 1/1] dwarf, fortran: add support for DW_TAG_entry_point
Kempke, Nils-Christian
- [PATCH] gdb/csky complete csky_dwarf_reg_to_regnum
Jiangshuai Li
- [PATCH 1/2] gdbserver: LoongArch: Simplify code with register number macros
Youling Tang
- [PATCH 2/2] gdbserver: LoongArch: Add orig_a0 processing
Youling Tang
- [PING] [PATCH 1/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type.
Rohr, Stephan
- [PATCH][gdb/build] Handle deprecation of scm_install_gmp_memory_functions
Tom de Vries
- [PATCH v3 0/1] Fortran entry and DW_TAG_entry_point
Nils-Christian Kempke
- [COMMITTED PATCH] gdb: LoongArch: Implement the push_dummy_call gdbarch method
Tiezhu Yang
- [PATCH V2 0/2] gdb/arm: Sync sp with other *sp registers
Yvan Roux
- [PATCH v5 5/8] GDB/testsuite: Add coverage for `print -elements' command
Maciej W. Rozycki
- [OB COMMITTED PATCH] gdb: LoongArch: Fix typos in code comments
Tiezhu Yang
- [PATCH 0/3] GDB support for DW_AT_trampoline
Nils-Christian Kempke
- [PATCH 1/3] gdb: add support for DW_AT_trampoline in DWARF reader
Nils-Christian Kempke
- [ob/pushed] Fix pedantically invalid DWARF in gdb.trace/unavailable-dwarf-piece.exp
Pedro Alves
- [PING][PATCH 0/2] Some patches for multi inferior case
Sargsyan, Eduard
- [PATCH 0/1] Handle undnamed template tags in GDB
Nils-Christian Kempke
- [PATCH 1/1] gdb, dwarf: create symbols for template tags without names
Nils-Christian Kempke
- [PATCH] gdb/reverse: Fix stepping over recursive functions
Pedro Alves
- [PATCH 0/5] Improve support for regcache_map_entry with variable register base
John Baldwin
- [PATCH 1/5] regcache: Add collect/supply_regset variants that accept a register base.
John Baldwin
- [PATCH 2/5] fbsd-nat: Use regset supply/collect methods.
John Baldwin
- [PATCH 3/5] fbsd-nat: Pass an optional register base to the register set helpers.
John Baldwin
- [PATCH v3 0/3] Fix some use-after-free errors in varobj code
Lancelot SIX
- [committed][gdb/symtab] Fix segfault in dwarf2_per_objfile::symtab_set_p
Tom de Vries
- [committed][gdb/symtab] Fix assert in process_imported_unit_die
Tom de Vries
- [PATCH v2 0/4] Smart pointer wrapper for frame_info
Bruno Larsen
- [PATCH v2 2/4] Introduce frame_info_ptr smart pointer class
Bruno Larsen
- [PATCH] Handle bool specially in gdb.set_parameter
Tom Tromey
- [PATCH] Accept gdb.Value in more Python APIs
Tom Tromey
- [PATCH v4] gdb: Improve debuginfod progress updates
Aaron Merey
- [PATCH v2] Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
Kevin Buettner
- [PATCH] Add style tui-reverse command to colorize TUI current line.
Andrei Pikas
- [Ping v3] [PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings.
Willgerodt, Felix
- [committed][gdb/symtab] Use comp_unit_head::get_length
Tom de Vries
- [committed][gdb/symtab] Fix data race in per_cu->length
Tom de Vries
- [PATCH][gdb] Add tsan-suppressions.txt
Tom de Vries
- [PATCH, v4] [AArch64] MTE corefile support
Luis Machado
- [PATCHv4 0/6] Detect invalid casts of gdbarch_tdep structures
Andrew Burgess
- [PATCHv3 6/6] gdb: native target invalid architecture detection
Andrew Burgess
- [PATCH] [AArch64,v5] MTE corefile support
Luis Machado
- [PATCH v5 09/10] btrace, python: Enable ptwrite filter registration.
Willgerodt, Felix
- [PATCH v5 05/10] python: Introduce gdb.RecordAuxiliary class.
Willgerodt, Felix
- [PATCH] gdbserver: remove unused variable
Enze Li
- [PATCH 19/25] Don't resume new threads if scheduler-locking is in effect
Pedro Alves
- [PING 3] [PATCH] Fix for gdb.base/stap-probe.c
Carl Love
- [PING 2] [PATCH] Fix for gdb.base/stap-probe.c
Carl Love
- [PATCH 25/25] Document remote clone events, and QThreadOptions packet
Pedro Alves
- [PATCH] RISC-V: fix FRM register display mask value
Hugues de Lassus
- [PATCH] [master & gdb 12] Fix core-file -> detach -> crash (corefiles/29275)
Pedro Alves
- [PATCH] Always emit =thread-exited notifications, even if silent
Pedro Alves
- [PATCH] gdb/csky modify registers list for general_reggroup
Jiangshuai Li
- [PATCH][gdb/symtab] Fix out-of-bounds in objfile::section_offset
Tom de Vries
- [PATCH] toplevel: Makefile.def: Make configure-sim depend on all-readline
Luis Machado
- [PATCH] Fix for gdb.base/stap-probe.c
Ulrich Weigand
- [PATCH] Add PowerPC support to gdb.cp/call-method-register.cc
Ulrich Weigand
- [PATCH][gdb/build] Fix build with gcc 4.8.5
Tom de Vries
- [committed][gdb/testsuite] Run two test-cases with ASAN_OPTIONS=verify_asan_link_order=0
Tom de Vries
- [COMMITTED PATCH 1/2] gdb: LoongArch: Add floating-point support
Tiezhu Yang
- [COMMITTED PATCH 2/2] gdbserver: LoongArch: Add floating-point support
Tiezhu Yang
- [PATCH][gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp
Tom de Vries
- [committed][gdb/testsuite] Support recording of getrandom
Tom de Vries
- [committed][gdb/symtab] Add dwarf2_cu::lang ()
Tom de Vries
- [RFC] gdb: RISC-V: Add support for RV64E/lp64e
Palmer Dabbelt
- [PATCH] Fix "until LINE" in main, when "until" runs into longjmp
Pedro Alves
- [PATCH v4 0/3] Fortran entry and DW_TAG_entry_point
Nils-Christian Kempke
- [PING][PATCHv4] gdb/testsuite: modernize gdb.base/maint.exp
Bruno Larsen
- GDB 12.2 and 13 release updates
Joel Brobecker
- [PATCH] Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir
Pedro Alves
- [Ping] [PATCH V5] PowerPC: fix for gdb.base/eh_return.exp
Carl Love
- [PATCH] Add IEEE FLOAT128 support to test gdb.base/whatis-ptype-typedefs.exp
Carl Love
- [PATCH] PowerPC: Add support for IEEE 128-bit format.
Carl Love
- [PATCH 20/25] Tighten gdb.threads/no-unwaited-for-left.exp regexps
Pedro Alves
- [PATCH 01/25] Don't use pthread_mutex_t in gdb.base/step-over-clone.c
Pedro Alves
- [PATCH v2 00/29] Step over thread clone and thread exit
Pedro Alves
- [committed][gdb/symtab] Fix data race in ~charset_vector
Tom de Vries
- [committed][gdb/symtab] Make per_cu->unit_type atomic
Tom de Vries
- [committed][gdb/symtab] Make per_cu->m_lang atomic
Tom de Vries
- [PATCH][gdb/symtab] Fix data race in cooked_index_functions::expand_symtabs_matching
Tom de Vries
- [PATCH] gdb: Document floating-point support for LoongArch
Tiezhu Yang
- [PATCH 1/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type.
Rohr, Stephan
- [committed][gdb/build] Fix gdb build with gcc 4.8.5
Tom de Vries
- [PATCH 2/4] gdb, gdbserver: Add AMX registers.
Willgerodt, Felix
- [PATCH][gdb/symtab] Force usage of all_comp_units.size (CU/TU/CUTU)
Tom de Vries
- [comitted][gdbsupport] Add sequential_for_each
Tom de Vries
- [PATCH v7] gdb/python: Add BreakpointLocation type
Tom Tromey
- [PATCH] Update gdb to black 22.6.0
Tom Tromey
- [RFC][gdbsupport] Add PARALLEL_FOR_EACH_DEBUG
Tom de Vries
- [RFC][gdbsupport] Improve thread scheduling in parallel_for_each
Tom de Vries
- [PATCH v5 00/15] basic linker namespace support
Metzger, Markus T
- [PATCH V5] PowerPC: fix for gdb.base/eh_return.exp
Ulrich Weigand
- [PATCH 2/2] Add 'summary' mode to Value.format_string
Tom Tromey
- [PATCH 0/2] More introspection for Value.format_string
Tom Tromey
- [pushed] Add 'nibbles' to gdb.print_options
Tom Tromey
- [PATCH v2 2/2] Write the DWARF index in the background
Tom Tromey
- [PATCH] Fix-for-multiple-thread-detection-in-AIX.patch
Aditya Kamath1
- [PATCH v2 1/2] gdb/testsuite: rename get_maint_bp_addr and move it to gdb-utils.exp
Tom Tromey
- [PATCH v2 2/2] gdb/testsuite: add a clear test to py-breakpoint.exp
Tom Tromey
- [PATCH] gdb: Remove duplicate "gdb Summary" in the test output
Tom Tromey
- [PATCH][gdbsupport] Add sequential_for_each
Tom Tromey
- [PING] Add a timeout parameter to gdb_do_one_event
Patrick Monnerat
- [PATCH 1/1] gdb, testsuite: Adapt gdb.base/callfuncs.exp for new clang warnings.
Tom Tromey
- [PATCH v3] Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName
Kevin Buettner
- [PATCH] gdb: LoongArch: Fix code style issues
Tiezhu Yang
- Re:[PATCH] gdb/csky complete csky_dwarf_reg_to_regnum
李江帅
- [committed][gdb/testsuite] Fix gdb.arch/i386-mpx.exp
Tom de Vries
- [committed][gdb/testsuite] Fix regression in step-indirect-call-thunk.exp with gcc 7
Tom de Vries
- [PATCH v5 08/15] gdb, ada: collect standard exceptions in all objfiles
Metzger, Markus T
- [PATCH v5 10/15] gdb, ada: update ada_add_all_symbols
Metzger, Markus T
- [PATCH][gdbsupport] Avoid main thread in parallel for with thread sanitizer
Tom de Vries
- [committed][gdb/testsuite] Remove duplicate of supports_gnuc
Tom de Vries
- [PING^3] [PATCH] gdb: mips: Add MIPSR6 support
Dragan Mladjenovic
- [PATCH] gdb/git: highlight whitespace errors source files
Andrew Burgess
- [PATCH v5 09/15] gdb, ada: update ada_lookup_simple_minsym
Tom Tromey
- [PATCH] Add gdb.free_objfile event registry
Tom Tromey
- [PATCH][PR gdb/28874] gdb/remote: switch to added threads if there isn't one already
Mikaela Szekely
- [PATCH] Don't stop all threads prematurely after first step of "step N"
Pedro Alves
- [PATCH v6 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
Zied Guermazi
- [PATCH][gdbsupport] Use task size in parallel_for_each
Tom de Vries
- Re:Re:[PATCH] gdb/csky complete csky_dwarf_reg_to_regnum
李江帅
- [PATCH v2] gdb: LoongArch: Fix code style issues
Tiezhu Yang
- [PATCH] binutils-gdb/git: highlight whitespace errors in source files
Andrew Burgess
- [PATCH] gdbsupport: change path_join parameter to std::vector<const char *>
Simon Marchi
- [PATCH] Update auxv cache when there is no auxv cached data
Luis Machado
- [PATCH,obv] Reformat gdbarch-components.py to fix deviations
Luis Machado
- [PATCH] Enable multi process debugging for AIX
Aditya Kamath1
- [PATCH][gdb/symtab] Fix duplicate CUs in all_comp_units
Tom de Vries
- [PATCH] gdb/testsuite: give binaries distinct names in Ada tests
Simon Marchi
- [PATCH][gdb/symtab] Fix .debug_aranges duplicate offset warning
Tom de Vries
- [PATCH] Change target_ops::async to accept bool
Tom Tromey
- [PATCH v3 0/7] glibc-2.34: Fix gdb.base/gdb-sigterm.exp failure/error
Simon Marchi
- [PATCH] [PATCH] [gdb] adds several headers to the include list
Christopher Di Bella
- [PATCH][gdb/testsuite] Fix readnow testing
Tom de Vries
- [PATCH] set/show python dont-write-bytecode fixes
Kevin Buettner
- [PATCH v4 00/15] Clean gdb.base when testing with clang
Bruno Larsen
- [PATCH v4 01/15] gdb/testsuite: introduce gdb_step_until
Bruno Larsen
- [PATCH v4 02/15] gdb/testsuite: Add a proc to test where compiler links the epilogue
Bruno Larsen
- Supporting RISC-V Vendor Extensions in the GNU Toolchain
Palmer Dabbelt
- [committed] Wrap python_write_bytecode with HAVE_PYTHON ifdef
Kevin Buettner
- [PATCH] configure: exit with an error if no termcap lib is installed
Christophe Lyon
- [PATCH][gdb] Fix python selftest with python 3.11
Tom de Vries
- [committed][gdbsupport] Fix type of parallel_for_each_debug
Tom de Vries
- [PATCH] linux_nat_target::xfer_partial: Fallback to ptrace
Keith Seitz
- [PATCH 0/3] struct packed and Windows ports (PR build/29373)
Pedro Alves
- [PATCH] gdb/csky support .reg2 for kernel 4.x and later
Jiangshuai Li
- [PATCH] gdb/gdbserver: LoongArch: Improve implementation of fcc registers
Feiyang Chen
- [PING 3] Add a timeout parameter to gdb_do_one_event
Patrick Monnerat
- [PATCH 0/1] Introduce gdb::make_function_view
Pedro Alves
- [PATCH] Add a timeout parameter to gdb_do_one_event
Simon Marchi
- [PATCH] gdb/hurd: pass memory_tagged as false to find_memory_region_ftype
Enze Li
- [committed][gdb] Add empty range unit test for gdb::parallel_for_each
Tom de Vries
- [RFAv3] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno.
Philippe Waroquiers
- [pushed] Fix typo in windows-nat.c
Tom Tromey
- [PATCH 1/4] [COVER-LETTER] Use task size balancing in cooked index creation
Tom de Vries
- [PATCH 3/4] [gdb/symtab] Use task size in parallel_for_each in dwarf2_build_psymtabs_hard
Tom de Vries
- [PATCH] Remove dead code from windows_nat_target::detach
Tom Tromey
- [PATCH v2] set/show python dont-write-bytecode fixes
Kevin Buettner
- [PATCH] gdb/netbsd: add missing header file
Enze Li
- [PATCH] gdb: call check_typedef at beginning of dwarf_expr_context::fetch_result
Simon Marchi
- [PATCH] Enable Access to containing scope variables from nested inlined function
Sharma, Alok Kumar
- [PATCH v2] gdb/csky support .reg2 for kernel 4.x and later
Jiangshuai Li
- [RFA] Allow to document user-defined aliases.
Philippe Waroquiers
- [PATCH v2 0/2] Testsuite changes for clang and icc/icx.
Felix Willgerodt
- [PING][PATCH v2 1/2] Fix number of children of varobj with stub debug info
Christian Walther
- [PUSHED] gdb: handle dis_style_sub_mnemonic disassembler style
Andrew Burgess
- [PATCH] gdb: Fix missing first breakpoint in schedule-multiple mode
Ciaran Woodward
- [PATCH v3 0/5] Smart pointer wrapper for frame_info
Bruno Larsen
- [PATCH 0/9] Disassembler opcode display and text alignment
Andrew Burgess
- [PATCH][gdb/testsuite] Fix gdb.opt/inline-small-func.exp with clang
Tom de Vries
- [COMMITTED PATCH 1/2] gdb: LoongArch: Fix code style issues
Tiezhu Yang
- [COMMITTED PATCH 2/2] gdb: LoongArch: Handle the function return value
Tiezhu Yang
- [PATCH v3 0/2] Testsuite changes for clang and icc/icx
Felix Willgerodt
- [PATCH][gdb/testsuite] Fix gdb.ada/literals.exp with aarch64
Tom de Vries
- GDB 12.1 mingw build fails on Fedora 35
Alexander Fedotov
- [PING] [PATCH] gdb/linespec: Improve sliding breakpoints
Six, Lancelot
- [PATCH 0/2] Fix bug in aarch64-linux GDB when inferior changes SVE vector length
Thiago Jung Bauermann
- [PATCH] use return instead of continue to avoid shellcheck error
yaowenbin
- [PATCH][gdb/testsuite] Fix ERROR in gdb.base/watchpoint-unaligned.exp
Tom de Vries
- [PATCH v3 4/7] gdb/dwarf: pass a file_entry to line_header::file_file_name
Simon Marchi
- [PATCH] Use strwinerror in gdb/windows-nat.c
Tom Tromey
- [PATCH v3 5/7] gdb: add "id" fields to identify symtabs and subfiles
Simon Marchi
- [PATCH v3 6/7] gdb: remove code to prepend comp dir in buildsym_compunit::start_subfile
Simon Marchi
- [PATCH v3 7/7] gdb/testsuite: add macros test for source files compiled in various ways
Simon Marchi
- [PATCH 0/6] Rewrite registry.h
Tom Tromey
- [committed][gdb/testsuite] Fix gdb.threads/killed-outside.exp on aarch64
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug info
Tom de Vries
- [PATCH v3 0/7] Fix printing macros
Simon Marchi
- [PATCH] gdb/amd64: clean up unused variable
Enze Li
- [PATCH] Remove register_gdbarch_init
Tom Tromey
Last message date:
Sun Jul 31 16:47:52 GMT 2022
Archived on: Sun Jul 31 16:48:11 GMT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).