public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/2] Line table is_stmt support
 2020-04-16 17:18 UTC  (13+ messages)
` [PATCH 0/2] More regression fixing from is-stmt patches
  ` [PATCH 1/2] gdb/testsuite: Move helper function into lib/dwarf.exp
  ` [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files

Fwd: Re: [PATCH 2/2] gdb: Preserve is-stmt lines when switch between files
 2020-04-16 17:14 UTC  (2+ messages)

[PATCH v5 0/5] Handling already-exited threads in 'stop_all_threads'
 2020-04-16 17:06 UTC  (11+ messages)
` [PATCH v5 1/5] gdb: protect some 'regcache_read_pc' calls
` [PATCH v5 2/5] gdb/infrun: move a 'regcache_read_pc' call down to first use
` [PATCH v5 3/5] gdb/remote: do not delete a thread if it has a pending event
` [PATCH v5 4/5] gdb/infrun: extract out a code piece into 'mark_non_executing_threads' function
` [PATCH v5 5/5] gdb/infrun: handle already-exited threads when attempting to stop

[PATCH] Move OpenBSD-only functions from inf-ptrace to obsd-nat
 2020-04-16 16:58 UTC 

[PATCH] gdb: make is_linked_with_cygwin_dll handle import table not at beginning of .idata section
 2020-04-16 16:52 UTC  (3+ messages)

[PATCH 00/28] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412)
 2020-04-16 14:58 UTC  (47+ messages)
` [PATCH 01/28] Don't write to inferior_ptid in linux_get_siginfo_data
` [PATCH 02/28] gcore, handle exited threads better
` [PATCH 03/28] Refactor delete_program_space as a destructor
` [PATCH 04/28] Don't write to inferior_ptid in gdbarch-selftests.c, mock address_space too
` [PATCH 05/28] Don't write to inferior_ptid in inf-ptrace.c
` [PATCH 06/28] Don't write to inferior_ptid in target.c
` [PATCH 07/28] Don't write to inferior_ptid in infrun.c
` [PATCH 08/28] Don't write to inferior_ptid in procfs.c
` [PATCH 09/28] Don't write to inferior_ptid in tracefile-tfile.c
` [PATCH 10/28] Don't write to inferior_ptid in tracectf.c
` [PATCH 11/28] Don't write to inferior_ptid in remote.c
` [PATCH 12/28] Don't write to inferior_ptid in remote-sim.c
` [PATCH 13/28] Don't write to inferior_ptid in nto-procfs.c
` [PATCH 14/28] Don't write to inferior_ptid in go32-nat.c
` [PATCH 15/28] Don't write to inferior_ptid in gnu-nat.c
` [PATCH 16/28] Don't write to inferior_ptid in darwin-nat.c
` [PATCH 17/28] Don't write to inferior_ptid in corelow.c
` [PATCH 18/28] Don't write to inferior_ptid in bsd-kvm.c
` [PATCH 19/28] Don't write to inferior_ptid in btrace_fetch
` [PATCH 20/28] Don't write to inferior_ptid in bsd-kvm.c
` [PATCH 21/28] Don't write to inferior_ptid in fork-child.c
` [PATCH 22/28] Don't write to inferior_ptid in go32-nat.c
` [PATCH 23/28] Don't write to inferior_ptid in remote-sim.c
` [PATCH 24/28] Don't write to inferior_ptid in windows-nat.c, part I
` [PATCH 25/28] Don't write to inferior_ptid in windows-nat.c, part II
` [PATCH 26/28] Don't write to inferior_ptid in ravenscar-thread.c
` [PATCH 27/28] Don't write to inferior_ptid in aix-thread.c
` [PATCH 28/28] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412)

[PATCH][gdb] Fix hang after ext sigkill
 2020-04-16 13:28 UTC  (6+ messages)

[PATCH][gdb/symtab] Handle PU without import in "save gdb-index"
 2020-04-16 12:58 UTC  (2+ messages)

[PATCH] Fix compilation of python/python.c for Python 3.9
 2020-04-16 12:19 UTC  (5+ messages)

[PATCH 1/3] gdb, btrace: forward fetch_registers for unknown threads
 2020-04-16  7:00 UTC  (3+ messages)
` [PATCH 2/3] gdb, btrace: diagnose double and failed enable
` [PATCH 3/3] gdb, btrace: make record-btrace per-inferior

