Propose GDB 10 branch this Fri-Sun (Sep 11-13) [2020-09-05 Update]
2020-09-10 15:03 UTC (9+ messages)
PR26597, FAIL: gdb.dlang/demangle.exp: _D8demangle4testFI5identZv
2020-09-10 14:28 UTC
[PATCH v4 00/10] Add minimal NetBSD/amd64 gdbserver support
2020-09-10 12:48 UTC (13+ messages)
` [PATCH v4 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v4 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v4 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v4 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v4 05/10] Add gdb/nat common functions for listing threads
` [PATCH v4 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v4 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v4 08/10] Avoid double free in startup_inferior
` [PATCH v4 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v4 10/10] Add minimal and functional NetBSD/amd64 gdbserver
[PATCH v3 0/3] avx512 bfloat16 support
2020-09-10 12:29 UTC (4+ messages)
` [PATCH v3 1/3] Sync include, libiberty with GCC
` [PATCH v3 2/3] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH v3 3/3] Add bfloat16 support for AVX512 register view
[PATCH 0/5] Remove support for old FreeBSD hosts
2020-09-10 12:24 UTC (4+ messages)
[PATCH v1][PowerPC] Use flexible target descriptors for Linux PowerPC
2020-09-09 20:19 UTC (4+ messages)
` [PATCH v2] "
[pushed] Fix latent bug in ada-lang.c:remove_extra_symbols
2020-09-09 18:49 UTC
Sales Forecast File
2020-09-09 14:17 UTC
[PATCH] gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluation"
2020-09-09 8:22 UTC
[PATCH] Fix exception unwinding for ARM Cortex-M
2020-09-09 8:12 UTC (6+ messages)
` [PATCH] Fix exception stack "
[PATCH] bpf: simulator: correct div, mod insn semantics
2020-09-09 6:21 UTC (3+ messages)
[pushed] Fix uninitialized warning in gdb_bfd_open
2020-09-08 16:40 UTC
[PATCH] Do not adjust mtime timezone on Windows
2020-09-08 16:28 UTC (5+ messages)
[PATCH v2] Avoid hash table corruption in gdb_bfd.c
2020-09-08 16:24 UTC (3+ messages)
[PATCH v2 0/3] Support frames inlined in outer frames
2020-09-08 9:55 UTC (5+ messages)
` [PATCH v2 3/3] gdb: support frames inlined into the outer frame
` [committed][gdb/testsuite] Fix gdb.dwarf2/frame-inlined-in-outer-frame.exp
[PATCH v2 00/10] Add minimal NetBSD/amd64 gdbserver support
2020-09-08 2:21 UTC (29+ messages)
` [PATCH v2 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v2 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v2 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v2 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v2 05/10] Add gdb/nat common functions for listing threads
` [PATCH v2 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v2 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v2 08/10] Avoid double free in startup_inferior
` [PATCH v2 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v2 10/10] Add minimal and functional NetBSD/amd64 gdbserver
[PATCH v3 00/10] Add minimal NetBSD/amd64 gdbserver support
2020-09-08 1:07 UTC (11+ messages)
` [PATCH v3 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH v3 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH v3 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH v3 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH v3 05/10] Add gdb/nat common functions for listing threads
` [PATCH v3 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH v3 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH v3 08/10] Avoid double free in startup_inferior
` [PATCH v3 09/10] Switch local native code to gdb/nat shared functions
` [PATCH v3 10/10] Add minimal and functional NetBSD/amd64 gdbserver
[PATCH] Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang
2020-09-07 14:29 UTC
[PATCH] gdb/infrun: use switch_to_target_no_thread to switch the target
2020-09-07 13:22 UTC (2+ messages)
[PATCH] arc: Add support for Linux coredump files
2020-09-07 9:14 UTC (2+ messages)
[PATCH] gdbserver: Add GNU/Linux support for ARC
2020-09-07 9:12 UTC (2+ messages)
[PING][PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
2020-09-07 7:40 UTC
[PATCH] Rename block.{h,c} to gdb-block.{h, c}
2020-09-07 5:27 UTC (6+ messages)
[pushed] Remove unused declaration from symfile.h
2020-09-06 22:14 UTC
[PATCH 00/10] Add minimal NetBSD/amd64 gdbserver support
2020-09-04 12:35 UTC (17+ messages)
` [PATCH 01/10] Add handle_eintr to wrap EINTR handling in syscalls
` [PATCH 02/10] Register a placeholder for NetBSD shared functions in gdb/nat
` [PATCH 03/10] Build nat/netbsd-nat.o for the NetBSD native target
` [PATCH 04/10] Add netbsd_nat::pid_to_exec_file
` [PATCH 05/10] Add gdb/nat common functions for listing threads
` [PATCH 06/10] Add netbsd_nat::enable_proc_events in gdb/nat
` [PATCH 07/10] Add a common utility function to read and write siginfo_t in inferior
` [PATCH 08/10] Avoid double free in startup_inferior
` [PATCH 09/10] Switch local native code to gdb/nat shared functions
` [PATCH 10/10] Add minimal and functional NetBSD/amd64 gdbserver
[PATCH v2 0/2] Breakpoint conditions at locations with differing contexts
2020-09-04 11:02 UTC (2+ messages)
[PATCH] bpf: several small fixes in the simulator
2020-09-03 16:23 UTC (3+ messages)
[PATCH] sim: better handle builds of primary targets lacking sims
2020-09-03 16:23 UTC (4+ messages)
[PATCH] Allow Flang kind printing in complex.exp,pointer-to-pointer.exp,vla-ptr-info.exp
2020-09-03 16:07 UTC (3+ messages)
[PATCH] Support printing of 16 byte real/complex type for Flang compiler
2020-09-03 16:06 UTC (3+ messages)
[PATCHv2 00/18] Further updates for the language class structure
2020-09-03 16:00 UTC (2+ messages)
[PATCH] gdbsupport: move index_digits function here
2020-09-03 14:15 UTC (2+ messages)
[PATCH][gdb/breakpoint] Handle setting breakpoint on label without address
2020-09-03 10:34 UTC (6+ messages)
` [PATCH][gdb/breakpoint, PIE] "
` [committed][PATCH][gdb/breakpoint, "
[PATCH 0/3] Fix gdb's BFD cache
2020-09-02 18:45 UTC (4+ messages)
` [PATCH 3/3] Further simplify gdb BFD caching
[PATCH] Add MI "-break-insert --qualified"
2020-09-02 18:35 UTC (3+ messages)
[PATCH] gdb: remove maint_print_section_data
2020-09-02 17:57 UTC (3+ messages)
[pushed] Do not auto-dereference null pointers in Ada MI varobj
2020-09-02 17:35 UTC
[PATCH 2/3] Consistently use BFD's time
2020-09-02 14:59 UTC (13+ messages)
[PATCH] Have partial symbol tables own psymbol vectors
2020-09-01 17:59 UTC (11+ messages)
[pushed] gdb: change bcache::insert `added` parameter to bool
2020-09-01 16:56 UTC
Pointers vs references for out and inout parameters
2020-09-01 14:13 UTC (3+ messages)
[PATCH] gdb: turn gdb::bcache's function pointers into virtual methods
2020-09-01 12:48 UTC
[PATCH] Work around incorrect/broken pathnames in NT_FILE note
2020-09-01 2:04 UTC (9+ messages)
[pushed 1/2] gdb: fix indentation of struct field_info
2020-09-01 1:07 UTC (2+ messages)
` [pushed 2/2] gdb: change type of field_info::non_public_fields to bool
[PATCH] gdb/testsuite: write gdb.dwarf2/dw2-reg-undefined.exp test file in C
2020-08-31 21:07 UTC
[PATCH 00/13] Use gdb_bfd_sections in more places
2020-08-31 18:19 UTC (18+ messages)
` [PATCH 01/13] Add a new overload of gdb_bfd_sections
` [PATCH 04/13] Use gdb_bfd_sections in get_stap_base_address
` [PATCH 06/13] Use gdb_bfd_sections in symfile.c
` [PATCH 09/13] Use gdb_bfd_sections in gcore_memory_sections
` [PATCH 10/13] Use gdb_bfd_sections in restore_command
` [PATCH 12/13] Use gdb_bfd_sections in build_section_table
` [PATCH 13/13] Use gdb_bfd_sections in generic_load
[PATCH] gdb: remove NULL_TYPE
2020-08-31 14:45 UTC (3+ messages)
[PATCH 0/6] Fix inferior calls from breakpoint condition
2020-08-31 12:35 UTC (7+ messages)
` [PATCH 1/6] gdb: add in_cond_eval field to thread_control_state struct
` [PATCH 2/6] gdb/infrun: in condition evaluation resume only current thread
` [PATCH 3/6] gdb/infcall: in condition evaluation register target back after infcall
` [PATCH 4/6] gdb/infrun: in condition evaluation wait only for current inferor
` [PATCH 5/6] gdb/infrun: in condition evaluation do not stop all threads
` [PATCH 6/6] gdb/testsuite: add tests for inferior calls in breakpoint conditions
[committed][gdb/testsuite] Add gdb.base/eh_return.exp
2020-08-31 8:47 UTC (5+ messages)
GDB 10 branching - 2020-08-29 Update
2020-08-29 18:56 UTC
[pushed] Adjust "maint info program-spaces" to per-inferior target stack
2020-08-28 23:58 UTC
[PATCH] Reject ambiguous C++ field accesses
2020-08-28 20:22 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/2] Fix some advance/until issues
2020-08-28 18:52 UTC (5+ messages)
` [PATCH 2/2] Fix advance/until and multiple locations (PR gdb/26524)
` [pushed] Fix gdb.base/advance-until-multiple-locations.exp with some compilers (Re: [PATCH 2/2] Fix advance/until and multiple locations (PR gdb/26524))
[pushed] Fix two out-of-date comments
2020-08-28 17:17 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).