October 2020 Archives by thread
Starting: Thu Oct 1 02:56:56 GMT 2020
Ending: Sat Oct 31 23:22:05 GMT 2020
Messages: 771
- [PATCH] gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)
Simon Marchi
- [PATCH] Notify observers that directories have changed when using "directory" CLI command
Jan Vrany
- [PATCH] arc: Add support for Linux coredump files
Shahab Vahedi
- [PATCH v2 0/5] Refine the NetBSD support
Kamil Rytarowski
- [PATCH v2 2/5] Preinitialize the sockaddr_un variable to zero
Kamil Rytarowski
- [PATCH] Fix the i386 build
Kamil Rytarowski
- [PATCH] gdb: remove arguments from inferior_created observable
Simon Marchi
- [PATCH 00/10] Refactor the NetBSD gdbserver support
Kamil Rytarowski
- [PATCH] Add all baudrates supported by Linux
Simon Marchi
- [PATCH v2 1/7] Introduce read_entire_file
Andrew Burgess
- [OB PATCH] Fix spelling mistake in gdb/testsuite/README.
Gary Benson
- the redirected stdin/out/err for new console is wrong when the gdb's stdin/out/err is already redirected
Eli Zaretskii
- [PATCH] Unconditionally use REG_EXTENDED
Tom Tromey
- [PATCH] gdb: add support for handling core dumps on arm-none-eabi
Paul Mathieu
- [PATCH 0/4] Add logging for event loop events
Simon Marchi
- [pushed] gdb: fix some inferior_created observer signatures
Simon Marchi
- [PATCH 0/2] ada_encode rewrites
Tom Tromey
- [PATCH 1/2] gdb/doc: space out list entries, fix one type
Simon Marchi
- [PATCH 2/2] gdb: add doc for "set/show debug event-loop"
Simon Marchi
- [PATCH 0/6] Change target section table management
Tom Tromey
- [PING^2][PATCH 0/6] Fix inferior calls from breakpoint condition
Kevin Buettner
- [PATCH] Make range types inherit signed-ness from base type
Simon Marchi
- [PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
Simon Marchi
- [PATCH^2 v2 1/2] Fix function argument and return value locations
Hannes Domani
- [PING v2][PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point
Hannes Domani
- [PATCH v2 1/2] Fix function argument and return value locations
Simon Marchi
- [PATCH 2/2] Handle Windows drives in auto-load script paths
Simon Marchi
- [PATCH v2] arc: Add support for Linux coredump files
Simon Marchi
- [PING] Add a way to invoke redefined (overridden) GDB commands
Marco Barisione
- [PATCH 1/2] Move the code to execute a cmd_list_element out from execute_command
Andrew Burgess
- [PATCH 2/2] Add a way to preserve redefined GDB commands for later invocation
Andrew Burgess
- [PATCH] Fix gdb.base/list-ambiguous.exp with Clang
Gary Benson
- [PATCH] Add Luis Machado to AArch64/ARM GDB maintainers
Alan Hayward
- [PATCH] Fix gdb.base/list.exp with Clang
Gary Benson
- [pushed] gdb: TYPE_VECTOR -> type::is_vector in amd64-windows-tdep.c
Simon Marchi
- [pushed] gdb: sync tui header files in HFILES_NO_SRCDIR
Simon Marchi
- [PATCH] gdb: put user-supplied CFLAGS at the end
Simon Marchi
- [PATCH] gnulib: Ensure all libraries are used when building gdb/gdbserver
Andrew Burgess
- [PATCH] sim: Fix autoreconf errors in sim/ directory
Andrew Burgess
- [PATCH] gdb: Have allocate_target_description return a unique_ptr
Andrew Burgess
- [PATCH] Add NetBSD/aarch64 gdbserver support
Kamil Rytarowski
- [PATCH v4] [gdb] Add basic Z80 CPU support
Sergey Belyashov
- [PATCH 0/2] Get gdb.base/overlays.exp passing on m32r
Andrew Burgess
- [PATCH v2 0/1] Notify observers that directories have changed when using "directory" CLI command
Jan Vrany
- [PATCH] gdbserver: Remove unused argument in register_data()
Shahab Vahedi
- [PATCH] Replace the symbol needs evaluator with a parser
Zoran Zaric
- [PATCH] gdb/cli: if redirecting output, also redirect top-level interpreter's ui-out
Tankut Baris Aktemur
- [PATCH 1/2] Don't create _Complex type name if there is no target type name
Hannes Domani
- [PATCH] gdb: restore thread after detaching from an inferior
Tankut Baris Aktemur
- [PATCH v2] [PATCH] Add NetBSD/aarch64 gdbserver support
Kamil Rytarowski
- [PATCH] gdbserver: Add GNU/Linux support for ARC
Shahab Vahedi
- [PATCH] gdb/infcmd: remove redundant clear_proceed_status call
Tankut Baris Aktemur
- [PATCH v2 1/2] arc: Rename "arc_gdbarch_features" struct
Shahab Vahedi
- [PATCH] Normalize names of the NetBSD files
Kamil Rytarowski
- [PATCH] gdb: Fix installation of gcore.1 on some platforms
Michael Forney
- [PATCH] gdb: make signal_catch_counts a static array
Simon Marchi
- [PATCH] Add common write_memory and read_memory NetBSD routines
Kamil Rytarowski
- [PATCH] Correct logical error in NetBSD's read_memory and write_memory
Kamil Rytarowski
- [PATCH] Stop passing netbsd_process_target to local functions
Kamil Rytarowski
- [PUSHED master] arc: Rename "arc_gdbarch_features" struct
Shahab Vahedi
- [PUSHED gdb-10-branch] arc: Rename "arc_gdbarch_features" struct
Shahab Vahedi
- [PUSHED master] arc: Add support for Linux coredump files
Shahab Vahedi
- [PUSHED gdb-10-branch] arc: Add support for Linux coredump files
Shahab Vahedi
- [PATCH] Update GDB NEWS with ARC support in GDBserver
Shahab Vahedi
- [PATCH] Fix testcases with required but unreferenced functions and variables
Gary Benson
- [PATCH v2] Replace the symbol needs evaluator with a parser
Zoran Zaric
- [PATCH v2 4/6] Remove some dead code from handle_search_memory
Tom Tromey
- [PATCH v2 0/6] Share memory-searching code
Tom Tromey
- [PATCH 0/7] Adding startup files to GDB
Andrew Burgess
- [PATCHv3 0/3] Restore thread and frame patches
Andrew Burgess
- [PATCH] gdb: detect main function even when there's no matching msymbol
Andrew Burgess
- [PATCH] Return std::string from ada_encode
Tom Tromey
- [PATCH] Handle void results as unformatted prints
Hannes Domani
- [PATCH] Style more output of "disassemble" command
Tom Tromey
- [pushed] Notify observers that directories have changed when using "directory" CLI command
Jan Vrany
- [PATCH v2 0/6] Fix inferior calls from breakpoint condition
Natalia Saiapova
- [PATCH] Fix bit offset regression
Tom Tromey
- [PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point
Pedro Alves
- [pushed/gdb-10-branch] gnulib: fix stat/fstat build errors on old Windows version or using old MinGW
Joel Brobecker
- [PATCH] Don't erase TUI source window when switching focus
Tom Tromey
- [pushed] ada-lang.c::advance_wild_match improve doc and parameter+temporaries types
Joel Brobecker
- GDB 10.1 release -- 2020-10-09 Update
Joel Brobecker
- [PATCHv5 0/4] Fortran Array Slicing and Striding Support
Andrew Burgess
- [PATCH 0/5] runto_main and -qualified
Pedro Alves
- gdb: Improve formatting of 'show architecture' messages
Alan Modra
- PowerPC testsuite fails and duplicates
Alan Modra
- [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex
Fam Zheng
- Add a way to invoke redefined (overridden) GDB commands
Pedro Alves
- [PATCH 0/9] Continuing Changes to Language Classes
Andrew Burgess
- [PATCH 1/9] gdb: Merge auto and unknown language implementations
Andrew Burgess
- [PATCH v2] Reject ambiguous C++ field accesses
Pedro Alves
- [PING] Added x86_64 stub for debugging embedded systems running on Intel x86_64 processor architecture.
Battig, Caleb
- [PATCH] gdb::handle_eintr, remove need to specify return type (Re: [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls)
Pedro Alves
- [PATCH v2 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
Aktemur, Tankut Baris
- [PATCH v4 0/2] Breakpoint conditions at locations with differing contexts
Tankut Baris Aktemur
- [PATCH] gdb/dwarf: fix reading subprogram with DW_AT_specification (PR gdb/26693)
Simon Marchi
- [PATCH 0/2] Fix gdb.base/print-file-var.exp with Clang
Gary Benson
- [PATCH] Limit the switch_to_thread() calls in startup_inferior()
Kamil Rytarowski
- [PATCH] gdb: get jiter objfile from a bound minsym
Mihails Strasuns
- [PING^2][PATCH] Fix testcases using __attribute__((noclone)) with Clang
Gary Benson
- [PATCH] gdb/infrun: disable pagination in fetch_inferior_event
Tankut Baris Aktemur
- [committed][gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp FAILs
Tom de Vries
- [committed][gdb] Fix segfault in solib_contains_address_p
Tom de Vries
- [PATCH] Fix gdb.python/py-format-string.exp with Clang
Gary Benson
- [PATCH] [AArch64] Fix gdb.base/msym*.exp failures
Luis Machado
- [PATCH] Fix gdb.base/corefile2.exp regression when running Docker/AUFS
Luis Machado
- [PING] [PATCH v3] Fixed pretty printing max depth behavior
Kent Cheung
- [committed][gdb/testsuite] Be more verbose about abort in gdb_breakpoint
Tom de Vries
- [committed][gdb/testsuite] Fix function comment for gdb_breakpoint
Tom de Vries
- [PATCH][gdb/testsuite] Remove hardcoded filenames in gdb.dwarf2/*.exp
Tom de Vries
- [PATCH][gdb/symtab] Handle setting line bp without debug line info
Tom de Vries
- [PATCH] gdb: Preserve gdb_std{out, err, ...} across interpreter-exec mi
Peter Waller
- [PATCH] gdb/testsuite: add template for test cases
Simon Marchi
- [PATCH] Have partial symbol tables own psymbol vectors
Tom Tromey
- [PATCH 0/4] Minor psymtab cleanups
Tom Tromey
- GDB 10.1 release -- 2020-10-18 Update (nearly there!)
Joel Brobecker
- [PATCH 0/4] Add inferior parameter to inferior_created and use it
Simon Marchi
- [PATCH 1/4] gdb: add inferior parameter to inferior_created observable
Simon Marchi
- [PATCH 3/4] gdb: make jit.c use the inferior_created inferior parameter
Simon Marchi
- [PATCH 4/4] gdb: use inferior parameter in add_vsyscall_page
Simon Marchi
- [PATCHv2] gdb/fortran: Don't access non-existent type fields
Andrew Burgess
- [PATCH] gdb/frame: remove an unused type alias
Tankut Baris Aktemur
- [PATCH] gdb/thread: fine-tune 'info threads' help text
Tankut Baris Aktemur
- [PATCH] Fix help string of alias command
Andreas Schwab
- [PATCH] Don't inherit range-type signed-ness from underlying type
Tom Tromey
- [PATCH v2 00/16] Remove some macros from exec.h and progspace.h
Tom Tromey
- [committed][gdb/testsuite] Use $gdb_test_file_name in gdb.dwarf2
Tom de Vries
- [committed][gdb/testsuite] Clean up redundant info in gdb.dwarf2
Tom de Vries
- [committed][gdb/testsuite] Use main.c in gdb.dwarf2
Tom de Vries
- [committed][gdb/testsuite] Remove superfluous marker in pr13961.S
Tom de Vries
- [PATCH] Fix gdb.mi/mi-fullname-deleted.exp with Clang
Gary Benson
- [pushed] Fix undefined behavior in gdbserver
Tom Tromey
- [pushed] gdb: fix comment of get_displaced_stepping_state
Simon Marchi
- [pushed] gdb: change some int to bool in infrun.c
Simon Marchi
- [pushed] Remove varobj_item typedef
Tom Tromey
- [pushed] gdb: make gdbarch predicates return bool
Simon Marchi
- [pushed] gdb: make gdbarch_displaced_step_hw_singlestep return bool
Simon Marchi
- [PATCH] gdbserver: fix overlap in sprintf argument and buffer
Simon Marchi
- [PATCH] gdb: make gdbarch_make_corefile_notes return a unique ptr
Simon Marchi
- [PATCH] gdb: add an option flag to 'maint print c-tdesc'
Andrew Burgess
- [PATCH] gdb: make target_ops::make_corefile_notes return a unique ptr
Simon Marchi
- [pushed] gdb: fix two comments in infrun
Simon Marchi
- [PATCH][gdb/symtab] Fix language of frame without debug info
Tom de Vries
- [gdb-10-branch] opcodes/csky: return the default disassembler when there is no bfd
Aktemur, Tankut Baris
- [committed][gdb/symtab] Make find_block_in_blockvector more robust
Tom de Vries
- [PATCH] gdb: user variables with components of dynamic type
Andrew Burgess
- [PATCH 0/2] arc: Add signal handling support
Shahab Vahedi
- [pushed] gdb: remove unused macros from target-debug.h
Simon Marchi
- [PATCH v2 00/24] Memory Tagging Support + AArch64 Linux implementation
Luis Machado
- [PATCH v2 01/24] New target methods for memory tagging support
Luis Machado
- [PATCH v2 02/24] New gdbarch memory tagging hooks
Luis Machado
- [PATCH v2 03/24] Add GDB-side remote target support for memory tagging
Luis Machado
- [pushed/Ada] ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedef
Joel Brobecker
- [PATCH][gdb/testsuite] Don't use default form in Dwarf::_guess_form
Tom de Vries
- [committed][gdb/testsuite] Use $srcfile in DW_AT_name for CU
Tom de Vries
- [PATCH] Fix testcases using __attribute__((noclone)) with Clang
Pedro Alves
- gdb-10 branch FROZEN
Joel Brobecker
- pushed: [release/branch] Set GDB version number to 10.1.
Joel Brobecker
- FYI/BRANCH: Patches applied to branch gdb-10-branch
Joel Brobecker
- [release/HEAD] Document the GDB 10.1 release in gdb/ChangeLog
Joel Brobecker
- [pushed] gdbserver: re-generate configure
Simon Marchi
- [PATCH] gdb: move ptrace.m4 to gdbsupport
Simon Marchi
- [PATCH] Fix some minor bugs in test suite command logging
Tom Tromey
- [PATCH 00/11] Some varobj C++-ification and cleanup
Tom Tromey
- [PATCH] Use sha256 for hashes in the release process
andreas@rammhold.de
- [PATCH 00/13] Modernize gdb/gdbserver/gdbsupport configure files
Simon Marchi
- [PATCH 06/13] gdb: modernize acinclude.m4
Simon Marchi
- [PATCH v2] Use sha256 for hashes in the release process
andreas@rammhold.de
- [PATCH][gdb/testsuite] Prevent pagination in GDB_INTERNALFLAGS
Tom de Vries
- [committed][gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
Tom de Vries
- Make test_compiler_info in Fortran tests test the Fortran compiler
Gary Benson
- [PATCH 1/3] Make get_compiler_info accept "f77" and "f90" as well as "c++"
Gary Benson
- [PATCH 2/3] Recognise GNU Fortran as GCC
Gary Benson
- [PATCH] gdb, gdbserver, gdbsupport: fix leading space vs tabs issues
Simon Marchi
- [PATCH] gdb: introduce displaced_debug_printf
Simon Marchi
- [PATCH] Rewrite leb.h:read_3_bytes
Tom Tromey
- [committed][gdb/symtab] Read CU base address for enqueued CU
Tom de Vries
- [PATCH] gdb/breakpoint: use gdb::option for the '-force' flag
Tankut Baris Aktemur
- [committed][gdb/symtab] Use early continue in find_pc_sect_compunit_symtab
Tom de Vries
- [committed][gdb/testsuite] Fix section matching in find_pc_sect_compunit_symtab
Tom de Vries
- [pushed] gdb: remove unused includes in xtensa-tdep.c
Simon Marchi
- [pushed] gdb: remove unused includes in m32c-tdep.c
Simon Marchi
- [OB PATCH] Add skip_fortran_tests to two Fortran testcases
Gary Benson
- [committed][gdb/testsuite] Fix gdb.cp/psymtab-parameter.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.base/maint.exp FAILs with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix DUPLICATEs in gdb.base/multi-forks.exp
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.base/multi-forks.exp timeout with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.dwarf2/dw2-stack-boundary.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.dwarf2/dw2-filename.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix typo in gdb.cp/nsalias.exp
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.cp/nsalias.exp with -readnow
Tom de Vries
- [PATCH] gdb/riscv: read frame base register as unsigned in the unwinder
Andrew Burgess
- [committed][gdb/testsuite] Fix gdb.dwarf2/dw2-error.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.base/relocate.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.rust/traits.exp with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix re-read FAILs with -readnow
Tom de Vries
- [committed][gdb/testsuite] Fix gdb.python/py-symbol.exp with -readnow
Tom de Vries
- [PATCH] <Overlapping Dwarf Compile Units with non-overlapping subranges gives incorrect line information>
Tom de Vries
- [committed][gdb/testsuite] Fix DUPLICATEs in gdb.threads/tls.exp
Tom de Vries
- target board readnow status report
Tom de Vries
- [PATCH] gdb: rs6000_dwarf2_reg_to_regnum return -1 for unknown register number
Simon Marchi
- [PATCH] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
Tankut Baris Aktemur
- [PATCH] Minor Python simplifications
Tom Tromey
- [pushed] gdb: remove parameter of gdbarch_displaced_step_hw_singlestep
Simon Marchi
- [PATCH 3/3] Make scoped_restore_current_thread's cdtors exception free (RFC)
Pedro Alves
- [PATCH] gdb/testsuite: do not hard-code location indices in condbreak-multi-context.exp
Tankut Baris Aktemur
- [PATCH] Have stamp-init depend on config.status
Tom Tromey
- [PATCH 0/5] remove some manual reference counting
Tom Tromey
- [PATCH 1/5] Use thread_info_ref in enable_thread_stack_temporaries
Tom Tromey
- [PATCH] gdb: rewrite how per language primitive types are managed
Andrew Burgess
Last message date:
Sat Oct 31 23:22:05 GMT 2020
Archived on: Sat Oct 31 23:22:18 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).