public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Introduce scoped_ignore_signal & make it thread safe
 2021-06-17 13:00 UTC  (9+ messages)
` [PATCH 1/4] Move scoped_ignore_sigttou to gdbsupport/
` [PATCH 2/4] Introduce scoped_restore_signal
` [PATCH 3/4] scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal
` [PATCH 4/4] Add a unit test for scoped_ignore_sigpipe

[PATCH] Document TUI mouse support in the manual & NEWS
 2021-06-17 12:23 UTC 

[PATCH v3 00/12] Extensions for PTWRITE
 2021-06-17 11:51 UTC  (15+ messages)
` [PATCH v3 01/12] btrace: Introduce auxiliary instructions
` [PATCH v3 02/12] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH v3 03/12] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH v3 04/12] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH v3 05/12] python: Introduce gdb.RecordAuxiliary class
` [PATCH v3 06/12] python: Add clear() to gdb.Record
` [PATCH v3 07/12] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v3 08/12] btrace, linux: Enable ptwrite packets
` [PATCH v3 09/12] btrace, python: Enable ptwrite listener registration
` [PATCH v3 10/12] btrace, python: Enable calling the ptwrite listener
` [PATCH v3 11/12] gdb, testsuite, lib: Add libipt version check
` [PATCH v3 12/12] btrace: Extend ptwrite event decoding

GDB 11 branching update (2021-06-13)
 2021-06-17 11:16 UTC  (3+ messages)

[PATCHv3 1/2] Initial TUI mouse support
 2021-06-17 11:04 UTC  (20+ messages)
                      ` POC: Make the TUI command window support the mouse (Re: [PATCHv3 1/2] Initial TUI mouse support)
                            ` [PATCH v2] Make the TUI command window support the mouse
                                ` [PATCH v3] "
                                      ` [PUSHED v4] "

[PATCH 1/4] gdb/testsuite: gdb.base/args.exp: use save_vars
 2021-06-17 10:35 UTC  (5+ messages)
` [PATCH 2/4] gdb/testsuite: gdb.base/args.exp: use $old_gdbflags last two tests
` [PATCH 3/4] gdb/testsuite: gdb.base/args.exp: remove trailing parenthesis in test names
` [PATCH 4/4] gdb/testsuite: gdb.base/args.exp: add KFAIL for native-extended-gdbserver

Problems with email delivery from sourceware?
 2021-06-17 10:28 UTC  (9+ messages)

[RFA] Fix/complete option list/description in manual and in gdb --help
 2021-06-17 10:23 UTC  (2+ messages)

[PATCH/committed] sim: enable silent rules in common builds
 2021-06-17  4:22 UTC  (7+ messages)

[PATCH] gdb: add ../config/pkg.m4 in acinclude.m4
 2021-06-17  4:21 UTC  (4+ messages)
` [PATCH] gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS

[PATCH/committed 1/2] sim: mn10300: switch abort to sim_engine_abort
 2021-06-17  4:14 UTC  (7+ messages)
` [PATCH/committed 2/2] sim: mn10300: enable -Werror
          ` [PATCH/committed] sim: mn10300: tweak static inlines

[PATCH] Update the core file architecture if a target description is present
 2021-06-17  3:26 UTC  (4+ messages)
` [PING][PATCH] "

[PATCH V6] CTF: multi-CU and archive support
 2021-06-17  0:44 UTC 

[PATCH] Fix powerpc-power8.exp test with new mnemonics
 2021-06-16 20:07 UTC 

[PATCH 00/17] Interrupting programs that block/ignore SIGINT
 2021-06-16 15:06 UTC  (16+ messages)
` [PATCH 03/17] Fix silent gdb.base/annota1.exp test coverage regression

[PUSHED obv] gdb, doc: Fix missed ChangeLog entry
 2021-06-16 13:43 UTC 

[PATCH] btrace, doc: Clarify record function-call-history documentation
 2021-06-16 13:38 UTC  (4+ messages)

[PATCH v2 00/16] Interrupting programs that block/ignore SIGINT
 2021-06-16 13:05 UTC  (27+ messages)
