Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC] Support of Lion (darwin 11)
 2011-09-07 13:28 UTC  (3+ messages)

[Python] Patch to fix memory leak
 2011-09-07 12:29 UTC  (4+ messages)

[PING] Bad Indentation in remote.c: Someone please correct this
 2011-09-07 10:44 UTC  (6+ messages)

[PATCH] printcmd.c (ui_printf): make internalvar string can be printf and eval when inferior cannot alloc memory
 2011-09-07 10:02 UTC  (12+ messages)

Add comments on step_after_step_resume_breakpoint
 2011-09-07  9:53 UTC  (2+ messages)

[PATCH] Consider the selected traceframe when checking for stack frames
 2011-09-07  2:56 UTC  (2+ messages)

PR cli/13110
 2011-09-07  1:29 UTC  (2+ messages)

Doc: make python function/method descriptions look as in Python
 2011-09-07  0:45 UTC  (18+ messages)

Is there any real need for a prompt stack?
 2011-09-06 15:37 UTC  (3+ messages)

[patch] Use displaced stepping regardless of SW single step
 2011-09-06 14:50 UTC  (4+ messages)

[PATCH] GDB checkpoint can't/shouldn't be possible with multiple threads on Linux
 2011-09-06 14:42 UTC  (7+ messages)

"show convenience" stops immediately if printing any convenience var errors out
 2011-09-06  8:22 UTC  (2+ messages)

[PATCH][TEST-CASE][DOC] Implementation of pipe to pass GDB's command output to a shell command
 2011-09-05 15:57 UTC  (7+ messages)

Flip the interpreter to synchronously wait for commands finishing, in command lists and similars
 2011-09-05 14:48 UTC  (3+ messages)

[PATCH] Remove same-pc breakpoint notification for internal BPs
 2011-09-05 14:43 UTC  (7+ messages)

[commit/www] schedule page update after 7.3.1 release
 2011-09-05  9:19 UTC  (3+ messages)

Changes on the gdb-7.3 branch for the 7.3.1 release
 2011-09-04 19:54 UTC 

[branch+head] Mention GDB 7.3.1 release in ChangeLog
 2011-09-04 19:13 UTC 

[commit/www] announce the GDB 7.3.1 release
 2011-09-04 19:02 UTC 

gdb-7.3 branch FROZEN
 2011-09-04 18:51 UTC  (2+ messages)
` gdb-7.3 branch *UN*FROZEN

[commit/NEWS] update release version number in NEWS
 2011-09-04 18:20 UTC 

[commit/NEWS] Document OpenBSD / NetBSD build fix
 2011-09-04 17:50 UTC 

[RFA/doco] GDB Manual edition number and ISBN updates
 2011-09-04 17:32 UTC  (2+ messages)

[commit/RFA/branch] Import sources from cgen/cpu directory
 2011-09-04 17:17 UTC 

[BUG] Parser error for "pointer to a function pointer"
 2011-09-04 14:52 UTC  (5+ messages)

[commit] Fix s390-linux native build
 2011-09-03 21:53 UTC  (2+ messages)

Bad Indentation
 2011-09-03 10:27 UTC  (2+ messages)

[patch] [python] Prompt substitution
 2011-09-03 10:15 UTC  (9+ messages)

[patch] python prompt additions at first prompt
 2011-09-02 21:41 UTC  (5+ messages)

"info threads" -> thread_db listing -> new thread -> PTRACE_ATTACH -> error, because we're already auto attached to clone lwps
 2011-09-02 21:22 UTC 

dangling pointer in so_list
 2011-09-02 20:45 UTC  (4+ messages)

Fix gcore-thread.exp FAIL -> ERROR
 2011-09-02 20:17 UTC 

[RFC 06/12] entryval: Display @entry parameters in bt full
 2011-09-02 17:08 UTC  (3+ messages)
  ` [MI RFC] entryval: MI access to entry values [Re: [RFC 06/12] entryval: Display @entry parameters in bt full]

[RFC] stept, nextt, finisht, untilt, continuet
 2011-09-02 16:48 UTC  (12+ messages)

[RFA] 12843
 2011-09-02 16:04 UTC  (20+ messages)

[PATCH 0/7] [python] API for macros
 2011-09-02 12:04 UTC  (31+ messages)
` [PATCH 1/7] [python] API for macros: abort or continuing macro iterators
` [PATCH 5/7] [python] API for macros: gdb.Objfile symtabs method
` [PATCH 2/7] [python] API for macros: memory management quirks
` [PATCH 7/7] [python] API for macros: Add tests
` [PATCH 4/7] [python] API for macros: Add methods to get a gdb.Macro
` [PATCH 3/7] [python] API for macros: Add gdb.Macro class

[PATCH] MIPS/BFD: Fix assertions with SGI IRIX files
 2011-09-02 10:06 UTC  (4+ messages)

[PATCH] Handle multiple breakpoint hits in Python interface
 2011-09-01 20:53 UTC  (15+ messages)

[PATCH] PR/12691 Add the inferior to Python exited event
 2011-09-01 11:29 UTC  (14+ messages)

[RFC - Python] New ObjFile event
 2011-09-01 11:09 UTC  (11+ messages)

[RFA] dwarf debug format: Support DW_AT_variable_parameter attribute
 2011-09-01  7:20 UTC  (8+ messages)
          ` [RFA-v2] "
              ` [new testcase] Regression 7.1->7.2 for iFort [Re: [RFA-v2] dwarf debug format: Support DW_AT_variable_parameter attribute]
                ` [Core] "

Remove handling of Hs packet from gdbserver
 2011-09-01  3:15 UTC  (3+ messages)

[patch 2/2] Code cleanup(+fix): read_var_value never returns NULL
 2011-08-31 17:53 UTC  (2+ messages)

[PATCH 6/7] New JIT unwinder
 2011-08-31 17:44 UTC  (15+ messages)
  ` [PATCH 5/7] Use the loaded reader
  ` [PATCH 7/7] Documentation
  ` [PATCH 4/7] New commands for loading and unloading a reader
  ` [PATCH 2/7] Relocatable directory for loading JIT readers
  ` [PATCH 1/7] Introduce jit-reader.in and modify build system

[patch 1/2] Code cleanup: Split value_of_this to &{,_silent}
 2011-08-31 16:06 UTC  (2+ messages)

[Patch] PR Python/12692 Add gdb.selected_inferior() to Python interface
 2011-08-31 15:34 UTC  (7+ messages)

[PATCH][TEST-CASE][DOC] Implementation of pipe to pass GDB's command output to the shell
 2011-08-31 13:26 UTC  (16+ messages)

JIT Reader (re-roll)
 2011-08-31  4:01 UTC  (9+ messages)
` [PATCH 3/7] Platform agnostic dynamic loading code
` [PATCH 2/7] Relocatable directory for loading JIT readers
` [PATCH 1/7] Introduce jit-reader.in and modify build system
` [PATCH 7/7] Documentation
` [PATCH 6/7] New JIT unwinder
` [PATCH 5/7] Use the loaded reader
` [PATCH 4/7] New commands for loading and unloading a reader

JIT Debug Info Reader (re-roll)
 2011-08-30 18:40 UTC  (6+ messages)
` [PATCH 3/7] Platform agnostic dynamic loading code

JIT Reader (re-roll)
 2011-08-30 17:53 UTC  (6+ messages)
` [PATCH 5/6] New JIT unwinder

[try 2nd 5/8] Displaced stepping for Thumb 32-bit insns
 2011-08-30 15:53 UTC  (2+ messages)

[WIP/FYI] fix remaining problems with target async
 2011-08-30 14:39 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