public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/5] Add support for MIPS32/64 revision 6
 2021-06-28 12:17 UTC  (10+ messages)
` [PATCH 4/5] sim: mips: Add simulator support for mips32r6/mips64r6
      ` [EXTERNAL]Re: "

[PATCH] gdb, dwarf: Don't follow the parent of a subprogram to get a prefix
 2021-06-28 10:21 UTC  (3+ messages)

[PATCH 1/2] gdb: remove gdbarch_info::tdep_info
 2021-06-28  9:16 UTC  (11+ messages)
` [PATCH 2/2] gdb: remove gdbarch_info_init

[PATCH v4] gdb: Fix deleted thread when issuing next command
 2021-06-28  7:17 UTC  (3+ messages)

Propose GDB 11 branching next weekend (Jul 03-04, 2021)
 2021-06-28  6:40 UTC  (3+ messages)

[PATCH 1/3] sim: callback: drop unused printf helpers
 2021-06-28  3:24 UTC  (3+ messages)
` [PATCH 2/3] sim: callback: add printf attributes
` [PATCH 3/3] sim: io: add printf attributes to vprintf funcs too

[PATCH] sim: cgen: delete unused record_trace_results functions
 2021-06-28  1:37 UTC 

[PATCH 1/2] sim: bpf: fix printf warnings on 32-bit systems
 2021-06-28  1:36 UTC  (2+ messages)
` [PATCH 2/2] sim: cgen: require long long support

[RFC][gdb/symtab] Lazy expansion of full symbol table
 2021-06-28  0:48 UTC  (11+ messages)

[PATCH] Document TUI mouse support in the manual & NEWS
 2021-06-27 19:14 UTC  (6+ messages)
      ` [PATCH] Document TUI improvements in the manual & NEWS (was: Re: [PATCH] Document TUI mouse support in the manual & NEWS)

[PATCH 1/2] gdbsupport/common.m4: check for sigtimedwait
 2021-06-27 19:13 UTC  (2+ messages)
` [PATCH 2/2] gdb: fall back on sigpending + sigwait if sigtimedwait is not available

[PATCH v2 5/5] gdb: mips: Add MIPSR6 support
 2021-06-27 19:10 UTC  (2+ messages)
` [PATCH v3 "

[PATCH 0/4] Introduce scoped_ignore_signal & make it thread safe
 2021-06-27 19:01 UTC  (7+ messages)
` [PATCH 3/4] scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal

[RFC PATCH 0/7] FreeBSD target async mode and related refactoring
 2021-06-27 16:42 UTC  (14+ messages)
` [RFC PATCH 1/7] gdbsupport: Add an event-pipe class
` [RFC PATCH 2/7] gdb linux-nat: Convert linux_nat_event_pipe to the event_pipe class
` [RFC PATCH 4/7] fbsd-nat: Implement async target support
` [RFC PATCH 5/7] fbsd nat: Include ptrace operation in error messages

[PATCH] Document quick_symbol_functions::expand_symtabs_matching invariant
 2021-06-27 14:24 UTC 

[PATCH 01/13] sim: bpf: fix mixed decls & code warnings (and style)
 2021-06-27  4:32 UTC  (14+ messages)
` [PATCH 02/13] sim: bpf: add explicit casts when using explicit formats
` [PATCH 03/13] sim: cgen: sync prototypes with implementation
` [PATCH 04/13] sim: cgen: always leverage the ops prototypes
` [PATCH 05/13] sim: cgen: always leverage the mem prototypes
` [PATCH 06/13] sim: cgen: constify trace strings
` [PATCH 07/13] sim: cgen: add printf attributes in a few more calls
` [PATCH 08/13] sim: cgen: add asserts to fix unused engine warnings
` [PATCH 09/13] sim: cgen: suppress trace non-literal printf warning
` [PATCH 10/13] sim: bpf: delete unused function
` [PATCH 11/13] sim: bpf: include more local headers & fix broken funcs
` [PATCH 12/13] sim: bpf/cris: include cgen-mem in decoders
` [PATCH 13/13] sim: bpf: enable -Werror usage

[PATCH 1/7] sim: frv: fix ambiguous else compiler warnings
 2021-06-27  4:05 UTC  (7+ messages)
` [PATCH 2/7] sim: frv: fix return type for post_wait_for funcs
` [PATCH 3/7] sim: frv: fix uninitialized variable warnings
` [PATCH 4/7] sim: frv: fix some printf type mismatch warnings
` [PATCH 5/7] sim: frv: fix up various missing prototype warnings
` [PATCH 6/7] sim: frv: fix engine hook
` [PATCH 7/7] sim: frv: add missing const type

