public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 2/9] Explicit locations v2 - Event locations API
 2014-05-30 18:16 UTC  (3+ messages)

[RFA/7.8] user breakpoint not inserted if software-single-step at same location
 2014-05-30 16:23 UTC  (9+ messages)

[PATCH] Skip test 'watch -location nullptr->p->x' if null pointer can be dereferenced
 2014-05-30 12:12 UTC  (2+ messages)

[RFC 0/4] Catch errors in get_prev_frame
 2014-05-30 11:46 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] Deprecate frame_stop_reason_string
  ` [PATCH v3 1/4] New test for backtrace when the stack pointer is invalid (inaccessible)
  ` [PATCH v3 2/4] Remove previous frame if an error occurs when computing frame id during unwind
  ` [PATCH v3 4/4] Add a TRY_CATCH to get_prev_frame to better handle errors "

[patch] explicitly specify -std=gnu89 for gdb.cp/inline-break.exp
 2014-05-30 11:25 UTC  (5+ messages)

[PATCH][sim] Fix linkage errors in Clang
 2014-05-30 11:09 UTC  (2+ messages)

[committed] gdb.reverse/sigall-reverse.exp: Typo fix
 2014-05-30  3:20 UTC 

[PATCH 1/2] Initial pass at D language expression parser support
 2014-05-29 23:48 UTC 

[pushed] Fix confusion in infrun.c:resume
 2014-05-29 21:54 UTC 

[pushed 0/2] A couple infrun.c cleanups
 2014-05-29 17:43 UTC  (3+ messages)
` [pushed 1/2] infrun.c: stop_stepping -> stop_waiting
` [pushed 2/2] infrun.c: simplify "end stepping range" code a bit

[PATCH v3 1/3] btrace: control memory access during replay
 2014-05-29 17:03 UTC  (4+ messages)
` [PATCH v3 3/3] btrace, vdso: add vdso target sections

[pushed] unbreak infcalls
 2014-05-29 16:33 UTC 

[PATCH v6 0/2] enable target-async by default
 2014-05-29 13:49 UTC  (6+ messages)
` [PATCH v6 1/2] Make display_gdb_prompt CLI-only
` [PATCH v6 2/2] enable target async by default; separate MI and target notions of async
` [pushed] Re: [PATCH v6 0/2] enable target-async by default

[PATCH] PR gdb/13860 - Make MI sync vs async output (closer to) the same
 2014-05-29 12:16 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] PR gdb/15713 - errors from i386_linux_resume lead to lock-up
 2014-05-29 11:51 UTC  (2+ messages)

[PATCH] Fix PR 15693 - Extra *running event when call-style dprintf hits
 2014-05-29 11:45 UTC  (5+ messages)
    ` [PATCH] PR15693 - Fix spurious *running events, thread state, dprintf-style call
      ` [pushed] "

[PATCH] Add system test before "set remote system-call-allowed 1"
 2014-05-29 11:12 UTC  (3+ messages)

[PATCH] Improve MI -var-info-path-expression for nested struct/union case
 2014-05-29  8:55 UTC  (3+ messages)
` [PATCH v2] "

[Patch, microblaze]: Add slr and shr regs
 2014-05-29  7:20 UTC  (13+ messages)

[RFC][PATCH] Allow JIT unwinder provide symbol information
 2014-05-29  1:07 UTC  (5+ messages)

[PATCH] demangler, only access valid fields for DEMANGLE_COMPONENT_FIXED_TYPE
 2014-05-28 23:57 UTC  (3+ messages)

[PATCH] gdb/source.c: Fix source path substitution
 2014-05-28 22:42 UTC  (10+ messages)
            ` Fix matching path substitution rule listing, add tests
              ` [PATCH 2/2] gdb/source.c: Fix matching path substitute rule listing
              ` [PATCH 1/2] testsuite/subst: Add tests for printing matches

[PATCH 1/3] Fix demangler testsuite crashes with CP_DEMANGLE_DEBUG defined
 2014-05-28 22:20 UTC 

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

[Patch v18 4/4] Add xmethod support to the Python API
 2014-05-28 20:58 UTC  (8+ messages)

[RFA(7.8)+NEWS] Remove "set/show remotebaud" (deprecated) commands
 2014-05-28 20:00 UTC  (2+ messages)
` pushed: "

[PATCH] Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) with Linux 2.6.32 and older version
 2014-05-28 19:19 UTC  (2+ messages)

[PATCH 0/0][REPOST] Exec events in gdbserver on Linux
 2014-05-28 18:02 UTC  (18+ messages)
` [PATCH 1/4][REPOST] Remote Linux ptrace exit events
` [PATCH 0/4 v3] Exec events in gdbserver on Linux
` [PATCH 3/4] Document RSP support for Linux exec events
` [PATCH 4/4] Non-stop exec tests
` [PATCH 1/4 v3] Remote Linux ptrace exit events
` [PATCH 2/4 v3] Remote Linux ptrace exec events

[RFA] Fix c++/16253 (tag/variable name collision)
 2014-05-28 17:55 UTC  (5+ messages)

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

[PATCH 1/4 v18] Add xmethod documentation and NEWS entry
 2014-05-28  6:10 UTC  (4+ messages)

[PATCH] Fix ptype.exp fail in MIPS
 2014-05-27 21:52 UTC  (8+ messages)

[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 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] 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 v2 0/9] Cleanups to Guile extension interface
 2014-05-27  7:49 UTC  (20+ messages)
` [PATCH v2 9/9] Remove a useless Guile finalizer
` [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 2/9] Define and export Guile classes for all GDB object types

[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 2/2 v2] Demangler crash handler
 2014-05-25 12:59 UTC  (7+ 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)

[RFC v5 0/8] enable target-async by default
 2014-05-23 20:45 UTC  (3+ messages)
` [RFC v5 7/8] separate MI and target notions of async

[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  (7+ messages)
` [PATCH 03/12] Iterate over 'struct varobj_item' instead of PyObject
` [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  (14+ 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)

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