public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/0][REPOST] Exec events in gdbserver on Linux
 2014-05-27 21:28 UTC  (18+ messages)
` [PATCH 2/4][REPOST] Remote Linux ptrace exec events
` [PATCH 1/4][REPOST] Remote Linux ptrace exit events
` [PATCH 0/4 v3] Exec events in gdbserver on Linux
` [PATCH 2/4 v3] Remote Linux ptrace exec events
` [PATCH 3/4] Document RSP support for Linux "
` [PATCH 4/4] Non-stop exec tests
` [PATCH 1/4 v3] Remote Linux ptrace exit events

[obv] Unnecessary restore of timeout global at end of gdb.base/completion.exp
 2014-05-27 21:07 UTC 

[PATCH] Add autocompletion for convenience vars in print and set
 2014-05-27 20:24 UTC  (6+ messages)

[PATCH] Fix ptype.exp fail in MIPS
 2014-05-27 18:25 UTC  (7+ messages)

[PATCH] gdb/source.c: Fix source path substitution
 2014-05-27 18:10 UTC  (5+ messages)

[PATCH] Fix for gdb/PR 14808, vfork/exec inferior problem
 2014-05-27 17:01 UTC  (4+ messages)
` [PING][PATCH] Fix for PR gdb/14808, "

[PATCH] Prompt user to report bugs
 2014-05-27 14:43 UTC  (2+ messages)
` [COMMITTED PATCH] "

[PATCH, doc RFA] Add guile gdb parameter support
 2014-05-27 14:43 UTC  (7+ messages)

[PATCH 00/12] Regset rework preparations part 2
 2014-05-27 14:21 UTC  (22+ messages)
` [PATCH 07/12] M32R Linux: Fill 'collect_regset' in regset structure
` [PATCH 03/12] AARCH64 Linux: Fill 'collect_regset' in regset structures
` [PATCH 04/12] ALPHA "
` [PATCH 12/12] IA64 Linux: Define "
` [PATCH 11/12] M68K "
` [PATCH 02/12] S390: Migrate to regcache_supply/collect_regset
` [PATCH 01/12] regcache: Add functions suitable for regset_supply/collect
` [PATCH 09/12] SCORE: Fill 'collect_regset' in regset structure
` [PATCH 08/12] NIOS2 Linux: "
` [PATCH 05/12] FRV Linux: Fill 'collect_regset' in regset structures
` [PATCH 06/12] HPPA "
` [PATCH 10/12] TILEGX Linux: Fill 'collect_regset' in regset structure

[PATCH] Delete temporary string within demangler even in failure cases
 2014-05-27 13:47 UTC  (2+ messages)

[PATCH OBV] Fix typo in comments
 2014-05-27 12:54 UTC 

[PATCH] Different outputs affected by locale
 2014-05-27 12:13 UTC 

[PATCH] guile: Allow compilation with Guile <= 2.0.5
 2014-05-27 12:10 UTC 

[PATCH] Add system test before "set remote system-call-allowed 1"
 2014-05-27 10:12 UTC  (2+ messages)

[Patch, microblaze]: Add slr and shr regs
 2014-05-27  8:53 UTC  (12+ messages)

[PATCH v2 0/9] Cleanups to Guile extension interface
 2014-05-27  7:49 UTC  (20+ messages)
` [PATCH v2 2/9] Define and export Guile classes for all GDB object types
` [PATCH v2 5/9] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH v2 4/9] Fix typos in documentation of Guile `execute' function
` [PATCH v2 3/9] Fix excess parentheses in Guile extension examples
` [PATCH v2 1/9] Allow GDB to build against unreleased Guile 2.2
` [PATCH v2 9/9] Remove a useless Guile finalizer

[Patch v18 4/4] Add xmethod support to the Python API
 2014-05-25 23:31 UTC  (2+ messages)

[PATCH 3/4 v18] Add support for lookup, overload resolution and invocation of xmethods of C++ classes
 2014-05-25 23:04 UTC  (2+ messages)

[PATCH 2/4 v18] Add xmethod interface to the extension language API
 2014-05-25 23:02 UTC  (2+ messages)

[PATCH 1/4 v18] Add xmethod documentation and NEWS entry
 2014-05-25 23:00 UTC  (3+ messages)

[PATCH 2/2 v2] Demangler crash handler
 2014-05-25 12:59 UTC  (8+ messages)

[commit] Don't use @var at the beginning of a sentence
 2014-05-24 10:17 UTC 

[PATCH, doc RFA]: Add guile progspace support
 2014-05-24  7:31 UTC  (4+ messages)

[PATCH v6 0/2] enable target-async by default
 2014-05-24  7:03 UTC  (4+ messages)
` [PATCH v6 2/2] enable target async by default; separate MI and target notions of async
` [PATCH v6 1/2] Make display_gdb_prompt CLI-only

[PATCH] PR gdb/13860 - Make MI sync vs async output (closer to) the same
 2014-05-24  0:34 UTC  (5+ messages)
  ` [PATCH v2] "