[PATCH] gdb: return early if no execution in darwin_solib_create_inferior_hook
 2021-06-27  3:55 UTC 

[PATCH 1/2] gdb: convert obj_section macros to methods
 2021-06-27  2:45 UTC  (2+ messages)
` [PATCH 2/2] gdb: use gdb_bfd_count_sections in macho_symfile_offsets

ANNOUNCEMENT: ChangeLog policy change after GDB 11
 2021-06-27  2:42 UTC  (2+ messages)

[PATCH 1/2] sim: bfin: move pkg-config & SDL checks to common code
 2021-06-26 21:07 UTC  (2+ messages)
` [PATCH 2/2] sim: erc32: merge with common configure script

GDB 11 branching update (2021-05-30)
 2021-06-26  9:27 UTC  (8+ messages)

[PATCH 0/4] Small cmd_list_element-related cleanups
 2021-06-26  1:38 UTC  (10+ messages)
` [PATCH 1/4] gdb: add context getter/setter to cmd_list_element
` [PATCH 2/4] gdb: add assert in cmd_list_element::set_context
` [PATCH 3/4] gdb: remove context parameter from add_setshow_enum_cmd
` [PATCH 4/4] gdb/guile: use return values of add_setshow functions in add_setshow_generic

[PATCHv2 0/5] "info sources" - group by objfile
 2021-06-25 20:08 UTC  (4+ messages)
` [PATCHv3 "
  ` PING! "

[PATCH] gdb: fix regression in evaluate_funcall for non C++ like cases
 2021-06-25 19:53 UTC  (15+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv2 1/3] "
  ` [PATCHv2 2/3] gdb: replace NULL terminated array with array_view
  ` [PATCHv2 3/3] gdb: use gdb::optional instead of passing a pointer to gdb::array_view
  ` [PATCHv3 0/4] gdb: fix regression in evaluate_funcall for non C++ like cases
    ` [PATCHv3 1/4] "
    ` [PATCHv3 2/4] gdb: replace NULL terminated array with array_view
    ` [PATCHv3 3/4] gdb: use gdb::optional instead of passing a pointer to gdb::array_view
    ` [PATCHv3 4/4] gdb: fix invalid arg coercion when calling static member functions

[PATCH] Change how .debug_aranges padding is skipped
 2021-06-25 18:43 UTC  (2+ messages)

[PATCH v2 0/2] Clean up language handling in the DWARF reader
 2021-06-25 18:23 UTC  (2+ messages)

[PATCH 0/3] Make python/guile api catchpoint aware
 2021-06-25 17:26 UTC  (4+ messages)
  ` PING! "

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

gdb compile for powerpc64 target - Could not find symbol ".TOC."
 2021-06-25 14:49 UTC  (8+ messages)

[RFC][gdb/testsuite] Remove read1 timeout factor from gdb.base/info-macros.exp
 2021-06-25 14:46 UTC  (2+ messages)

[PATCH 0/2] Change Ada type names reported by Python
 2021-06-25 14:02 UTC  (2+ messages)

[PATCH] Use gdb::function_view in addrmap_foreach
 2021-06-25 13:50 UTC  (2+ messages)

[PATCH v2 00/16] Interrupting programs that block/ignore SIGINT
 2021-06-24 18:55 UTC  (3+ messages)

[PATCH] gdb: add ../config/pkg.m4 in acinclude.m4
 2021-06-24 18:45 UTC  (9+ messages)
` [PATCH] gdb/gdbserver: switch to AC_CONFIG_MACRO_DIRS

[PATCH] [AArch64] Fix FFR register size for core files
 2021-06-24 17:25 UTC 

[PATCH] [AArch64] Fix tag_ctl register size in the core file
 2021-06-24 17:24 UTC 

[PATCH] Add ISA 3.1 check to powerpc-plxv-norel.exp
 2021-06-24 15:50 UTC  (2+ messages)

[PATCH] [AArch64] MTE corefile support
 2021-06-24 15:18 UTC  (5+ messages)
` [PATCH,v5][AArch64] "

