public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] sim: unify dtc tool checks
 2021-06-20  2:30 UTC 

[PATCH] sim: m68hc11: fix unused function warnings with -O0
 2021-06-20  2:26 UTC 

[PATCH/committed] sim: drop old BUILT_SRC_FROM_COMMON ref
 2021-06-20  2:24 UTC 

[PATCH] gdb: add ../config/pkg.m4 in acinclude.m4
 2021-06-20  2:22 UTC  (12+ messages)
` [PATCH] gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 1/2] sim: move UNUSED before TYPE in SIM_ENDIAN_INLINE's definition
 2021-06-20  2:21 UTC  (4+ messages)
` [PATCH 2/2] sim: use INLINE2 in STATIC_INLINE's definition

[PATCH 1/2] sim: create a makefile fragment to pass common settings
 2021-06-20  1:33 UTC  (6+ messages)
` [PATCH 2/2] sim: unify werror build settings
` [PATCH 1.5/2] sim: move -Werror disabling to Makefile

[PATCH 1/5] sim: ppc: rename inline defines to match common code
 2021-06-19 20:27 UTC  (5+ messages)
` [PATCH 2/5] sim: move sim-inline to the "
` [PATCH 3/5] sim: unify cgen maintainer settings
` [PATCH 4/5] sim: unify general "
` [PATCH 5/5] sim: delete SIM_AC_COMMON macro

[RFC][gdb/symtab] Lazy expansion of full symbol table
 2021-06-19 19:36 UTC  (7+ messages)

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

[PATCH 1/3] sim: unify toolchain probing logic
 2021-06-19  5:09 UTC  (3+ messages)
` [PATCH 2/3] sim: unify toolchain dependency logic
` [PATCH 3/3] sim: unify gettext/intl probing logic

[RFC] [PATCH] Let user set breakpoint with mouse
 2021-06-18 23:15 UTC  (3+ messages)

[PATCH 0/2] Fix a few "make check-perf" problems
 2021-06-18 21:12 UTC  (3+ messages)
` [PATCH 1/2] gdb.perf/: FAIL on Python errors, avoid "ERROR: internal buffer is full"
` [PATCH 2/2] Update gdb performance testsuite to be compatible with Python 3.8

[PATCHv3 1/2] Initial TUI mouse support
 2021-06-18 17:42 UTC  (26+ 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 0/2] Change Ada type names reported by Python
 2021-06-18 16:25 UTC  (6+ messages)
` [PATCH 1/2] Add non-wrapping mode to ada_decode
` [PATCH 2/2] Decode Ada types in Python layer

[PATCH 1/3] sim: unify various library testing logic
 2021-06-18 14:27 UTC  (3+ messages)
` [PATCH 2/3] sim: mips: drop unused AC_PATH_X call
` [PATCH 3/3] sim: unify bfd library dependency testing logic

[PATCH v2 00/16] Interrupting programs that block/ignore SIGINT
 2021-06-18 10:12 UTC  (15+ messages)
` [PATCH v2 11/16] Move scoped_ignore_sigttou to gdbsupport/
` [PATCH v2 16/16] Document pseudo-terminal and interrupting changes

[PATCH] Document TUI mouse support in the manual & NEWS
 2021-06-18  7:15 UTC  (5+ messages)

sim/ppc PAGE_SIZE redefinition
 2021-06-17 23:06 UTC 

[PATCH] Fix scoped_ignore_sigpipe selftest on systems with BSD signal semantics
 2021-06-17 21:23 UTC  (3+ messages)
  ` [pushed] Fix scoped_ignore_sigpipe selftest on systems with SysV "

[PATCH 0/4] Introduce scoped_ignore_signal & make it thread safe
 2021-06-17 18:44 UTC  (14+ 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
        ` [pushed] Don't call sigtimedwait for scoped_ignore_sigttou

[RFC 0/2] Using pretty-printers for [] indexing
 2021-06-17 18:37 UTC  (3+ messages)

[PATCH] Fix powerpc-power8.exp test with new mnemonics
 2021-06-17 16:09 UTC  (4+ messages)

GDB 11 branching update (2021-06-13)
 2021-06-17 15:01 UTC  (4+ messages)

[PATCH v2] guile: stop procedures on invalid breakpoints
 2021-06-17 14:54 UTC  (2+ messages)

[PATCH 1/3] Refactor keypad calls to tui_set_win_focus_to
 2021-06-17 14:54 UTC  (2+ messages)

[PATCH 1/4] gdb/testsuite: gdb.base/args.exp: use save_vars
 2021-06-17 13:41 UTC  (6+ 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

[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

[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/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 00/17] Interrupting programs that block/ignore SIGINT
 2021-06-16 15:06 UTC  (10+ messages)

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

[PATCH 00/10] Extensions for PTWRITE
 2021-06-16 10:16 UTC  (7+ messages)
` [PATCH 03/10] btrace: Enable auxiliary instructions in record function-call-history

[PATCH v2 05/12] python: Introduce gdb.RecordAuxiliary class
 2021-06-16  7:26 UTC  (8+ messages)
` [PATCH v2 09/12] btrace, python: Enable ptwrite listener registration
` [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  (14+ 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

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