[RFC v5 0/8] enable target-async by default
 2014-05-23 20:45 UTC  (9+ messages)
` [RFC v5 7/8] separate MI and target notions of async
` [RFC v5 2/8] PR gdb/13860: make -interpreter-exec console "list" behave more like "list"
  ` [RFC v6] "
` [RFC v5 4/8] PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in async mode
  ` [RFC v6 "

[PATCH v5] Exit code of exited inferiors in -list-thread-groups
 2014-05-23 18:57 UTC  (5+ messages)

[Patch AArch64] Include asm/ptrace.h in aarch64-linux-nat.c
 2014-05-23 12:45 UTC  (6+ messages)

[Patch, microblaze]: Add slr and shr regs and little-endian breakpoint
 2014-05-23  7:35 UTC  (13+ messages)

[RFC 00/12 V2] Visit varobj available children only in MI
 2014-05-23  1:33 UTC  (15+ messages)
` [PATCH 06/12] Use varobj_is_dynamic_p more widely
` [PATCH 01/12] Use 'struct varobj_item' to represent name and value pair
` [PATCH 03/12] Iterate over 'struct varobj_item' instead of PyObject
` [PATCH 04/12] Remove #if HAVE_PYTHON
` [PATCH 05/12] Rename varobj_pretty_printed_p to varobj_is_dynamic_p
` [PATCH 02/12] Generalize varobj iterator

[PATCH] support for skeletonless DWARF Fission Type Units
 2014-05-22 21:16 UTC 

[PATCH 0/2] Demangler crash handler
 2014-05-22 20:42 UTC  (16+ messages)

[PATCH] cplus-demangler, free resource after a failed call to gnu_special
 2014-05-22 19:34 UTC  (11+ messages)

[PATCH v2] Add comment for mi_run_cmd_full
 2014-05-22 18:18 UTC  (3+ messages)

[PATCH] Add comment for mi_run_cmd_full
 2014-05-22 17:30 UTC  (4+ messages)

[PATCH, doc RFA] Add guile gdb command support
 2014-05-22 16:39 UTC  (3+ messages)

[Patch MAINTAINERS] Move self back to Write-After Approval
 2014-05-22 15:43 UTC  (3+ messages)

[PATCH v2 1/3] btrace: control memory access during replay
 2014-05-22 14:58 UTC  (6+ messages)

[RFC][PATCH v2][PR remote/16896] Invalidate a register in cache when a remote target failed to write it
 2014-05-22 14:23 UTC 

[pushed] Add new infrun.h header
 2014-05-22 13:06 UTC 

[PATCH 1/3] make_corefile_notes: have caller free returned memory
 2014-05-22 12:19 UTC  (3+ messages)
` [PATCH 2/3] observer, gcore: add corefile notes generation observers
` [PATCH 3/3] btrace: pretend we're not replaying when generating a core file

[ob/pushed] Don't store the inferior's exit code for --return-child-result in a print routine
 2014-05-22 11:25 UTC 

[PATCH 00/11] Regset rework preparations part 1
 2014-05-22  7:28 UTC  (4+ messages)
` [PING] "

[PATCH] constify to_attach
 2014-05-21 22:55 UTC  (7+ messages)

[PATCH 0/2] VLA in a struct or union
 2014-05-21 22:28 UTC  (10+ messages)
` [PATCH 2/2] handle "

[ob/pushed] Native targets: Add inf-child.c:inf_child_mourn_inferior and use it
 2014-05-21 21:40 UTC 

[PATCH] Revert "Fix argument passing in mi_run_cmd_full"
 2014-05-21 21:27 UTC  (2+ messages)

[PATCH 3/4 v17] Add support for lookup, overload resolution and invocation of xmethods of C++ classes
 2014-05-21 21:08 UTC  (2+ messages)

New feature "source-id"
 2014-05-21 20:42 UTC  (7+ messages)

[PATCH] GDB/testsuite: Bump up `match_max'
 2014-05-21 19:41 UTC  (8+ messages)

[commit] scm-breakpoint.c (breakpoint_functions): Fix typo
 2014-05-21 19:06 UTC 

[commit] misc minor guile cleanups
 2014-05-21 18:57 UTC 

[PATCH] convert to_thread_address_space to use TARGET_DEFAULT_FUNC
 2014-05-21 18:15 UTC  (2+ messages)

[PATCH 0/8] Allow making GDB not automatically connect to the native target (and add "target native")
 2014-05-21 17:57 UTC  (5+ messages)
` [PATCH 8/8] Allow making GDB not automatically connect to the native target
` [pushed] Re: [PATCH 0/8] Allow making GDB not automatically connect to the native target (and add "target native")

[PATCH v5 0/8] Validate binary before use
 2014-05-21 16:48 UTC  (5+ messages)
` [PATCH v5 6/8] gdbserver build-id attribute generator

[patch] Fix TLS access for -static -pthread
 2014-05-21 14:28 UTC  (5+ messages)
      ` [commit] "

[PATCH] implement support for "enum class"
 2014-05-21 14:25 UTC  (7+ 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).