public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[patch] Fix implicit pointer offsets
 2011-07-25 16:30 UTC  (3+ messages)

[0/6] breakpoints_ops for all kinds of breakpoints
 2011-07-25 16:20 UTC  (7+ messages)

RFC: partially available registers
 2011-07-25 15:50 UTC  (21+ messages)

[patch] Fix valgrind-detected read-uninitialized-mem
 2011-07-25 15:12 UTC  (2+ messages)

[RFC][patch] Make DCACHE_LINE runtime-settable
 2011-07-25 15:01 UTC  (3+ messages)

[rfc] Be in language c more c++ compatible
 2011-07-25 15:00 UTC  (8+ messages)

[RFC] Make target_read_string faster over high-latency links
 2011-07-25 14:42 UTC  (5+ messages)

[RFA 7/8] New port: TI C6x: test case fixes
 2011-07-25 11:37 UTC  (2+ messages)

[RFA 5/8] New port: TI C6x: gdb port
 2011-07-25 11:32 UTC  (2+ messages)

[RFA 6/8] New port: TI C6x: gdbserver
 2011-07-25  7:27 UTC  (7+ messages)

[RFA 4/8] New port: TI C6x: Read loadmap from gdbserver
 2011-07-25  7:23 UTC  (5+ messages)
  ` [RFA 9/8] New port: TI C6x: Document on qXfer:fdpic:read packet

FYI: added myself as a write after approval maintainer
 2011-07-25  4:28 UTC 

[patch] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename)
 2011-07-24 21:12 UTC  (13+ messages)

[patch] Fix crash on lval_computed value_zero/value_one
 2011-07-24 20:34 UTC 

[obv] Indent prototypes so they do not get into tags
 2011-07-24 20:26 UTC  (4+ messages)

[patch] workaround gcc46: prologue skip skips too far (PR 12435) #2
 2011-07-24 20:00 UTC  (3+ messages)

[patch 02/12] entryval: Basic parameter values recovery
 2011-07-24 18:10 UTC  (3+ messages)
  ` [patch] Remove excessive DWARF block xmemdup by me [Re: [patch 02/12] entryval: Basic parameter values recovery]

Remote testsuite problem: invalid executable cache
 2011-07-24 18:04 UTC  (7+ messages)
  ` [rfc] "

JIT debug info parser
 2011-07-24 17:51 UTC  (6+ messages)
` [PATCH 3/4] Adds documentation
` [PATCH 1/4] Adds a new header file, jit-reader.h.in
` [PATCH 2/4] Populates jit-reader.h.in
` [PATCH 4/4] Adds platform agnostic dynamic loading code

[patch] Skip kill-after-signal.exp if hw single-step is not supported
 2011-07-24 11:40 UTC  (5+ messages)

ppc32 debugging ppc64, 2011 revisit
 2011-07-23 22:49 UTC  (2+ messages)

[PATCH] Unify implementation of 'info os' commands between gdb and gdbserver
 2011-07-23 17:42 UTC  (5+ messages)

[patch] Fix off-by-one bug in elfread.c
 2011-07-23 17:14 UTC  (2+ messages)

ping: Re: PATCH : allow to set length of hw watchpoints (e.g. for Valgrind gdbserver)
 2011-07-23 16:28 UTC  (8+ messages)
` x86 watchpoints bug (Re: ping: Re: PATCH : allow to set length of hw watchpoints (e.g. for Valgrind gdbserver))

[commit] Always respect no_hardware_watchpoints in py-breakpoint.c
 2011-07-22 18:03 UTC 

[commit] Remote testing bug in py-shared.exp
 2011-07-22 17:58 UTC 

[RFC][patch] Avoid repeated calls to solib_add on initial attach
 2011-07-22 17:51 UTC  (12+ messages)

[1/6] breakpoints_ops for all kinds of breakpoints: there's always a breakpoint->ops
 2011-07-22 17:23 UTC  (2+ messages)

[PATCH 1/2] jit-reader.h: describe interface implemented by the JIT readers
 2011-07-22 17:12 UTC  (5+ messages)