` [PATCH v2 01/16] Test interrupting programs that block SIGINT [gdb/9425, gdb/14559]
` [PATCH v2 02/16] prefork_hook: Remove 'args' parameter
` [PATCH v2 03/16] Make gdb.base/long-inferior-output.exp fail fast
` [PATCH v2 04/16] Fix gdb.multi/multi-term-settings.exp race
` [PATCH v2 05/16] Don't check parent pid in gdb.threads/{ia64-sigill, siginfo-threads, watchthreads-reorder}.c
` [PATCH v2 06/16] Special-case "set inferior-tty /dev/tty"
` [PATCH v2 07/16] Make inferior/GDB share terminal in tests expecting output after detach
` [PATCH v2 08/16] Make inferior/GDB share terminal in tests that exercise GDB/inferior reading same input
` [PATCH v2 09/16] gdb.mi/mi-logging.exp, don't send input to GDB while the inferior is running
` [PATCH v2 10/16] target_terminal::ours_for_output before printing signal received
` [PATCH v2 11/16] Move scoped_ignore_sigttou to gdbsupport/
` [PATCH v2 12/16] Always put inferiors in their own terminal/session [gdb/9425, gdb/14559]
` [PATCH v2 13/16] exists_non_stop_target: Avoid flushing frames
` [PATCH v2 14/16] convert previous_inferior_ptid to strong reference to thread_info
` [PATCH v2 15/16] GNU/Linux: Interrupt/Ctrl-C with SIGSTOP instead of SIGINT [PR gdb/9425, PR gdb/14559]
` [PATCH v2 16/16] Document pseudo-terminal and interrupting changes

[PATCH 0/2] Clean up language handling in the DWARF reader
 2021-06-16 11:09 UTC  (8+ messages)
` [PATCH 2/2] Remove dwarf2_cu::language

[RFC][gdb/symtab] Lazy expansion of full symbol table
 2021-06-16 10:20 UTC  (5+ messages)

[PATCH 00/10] Extensions for PTWRITE
 2021-06-16 10:16 UTC  (31+ messages)
` [PATCH 05/10] python: Introduce gdb.RecordAuxiliary class
` [PATCH 10/10] btrace: Extend event decoding for ptwrite
` [PATCH 04/10] btrace: Handle stepping and goto for auxiliary instructions
` [PATCH 02/10] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH 07/10] btrace, linux: Enable ptwrite packets
` [PATCH 09/10] btrace, python: Enable calling the ptwrite listener
` [PATCH 03/10] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH 08/10] btrace, python: Enable ptwrite listener registration
` [PATCH 06/10] python: Add clear_trace() to gdb.Record

[PATCH v2 05/12] python: Introduce gdb.RecordAuxiliary class
 2021-06-16  7:26 UTC  (16+ messages)
` [PATCH v2 06/12] python: Add clear() to gdb.Record
` [PATCH v2 07/12] btrace, gdbserver: Add ptwrite to btrace_config_pt
` [PATCH v2 08/12] btrace, linux: Enable ptwrite packets
` [PATCH v2 09/12] btrace, python: Enable ptwrite listener registration
` [PATCH v2 10/12] btrace, python: Enable calling the ptwrite listener
` [PATCH v2 11/12] gdb, testsuite, lib: Add libipt version check
` [PATCH v2 12/12] btrace: Extend ptwrite event decoding

[PATCH 1/3] sim: split sim/callback.h include out
 2021-06-16  6:33 UTC  (3+ messages)
` [PATCH 2/3] sim: drop core libiberty.h include
` [PATCH 3/3] sim: split sim-signal.h include out

[PATCH] sim: overhaul & unify endian settings management
 2021-06-16  5:49 UTC 

[PATCH] sim: drop obsolete AC_EXEEXT call
 2021-06-16  5:29 UTC 

[PATCH] sim: ppc: use common sim-assert setting
 2021-06-16  5:24 UTC 

[PATCH] sim: ppc: convert to bfd_endian
 2021-06-16  5:23 UTC 

[PATCH] sim: ppc: replace local __attribute__ fallback
 2021-06-16  5:14 UTC 

[PATCH] sim: ppc: use common ATTRIBUTE_PRINTF macros
 2021-06-16  5:14 UTC 

[PATCH] sim: ppc: use common ATTRIBUTE_PACKED macro
 2021-06-16  5:11 UTC 

[PATCH] sim: ppc: replace local NORETURN macros with common one
 2021-06-16  5:10 UTC 

[PATCH] sim: ppc: replace local UNUSED macros with common one
 2021-06-16  5:08 UTC 

[PATCH] sim: ppc: replace local CONCAT macros with common ones
 2021-06-16  5:06 UTC 

[PATCH] sim: ppc: change bool variable name to boolean
 2021-06-16  5:05 UTC 

[PATCH] sim: ppc: drop host endian configure option
 2021-06-16  5:04 UTC 

[PATCH/committed] sim: touch modules target
 2021-06-15 21:07 UTC  (5+ messages)
` [PATCH] sim: switch modules.c & version.c to stamp files
    ` [PATCH v2] "

[PATCH] Fix typo in vsx-regs.exp test
 2021-06-15 20:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update path to readline config.{sub,guess} files
 2021-06-15 16:23 UTC 

[PATCH][gdb/symtab] Fix infinite recursion in dwarf2_cu::get_builder(), again
 2021-06-15 15:51 UTC  (3+ messages)

[PATCH] [AArch64] MTE corefile support
 2021-06-15 14:10 UTC  (3+ messages)
` [PATCH,v5][AArch64] "
  ` [Ping][PATCH,v5][AArch64] "

[PATCH] Fix displaced stepping watchpoint check order
 2021-06-15 14:09 UTC  (2+ messages)
` [Ping][PATCH] "

[PATCH] Fix gdb crash due to SIGPIPE when the compile command fails
 2021-06-15 11:16 UTC  (17+ messages)

[PATCH 1/2] sim: move dv-sockser define to CPPFLAGS
 2021-06-15  5:46 UTC  (2+ messages)
` [PATCH 2/2] sim: drop arch-specific config.h

[PATCH 1/6] sim: mips: fix format warnings when setting up memory
 2021-06-15  5:11 UTC  (6+ messages)
` [PATCH 2/6] sim: mips: add casts to fpu conversions
` [PATCH 3/6] sim: mips: fix uninitialized register use
` [PATCH 4/6] sim: mips: tweak buffer sign
` [PATCH 5/6] sim: mips: rework dynamic printf logic to avoid compiler warnings
` [PATCH 6/6] sim: mips: add printf attribute to trace func

[PATCH/committed 1/2] sim: erc32: fix build w/out termios.h
 2021-06-15  3:30 UTC  (2+ messages)
` [PATCH/committed 2/2] sim: erc32: fix build w/out F_{G,S}ETFL

[PATCH/committed] sim: drop redundant SIM_AC_OPTION_WARNINGS
 2021-06-15  3:20 UTC 

[PATCH 0/4] Some small debug index writer cleanups
 2021-06-14 20:14 UTC  (4+ messages)
` [PATCH 2/4] Minor cleanup to addrmap_index_data::previous_valid

[PATCH] gnulib: import sys_wait
 2021-06-14 19:35 UTC  (5+ messages)

[PATCH v2 00/12] Extensions for PTWRITE
 2021-06-14 15:50 UTC  (8+ messages)
` [PATCH v2 01/12] btrace: Introduce auxiliary instructions
` [PATCH v2 02/12] btrace: Enable auxiliary instructions in record instruction-history
` [PATCH v2 03/12] btrace: Enable auxiliary instructions in record function-call-history
` [PATCH v2 04/12] btrace: Handle stepping and goto for auxiliary instructions

[PATCH] fbsd nat: Disable address space randomization when requested
 2021-06-14 15:31 UTC  (2+ messages)

[PATCH] gnulib: allow control over srcdir
 2021-06-14 15:23 UTC  (3+ messages)
` [PATCH] gnulib: define the path to gnulib's parent dir

[PATCH] Handle DWARF 5 separate debug sections
 2021-06-14 15:18 UTC  (8+ messages)
` build-ids, .debug_sup and other IDs (Was: [PATCH] Handle DWARF 5 separate debug sections)

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