[PATCH] gdb: add support for handling core dumps on arm-none-eabi
 2021-06-24 13:01 UTC  (12+ messages)
                ` [PATCH] sim: arm: add support for handling core dumps

[committed][gdb/testsuite] Fix duplicate in gdb.base/info-macros.exp
 2021-06-24 11:03 UTC 

[committed][gdb/testsuite] Fix duplicate in gdb.base/argv0-symlink.exp
 2021-06-24 11:03 UTC 

[PATCH] sim: callback: extend syscall interface to handle 7 args
 2021-06-24  4:20 UTC 

[PATCH] sim: cris: fix a few missing prototype warnings
 2021-06-24  0:20 UTC 

[RFC PATCH] gdb/testsuite: fix gdb.base/info-types*.exp when no libc debug info
 2021-06-23 21:51 UTC  (14+ messages)
` [PATCHv2 0/3] gdb: fix regression in evaluate_funcall for non C++ like cases
  ` [PATCHv2 1/3] "
  ` [PATCHv2 2/3] gdb: replace NULL terminated array with array_view
  ` [PATCHv2 3/3] gdb: use gdb::optional instead of passing a pointer to gdb::array_view

[PATCH v3] gdb: Fix deleted thread when issuing next command
 2021-06-23 19:34 UTC  (2+ messages)

Use of an external variant implementation
 2021-06-23 19:10 UTC 

[PATCH] Update the core file architecture if a target description is present
 2021-06-23 17:22 UTC  (7+ messages)
` [PATCH, v2] "
` [PATCH, v3] "

[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
 2021-06-23 14:16 UTC  (10+ messages)
` [PATCH v6 4/7] start/stop btrace with coresight etm and collect etm buffer on linux os
` [PATCH v6 5/7] fix issue: gdb hangs in the command following a commad returning with TARGET_WAITKIND_NO_HISTORY
` [PATCH v6 6/7] add support for coresight btrace via remote protocol
` [PATCH v6 7/7] adapt btrace testcases for arm target

[PATCH 1/5] sim: hw: rework configure option & device selection
 2021-06-23 13:01 UTC  (6+ messages)
` [PATCH 3/5] sim: drop configure scripts for simple ports
    ` [PATCH] sim: switch common srcdir to abs_srcdir

[PATCH 00/11] Various thread lists optimizations
 2021-06-23  0:48 UTC  (13+ messages)
` [PATCH 01/11] gdb: introduce iterator_range, remove next_adapter
` [PATCH 02/11] gdb: introduce intrusive_list, make thread_info use it
` [PATCH 03/11] gdb: make inferior_list use intrusive_list
` [PATCH 04/11] gdb: use intrusive list for step-over chain
` [PATCH 06/11] gdb: make thread_info::suspend private, add getters / setters
` [PATCH 07/11] gdb: maintain per-process-target list of resumed threads with pending wait status
` [PATCH 08/11] gdb: optimize check for resumed threads with pending wait status in maybe_set_commit_resumed_all_targets
` [PATCH 09/11] gdb: optimize selection of resumed thread with pending event
` [PATCH 10/11] gdb: maintain ptid -> thread map, optimize find_thread_ptid
` [PATCH 11/11] gdb: optimize all_matching_threads_iterator

[PATCH] gdb: add .flake8 file
 2021-06-23  0:29 UTC 

[PATCH 1/3] sim: callback: add a kill interface
 2021-06-22 23:41 UTC  (3+ messages)
` [PATCH 2/3] sim: cris: override getpid callback
` [PATCH 3/3] sim: syscall: handle killing the sim itself

[RFC PATCH 0/7] gdb: replay diversion support
 2021-06-22 21:57 UTC  (5+ messages)
` [RFC PATCH 4/7] gdb/inferior: add replay diversion state
` [RFC PATCH 7/7] gdb/infcmd: add replay diversion commands

[PING] [PATCH v2] gdb: Fix deleted thread when issuing next command
 2021-06-22 21:55 UTC  (2+ messages)

GDB 11 branching update (2021-06-20)
 2021-06-22 21:12 UTC  (4+ messages)

[PATCH] Fix macro info lookup for binaries containing DWARFv5 line table
 2021-06-22 20:52 UTC  (7+ messages)
        ` [RFC] PING [Re: [PATCH] Fix macro info lookup for binaries containing DWARFv5 line table]

[PATCH] gdb/testsuite: restore configure script
 2021-06-22 19:34 UTC  (3+ messages)

[PATCH] Fix scoped_ignore_sigpipe selftest on systems with BSD signal semantics
 2021-06-22 19:00 UTC  (3+ messages)

[pushed] gdb: remove unnecessary parameter wait_ptid from do_target_wait
 2021-06-22 18:57 UTC 

[PATCH] gdb/python: print name of unwinder that claimed frame in debug message
 2021-06-22 18:47 UTC  (3+ messages)
` [PATCH v2] "

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