[PATCH][gdb] Expand symbolless symtabs using maint expand-symtabs
 2020-04-16  6:45 UTC  (6+ messages)
        ` [committed][gdb/testsuite] Fix maint-expand-symbols-header-file.exp for cc-with-gdb-index

[PATCH v3 00/29] Windows code sharing + bug fix
 2020-04-16  1:11 UTC  (15+ messages)
` [PATCH v3 21/29] Share handle_exception
` [PATCH v3 29/29] Add pending stop support to gdbserver's Windows port
  ` [pushed] gdbserver: fix format string warning in win32-low.cc (was: Re: [PATCH v3 29/29] Add pending stop support to gdbserver's Windows port)

[PATCH] breakpoint: Make sure location types match before swapping
 2020-04-15 20:46 UTC  (7+ messages)

[PATCH] Remove obsolete and unused inf_ptrace_target::auxv_parse
 2020-04-15 20:34 UTC  (2+ messages)

[PATCH] Fix OpenBSD build error
 2020-04-15 20:00 UTC  (3+ messages)

[pushed] Use debug_printf in windows-nat.c
 2020-04-15 18:47 UTC 

[PATCHv2 2/3] gdb: Restructure the completion_tracker class
 2020-04-15 15:46 UTC  (4+ messages)
` [PATCH] gdb: Don't corrupt completions hash when expanding the hash table

[RFC][PATCH][PR gdb/24154] Use real type for member functions with auto return type
 2020-04-14 23:05 UTC  (5+ messages)

[PATCH] Fix inline frame unwinding breakage
 2020-04-14 21:38 UTC  (2+ messages)

Tom de Vries appointed as Global Maintainer
 2020-04-14 15:43 UTC  (3+ messages)

[PATCH][gdb] Fix missing symtab includes
 2020-04-14 13:31 UTC  (8+ messages)

[PATCH] Implement IP_STAT+IP_STATUS (aliases of the same format) on NetBSD
 2020-04-14 13:27 UTC  (2+ messages)

[PATCH v3 1/9] [gdb/testsuite] allow more registers in reader test
 2020-04-14 10:08 UTC  (2+ messages)

[PATCH] Fix makeinfo warnings in gdb.texinfo and python.texi docs
 2020-04-14  9:44 UTC  (3+ messages)

[PATCH v2 00/12] Merge event loop implementations
 2020-04-13 21:08 UTC  (2+ messages)

[PATCH] Implement IP_STAT on NetBSD
 2020-04-13 20:43 UTC  (6+ messages)

[PATCH] Update my email address on MAINTAINERS
 2020-04-13 19:58 UTC 

[RFC] AArch64 Memory tagging support
 2020-04-13 14:57 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix gdb.ada/catch_ex_std.exp gnatlink FAIL
 2020-04-13 13:11 UTC  (2+ messages)

[PATCH] Implement IP_MINIMAL and IP_ALL on NetBSD
 2020-04-13  3:24 UTC  (2+ messages)

[PATCH] Implement "info proc cmdline" for NetBSD
 2020-04-12 19:43 UTC  (3+ messages)

[PATCH] Implement "info proc cwd" for NetBSD
 2020-04-12 18:12 UTC  (2+ messages)

[PATCH] Implement "info proc exe" for NetBSD
 2020-04-12 17:59 UTC  (3+ messages)

[PATCH] Implement "info proc exe" for NetBSD
 2020-04-12 17:22 UTC  (3+ messages)

[PATCH v2] Implement "info proc mappings" for NetBSD
 2020-04-12 10:17 UTC  (12+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH] Undefined behavior reported in copy_bitwise
 2020-04-11  1:08 UTC  (5+ messages)

[PATCH 0/11] Variant part support, plus more
 2020-04-10 17:44 UTC  (13+ messages)
` [PATCH 04/11] Prefer existing data when evaluating DWARF expression
` [PATCH 05/11] Rewrite the existing variant part code
` [PATCH 06/11] Add support for dynamic type lengths
` [PATCH 07/11] Add support for variable field offsets
` [PATCH 08/11] Update Ada ptype support for dynamic types
` [PATCH 09/11] Add tests for Ada changes
` [PATCH 10/11] Add Python support for dynamic types
` [PATCH 11/11] Update test cases that work with minimal encodings

[PATCH] gdbsupport: include cstdlib in common-defs.h
 2020-04-10 17:29 UTC  (4+ messages)

[PATCH] Mark move constructors as "noexcept"
 2020-04-10 15:38 UTC 

[PATCH 0/2] Avoid infinite recursion in get_msymbol_address
 2020-04-10 14:46 UTC  (3+ messages)

[committed][gdb/cli] Don't let python colorize strip leading newlines
 2020-04-10 13:09 UTC  (2+ messages)

[PATCH] Fix debugging of WOW64 processes
 2020-04-10 11:03 UTC  (3+ messages)

[committed][gdb/testsuite] Fix -readnow FAIL in gdb.base/style.exp
 2020-04-10  7:51 UTC 

[RFC] Add git sha information to the gdb version string
 2020-04-10  0:10 UTC  (5+ messages)
` [PATCH 0/2] Adding git sha information to the "
  ` [PATCH 2/2] Add git sha information to the gdb "

one month to GDB 9.2 release (corrective release after 9.1)
 2020-04-09 23:02 UTC 

[PATCH][gdb/symtab] Prefer def over decl (inter-CU case, with context)
 2020-04-09 21:08 UTC 

[PATCH] Better handling of realpath() failure in windows_make_so() on Cygwin
 2020-04-09 19:26 UTC  (3+ messages)

[PATCH][gdb/symtab] Prefer def over decl (inter-CU case)
 2020-04-09 14:30 UTC 

[PATCH] Partially revert my UB fix in record_line
 2020-04-09  9:33 UTC  (2+ messages)

[PATCH] Add completion styling
 2020-04-09  6:39 UTC  (2+ messages)

[PATCH] Add SVR4 psABI specific parser for AUXV entries
 2020-04-09  1:00 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/7] Add "Windows" OS ABI
 2020-04-08 18:16 UTC  (8+ messages)
    ` [PATCH] gdb: stop using host-dependent signal numbers in, windows-tdep.c (was: Re: [PATCH 0/7] Add "Windows" OS ABI)
      ` [PATCH] gdb: stop using host-dependent signal numbers in, windows-tdep.c

page:  |  | 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).