` [PATCH 2/2] Add symbol-handling callbacks to the jit-reader interface

[6/6] breakpoints_ops for all kinds of breakpoints: new tracepoints instance type
 2011-07-22 16:02 UTC 

[5/6] breakpoints_ops for all kinds of breakpoints: new watchpoints instance type
 2011-07-22 15:58 UTC 

[4/6] breakpoints_ops for all kinds of breakpoints: dynamicaly initialize the class types
 2011-07-22 15:46 UTC 

[3/6] breakpoints_ops for all kinds of breakpoints: some cleaning up
 2011-07-22 15:45 UTC 

[2/6] breakpoints_ops for all kinds of breakpoints: split internal and momentary breakpoints
 2011-07-22 15:43 UTC 

[patch] [python] Expose some breakpoint operations to Python
 2011-07-22 15:20 UTC  (6+ messages)
    ` more OO, use breakpoints_ops for all kinds of breakpoints (Re: [patch] [python] Expose some breakpoint operations to Python)

[rfc] Prompt memory management/cleanups
 2011-07-22 13:26 UTC  (15+ messages)

New ARI warning Fri Jul 22 01:54:19 UTC 2011
 2011-07-22  2:17 UTC 

[patch] disappearing corethreads.{exp,c} in in-tree build
 2011-07-22  2:05 UTC  (3+ messages)

[Patch] More responsive QUITs
 2011-07-22  1:14 UTC  (4+ messages)

[PATCH] printcmd.c (ui_printf): make internalvar string can be printf and eval when inferior cannot alloc memory
 2011-07-21 20:43 UTC  (2+ messages)

[PATCH] On-demand loading of shlib's debuginfo
 2011-07-21 20:38 UTC  (9+ messages)

gdb-7.3 release early next week?
 2011-07-21 18:36 UTC 

[doc] [patch] NEWS, add info macros/definitions
 2011-07-21 18:15 UTC  (2+ messages)

[patch] PR 12999 info macros command
 2011-07-21 16:13 UTC  (10+ messages)

[doc] [patch] Document Python prompt substitution in NEWS
 2011-07-21 15:54 UTC  (2+ messages)

[patch] [python] Prompt substitution
 2011-07-21 11:15 UTC  (6+ messages)

PATCH
 2011-07-21 11:08 UTC  (10+ messages)
          ` gdb output pipelining to shell (was: Re: PATCH)

[PATCH] An implementation of pipe to send gdb command output to the shell
 2011-07-21 10:59 UTC 

[RFA 3/8] New port: TI C6x: shared library for dsbt
 2011-07-21  8:45 UTC  (3+ messages)

[PATCH] fix config.rpath for cygwin/mingw
 2011-07-21  7:03 UTC  (4+ messages)

[patch] bfin: swapped args in bfin_extract_return_value?
 2011-07-20 17:55 UTC  (7+ messages)

[1/4] RFC: skip DIEs which only declare an enum
 2011-07-20 15:19 UTC  (5+ messages)

[2/4] RFC: read all .debug_types sections
 2011-07-20 15:13 UTC  (2+ messages)

[RFA 2/8] New port: TI C6x: Handle tic6x-*-*linux and tic6x-*-* in configure.tgt
 2011-07-20 14:16 UTC  (2+ messages)

allow to set length of hw watchpoints (e.g. for Valgrind gdbserver)
 2011-07-20 13:59 UTC  (4+ messages)

[PATCH] gdb output pipelining to shell
 2011-07-20 13:17 UTC  (9+ messages)

[RFC][patch] Allow user to disable tracepoint support in gdbserver via command line
 2011-07-20 12:34 UTC  (4+ messages)

[RFA 1/8] New port: TI C6x: Remove "gdb" from noconfigdirs in configure.ac
 2011-07-20 11:33 UTC  (2+ messages)

[RFA 8/8] New port: TI C6x: NEWS
 2011-07-20  7:04 UTC 

[RFA 0/8] New port: TI C6x
 2011-07-20  2:06 UTC 

[PATCH 0/1] ARM: Fix crash when frame cannot be found
 2011-07-19 21:04 UTC  (3+ messages)
` [PATCH 1/1] ARM: Change prologue analyzer to always fallback on SP

[patch] Fix DW_OP_call2 and DW_OP_call4 for max-cache-age 0
 2011-07-19 20:55 UTC  (6+ messages)
      ` [patch] Fix DW_OP_call2 and DW_OP_call4 for max-cache-age 0 #2

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