Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[rfc v2][0/6] Remote /proc file access
 2012-01-16 16:39 UTC  (2+ messages)

[rfc v2][1/6] Distinguish target and "fake" PID values
 2012-01-16 15:38 UTC  (2+ messages)

[rfc v2][4/6] Readlink as file I/O target operation
 2012-01-16 15:37 UTC  (6+ messages)

Possible fix for mingw32 directory relocation problems
 2012-01-16 15:17 UTC 

[RFC] Make static tracepoint with markers more OO
 2012-01-16 12:32 UTC  (6+ messages)

[RFC 0/8] Beginning to remove globals from parser-defs.h
 2012-01-16 12:32 UTC  (13+ messages)
` [RFC 1/8] Language independent bits
` [RFC 2/8] C language
` [RFC 3/8] Ada language
` [RFC 4/8] Fortran language
` [RFC 5/8] Java language
` [RFC 6/8] Modula-2 language
` [RFC 7/8] Objective-C language
` [RFC 8/8] Pascal language

Building GDB 7.3.92 with MinGW
 2012-01-16  3:08 UTC  (30+ messages)

[RFA] [1/4] Remove libgdb API (gdb_breakpoint_query)
 2012-01-15 18:59 UTC  (2+ messages)

FYI: minsyms documentation
 2012-01-15 18:49 UTC  (2+ messages)

[patch] Don't call symtabs_from_filename if we don't have to
 2012-01-14 22:32 UTC 

[RFA] restore "mt set python print-stack" for gdb 7.4
 2012-01-14 21:07 UTC  (3+ messages)

[commit] testsuite: New gdb.dwarf2/dw2-namespaceless-anonymous.exp
 2012-01-14 12:52 UTC 

[RFA] [4/4] Remove libgdb API (gdb.h & doc)
 2012-01-14 10:47 UTC  (2+ messages)

[RFC stub-side break conditions 3/5] GDB-side changes
 2012-01-14  0:42 UTC  (16+ messages)

RFC: remove "info catch"
 2012-01-13 22:19 UTC  (2+ messages)

Make the "python" command resemble the standard Python interpreter
 2012-01-13 21:39 UTC  (32+ messages)

fix gdbserver's infinite loop when something goes wrong, after something having gone wrong
 2012-01-13 21:37 UTC 

fix gdbserver re-attach (extended-remote attach.exp)
 2012-01-13 20:26 UTC 

[patch] Cleanup: pass "-pie" only to the linker
 2012-01-13 19:59 UTC  (3+ messages)

[RFA] [3/4] Remove libgdb API (gdb_thread_select)
 2012-01-13 19:59 UTC 

[RFA] [2/4] Remove libgdb API (gdb_list_thread_ids)
 2012-01-13 19:59 UTC 

[rfc v2][6/6] Implement "info proc" on Linux via target file I/O
 2012-01-13 18:28 UTC 

[rfc v2][5/6] Make "info proc" command generic
 2012-01-13 18:16 UTC 

[rfc v2][3/6] File I/O target operations
 2012-01-13 18:15 UTC 

[rfc v2][2/6] Always enable multi-process remote extension if possible
 2012-01-13 18:15 UTC 

RFC: hacky fix for PR 12406
 2012-01-13 15:48 UTC  (6+ messages)

[patch] Fix for PR gdb/9538 (loading of separate debuginfo and symlinks)
 2012-01-13 14:37 UTC  (32+ messages)
              ` [doc patch] gdbint: braces for two lines in code [Re: [patch] Fix for PR gdb/9538 (loading of separate debuginfo and symlinks).]
                              ` [commit] "

Handle SIGINT in Python
 2012-01-13 12:11 UTC  (13+ messages)

Remove all "strace" calls from the testsuite
 2012-01-13  3:46 UTC  (4+ messages)

[obv] Sync configure and config.in
 2012-01-12 23:42 UTC 

[RFA] mi/10586
 2012-01-12 23:05 UTC  (12+ messages)

[RFA] Updated path expression computations for varobj trees
 2012-01-12 22:33 UTC  (6+ messages)

Add support for nanoseconds
 2012-01-12 20:36 UTC 

[RFC stub-side break conditions 1/5] Documentation bits
 2012-01-12 19:54 UTC  (4+ messages)

[patch] Smaller gdb: -rdynamic -> -Wl,--dynamic-list
 2012-01-12 19:28 UTC  (7+ messages)
          ` [patch] -Wl,--dynamic-list: Test also PYTHON_LIBS, not just PYTHON_CFLAGS [Re: [patch] Smaller gdb: -rdynamic -> -Wl,--dynamic-list]

[i386] Don't forget to mark the outermost frame as having a "valid" base
 2012-01-12 18:19 UTC  (2+ messages)

set print object on should affect MI varobjs (PR 13393)
 2012-01-12 11:25 UTC  (12+ messages)
  ` set print object on should affect MI varobjs (PR gdb/13393)
      ` set print object on should affect MI varobjs (PR mi/13393)
              ` RTTI type improvement for (was: "Re: set print object on should affect MI varobjs (PR mi/13393)")
                  ` RTTI type improvement for

RFC: add relative file name handling for linespecs
 2012-01-12  6:23 UTC  (4+ messages)

[RFC] allow unqualified function names in linespecs
 2012-01-12  4:30 UTC  (5+ messages)
` [RFA 2/3] Ada: "
` [RFA 3/3] Remove language param from name_matcher in struct quick_symbol_functions

[patch] make static_assert gdb private
 2012-01-11 21:46 UTC  (4+ messages)

RFC: enum pretty-printing support
 2012-01-11 21:25 UTC  (10+ messages)

FYI: fix help for catch catch and catch throw
 2012-01-11 20:51 UTC 

[PATCH] Add bp_location to Python interface
 2012-01-11 19:45 UTC  (11+ messages)

[patch] dwarf2read.c: Don't read pc/line-number mapping for type units
 2012-01-11 19:24 UTC  (5+ messages)

[rfc] Options for "info mappings" etc. (Re: [PATCH] Implement new `info core mappings' command)
 2012-01-11 18:32 UTC  (3+ messages)

[RFA] Have block_innermost_frame start from selected frame
 2012-01-11 15:54 UTC  (4+ messages)
` [PATCH 1/3] Have block_innermost_frame start from selected frame and document
  ` [PATCH 2/3] Add testcase for locals identified with FUNCTION::VAR syntax
    ` [PATCH 3/3] Add test for use of "<block>::<variable>" syntax for locals in watch

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox