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-15 17:04 UTC  (6+ 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

Problems with email delivery from sourceware?
 2021-06-15 16:52 UTC  (3+ messages)

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

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

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

[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 v2 05/12] python: Introduce gdb.RecordAuxiliary class
 2021-06-15 13:52 UTC  (14+ 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

[RFC][gdb/symtab] Lazy expansion of full symbol table
 2021-06-15 13:26 UTC  (4+ messages)

[PATCH v2 00/16] Interrupting programs that block/ignore SIGINT
 2021-06-15 12:56 UTC  (19+ 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] 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] gdb: add ../config/pkg.m4 in acinclude.m4
 2021-06-15  5:44 UTC  (2+ messages)
` [PATCH] gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS

[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: mn10300: switch abort to sim_engine_abort
 2021-06-15  3:47 UTC  (2+ messages)
` [PATCH/committed 2/2] sim: mn10300: enable -Werror

[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/committed] sim: enable silent rules in common builds
 2021-06-15  1:43 UTC  (5+ messages)

[PATCH/committed] sim: touch modules target
 2021-06-15  0:39 UTC  (2+ messages)
` [PATCH] sim: switch modules.c & version.c to stamp files

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

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

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

ANNOUNCEMENT: ChangeLog policy change after GDB 11
 2021-06-14 12:26 UTC  (3+ messages)

[PATCH v2] gdb: Fix deleted thread when issuing next command
 2021-06-14 11:28 UTC 

[PATCH 0/2] Fix next command in the running inferior
 2021-06-14 10:47 UTC  (4+ messages)
` [PATCH 2/2] gdb: Improve the resuming of the stepped thread

GDB 11 branching update (2021-06-13)
 2021-06-14  7:44 UTC  (4+ messages)

[PATCH] sim: ppc: use common version.o too
 2021-06-14  2:03 UTC 

[PATCHv3 1/2] Initial TUI mouse support
 2021-06-13 18:13 UTC  (27+ 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] "

[PATCH 1/2] sim: unify sim-load.o building
 2021-06-13  3:39 UTC  (2+ messages)
` [PATCH 2/2 v3] sim: start unifying portability shims

[PATCH] sim: rx: replace cycle-stats with common profile settings
 2021-06-13  2:14 UTC 

[PATCH 7/7] sim: overhaul alignment settings management
 2021-06-13  1:19 UTC  (2+ messages)
` [PATCH 7/7 v2] "

[PATCH 6/7] sim: unify bug & package settings
 2021-06-13  0:25 UTC  (2+ messages)
` [PATCH 6/7 v2] "

[PATCH 5/7] sim: unify debug/stdio/trace/profile build settings
 2021-06-13  0:09 UTC  (2+ messages)
` [PATCH 5/7 v2] "

[PATCH 0/5] Add helper functions for FreeBSD native targets
 2021-06-12 23:17 UTC  (2+ messages)

[PATCH 1/7] sim: unify platform function & header tests
 2021-06-12 18:40 UTC  (2+ messages)
` [PATCH/committed] sim: ppc: unify header & function & type tests too

[pushed obv] remote: Fix indentation in remote_new_objfile
 2021-06-12 17:49 UTC 

[PATCH 3/7] sim: unify environment build settings
 2021-06-12 17:17 UTC  (2+ messages)
` [PATCH/committed] sim: ppc: unify env settings too

[PATCH v2] guile: stop procedures on invalid breakpoints
 2021-06-12 10:08 UTC  (2+ messages)

[PATCH v3] Guile: temporary breakpoints
 2021-06-12 10:07 UTC  (2+ messages)

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

[PATCH 0/4] libthread_db initialization changes related to upcoming glibc-2.34
 2021-06-12  2:58 UTC  (15+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] testsuite/glib-2.34: Match/consume optional libthread_db related output
` [PATCH 3/4] print-symbol-loading.exp: Allow libc symbols to be already loaded
` [PATCH 4/4] mi-sym-info.exp: Increase timeout for 114-symbol-info-functions

readelf: report DF_1_PIE as "Position Independent Executable"
 2021-06-12  0:24 UTC  (3+ messages)

[PATCH V5] CTF: multi-CU and archive support
 2021-06-11 23:14 UTC  (8+ messages)

GDB 11 branching update (2021-05-30)
 2021-06-11 21:51 UTC  (7+ messages)

[PATCH] Linux: Access memory even if threads are running
 2021-06-11 18:00 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 00/17] DWARF expression evaluator design cleanup
 2021-06-11 17:22 UTC  (13+ messages)
` [PATCH v3 01/17] Replace the symbol needs evaluator with a parser
` [PATCH v3 03/17] Move frame context info to dwarf_expr_context
` [PATCH v3 05/17] Move compilation unit "
` [PATCH v3 16/17] Simplify dwarf_expr_context class interface

[PATCH 0/4] libthread_db initialization changes related to upcoming glibc-2.34
 2021-06-11 17:08 UTC  (2+ messages)

[PATCH 4/4] mi-sym-info.exp: Increase timeout for 114-symbol-info-functions
 2021-06-11 16:35 UTC 

[PATCH 3/4] print-symbol-loading.exp: Allow libc symbols to be already loaded
 2021-06-11 16:35 UTC 

[PATCH 2/4] testsuite/glib-2.34: Match/consume optional libthread_db related output
 2021-06-11 16:35 UTC 

[PATCH 1/4] libthread_db initialization changes related to upcoming glibc-2.34
 2021-06-11 16:35 UTC 

[PATCH] Change how .debug_aranges padding is skipped
 2021-06-11 16:33 UTC 

[pushed] gdb: remove unused struct call_site_stuff forward declaration
 2021-06-11 15:37 UTC 

[PING**3] [PATCH] gdb, testsuite: Fix mi-var-child-f.exp for Intel compilers
 2021-06-11 15:20 UTC  (4+ messages)

[PATCH] Implement Rust raw identifiers
 2021-06-11 14:13 UTC  (2+ messages)

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