public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA] Fix gdb/15827 (crash w/corrupt DWARF)
 2014-04-16 21:50 UTC  (5+ messages)

[RFA] Fix c++/16597 (crash when inspecting lambda expression variables)
 2014-04-16 21:18 UTC  (5+ messages)

RFC: fix PR backtrace/15558
 2014-04-16 20:03 UTC  (9+ messages)

[PATCH] dwarf2read.c (read_structure_type): Delete outdated comments
 2014-04-16 19:52 UTC 

[RFA testsuite 5/5] Update all callers
 2014-04-16 18:53 UTC 

[RFA testsuite 3/5] Introduce mi_make_breakpoint
 2014-04-16 18:52 UTC 

[RFA testsuite 4/5] Introduce mi_make_breakpoint_table
 2014-04-16 18:52 UTC 

[RFA testsuite 2/5] Introduce build_kv_pairs
 2014-04-16 18:51 UTC 

[RFA testsuite 1/5] Introduce parse_args
 2014-04-16 18:51 UTC 

[RFA testsuite 0/5] Introduction: MI breakpoint test suite cleanups
 2014-04-16 18:50 UTC 

[PATCH] Get wrapper.exp testcase passing with stdio gdbserver
 2014-04-16 17:45 UTC  (2+ messages)

[PATCH] Stale breakpoint instructions, spurious SIGTRAPS
 2014-04-16 17:21 UTC  (3+ messages)

[PATCH v2 1/3] gdb/testsuite/gdb.python: Added testcase for value method
 2014-04-16 17:20 UTC  (4+ messages)
` [PATCH v2 2/3] gdb/python: raise TypeError instead of abort on calling value method for label symbol object

[PATCH] gdb.base/memattr.exp regexp improvements
 2014-04-16 16:47 UTC  (3+ messages)

RFA/remote: compare-sections
 2014-04-16 16:44 UTC  (3+ messages)

[PATCH 0/4] Exec events in gdbserver on Linux
 2014-04-16 16:44 UTC  (2+ messages)

[PATCH] Remove unused and probably incorrect macro TYPE_FN_FIELDS
 2014-04-16 15:36 UTC  (2+ messages)

[PATCH] Drop prefix from unsupported source path
 2014-04-16 15:34 UTC  (3+ messages)

[RFC] Use address_from_register in dwarf2-frame.c:read_addr_from_reg
 2014-04-16 15:29 UTC  (2+ messages)

[PATCH] Fix alignment of disassemble /r
 2014-04-16 12:20 UTC  (2+ messages)

[PING] [PATCH] Fix dynamic_cast operator
 2014-04-16  0:50 UTC 

[PATCH] Automatic link generation by doxygen
 2014-04-16  0:00 UTC  (2+ messages)

[PATCH] Pass --data-directory through gdb_realpath
 2014-04-15 23:35 UTC  (2+ messages)

[commit] (do_steps_and_nexts): Don't reference uninitialized value of "description"
 2014-04-15 23:19 UTC 

[RFA/testsuite] Remove unused globals in mi-simplerun.exp
 2014-04-15 19:28 UTC  (3+ messages)

[PATCH v14 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
 2014-04-15 19:06 UTC 

[RFC 0/4] Catch errors in get_prev_frame
 2014-04-15 19:02 UTC  (5+ messages)
` [RFC 2/4] Remove previous frame if we error during compute_frame_id

[RFA/testsuite] Remove unused globals from mi-break.exp
 2014-04-15 18:49 UTC  (3+ messages)

[PATCH 0/8] Cleanups to Guile extension interface
 2014-04-15 15:30 UTC  (22+ messages)
` [PATCH 6/9] Remove Guile GDB object property mechanism
` [PATCH 9/9] Remove a useless Guile finalizer
` [PATCH 8/9] Remove useless Guile SMOB marking functions
` [PATCH 3/9] Fix excess parentheses in Guile extension examples
` [PATCH 5/9] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 1/9] Allow GDB to build against unreleased Guile 2.2
` [PATCH 4/9] Fix typos in documentation of Guile `execute' function
` [PATCH 7/9] Remove Guile mark functions that don't mark anything
` [PATCH 2/9] Define and export Guile classes for all GDB object types

[pushed] gdb.base/sym-file.exp, hide guts of the custom loader
 2014-04-15 13:47 UTC 

[pushed] Make sym-file.exp work with remote targets and hosts
 2014-04-15 13:19 UTC  (2+ messages)

[pushed] gdb.base/sym-file.exp: clean up test messages a bit
 2014-04-15 11:54 UTC 

[patch] Fix unused static symbols so they're not dropped by clang
 2014-04-15  3:24 UTC  (10+ messages)

[patch] [gdb/testsuite] include a use of the definition of a type to cause clang to emit debug info
 2014-04-14 22:47 UTC  (7+ messages)

[patch] [gdb/testsuite] Move start-of-function brace to handle Clang/GCC difference
 2014-04-14 20:12 UTC 

[PATCH] handle DW_AT_type on an enumeration
 2014-04-14 18:07 UTC  (4+ messages)

[PATCH] constify value_aggregate_elt
 2014-04-14 18:07 UTC  (2+ messages)

[PATCH] implement support for "enum class"
 2014-04-14 18:07 UTC  (6+ messages)

[PATCH v6 00/15] Please have a final look
 2014-04-14 17:36 UTC  (43+ messages)
` [PATCH v6 01/15] refactoring: rename create_range_type to create_static_range_type
` [PATCH v6 02/15] vla: introduce new bound type abstraction adapt uses
` [PATCH v6 03/15] type: add c99 variable length array support
` [PATCH v6 04/15] vla: enable sizeof operator to work with variable length arrays
` [PATCH v6 05/15] vla: enable sizeof operator for indirection
` [PATCH v6 06/15] vla: update type from newly created value
` [PATCH v6 07/15] vla: print "variable length" for unresolved dynamic bounds
` [PATCH v6 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence
` [PATCH v6 08/15] vla: support for DW_AT_count
` [PATCH v6 10/15] vla: evaluate operand of sizeof if its type is a vla
` [PATCH v6 11/15] test: cover subranges with present DW_AT_count attribute
` [PATCH v6 12/15] test: multi-dimensional c99 vla
` [PATCH v6 13/15] test: evaluate pointers to C99 vla correctly
` [PATCH v6 14/15] test: basic c99 vla tests for C primitives
` [PATCH v6 15/15] test: add mi vla test
                ` [vla v7 pushed] Re: [PATCH v6 00/15] Please have a final look
                  ` [PATCH 05/12] vla: print "variable length" for unresolved dynamic bounds
                  ` [PATCH 04/12] vla: update type from newly created value
                  ` [PATCH 06/12] vla: support for DW_AT_count
                  ` [PATCH 03/12] vla: enable sizeof operator for indirection
                  ` [PATCH 08/12] vla: evaluate operand of sizeof if its type is a vla
                  ` [PATCH 02/12] vla: enable sizeof operator to work with variable length arrays
                  ` [PATCH 07/12] vla: resolve dynamic bounds if value contents is a constant byte-sequence
                  ` [PATCH 01/12] type: add c99 variable length array support
                  ` [PATCH 09/12] test: cover subranges with present DW_AT_count attribute
                  ` [PATCH 12/12] test: add mi vla test
                  ` [PATCH 11/12] test: basic c99 vla tests for C primitives
                  ` [PATCH 10/12] test: evaluate pointers to C99 vla correctly

[patch] add return values to return statements in non-void functions
 2014-04-14 15:38 UTC  (3+ messages)

[COMMITTED PATCH] Fix typo in alpha-linux-nat.c
 2014-04-14 15:33 UTC 

[patch] [gdb/testsuite] XFAIL under Clang tests using label debug info
 2014-04-13 23:26 UTC 

[patch] Mark some tests as XFAIL/UNSUPPORTED hidden due to GCC's omission of typedefs in inheritance
 2014-04-13 18:27 UTC 

[patch] correct and xfail test due to GCC PR55641
 2014-04-13  7:41 UTC 

[patch] explicitly specify -std=gnu89 for gdb.cp/inline-break.exp
 2014-04-13  7:08 UTC  (5+ messages)

[PING] [PATCH] [Python] Fix gdb.Value.dynamic_type for reference values
 2014-04-12 16:18 UTC  (4+ messages)
    ` [commit] [Guile] Fix value-dynamic-type "

[PATCH v13 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
 2014-04-12  0:10 UTC  (2+ messages)

[RFA] c++/16675 (incorrect sizeof reference types)
 2014-04-11 21:22 UTC  (3+ messages)

[PATCH] Fix "PC register is not available" issue
 2014-04-11 20:06 UTC  (11+ messages)

[RFC][PATCH] Allow JIT unwinder provide symbol information
 2014-04-11 18:58 UTC  (8+ messages)

[PATCH] Disable check for NUL bytes in /proc/pid/cmdline
 2014-04-11 18:18 UTC  (3+ messages)

[Patch v12 4/4] Add debug method support to the Python API
 2014-04-11 18:15 UTC  (2+ messages)

[ping] [PATCH V4 0/3] Intel(R) AVX-512 register support
 2014-04-11 16:36 UTC  (2+ messages)

[PATCH V4 0/3] Intel(R) AVX-512 register support
 2014-04-11 16:34 UTC  (7+ messages)
` [PATCH V4 3/3] Add AVX512 feature description to GDB manual
` [PATCH V4 2/3] Add AVX512 register support to gdbserver
` [PATCH V4 1/3] Add AVX512 registers support to GDB

[patch] Fix TLS access for -static -pthread
 2014-04-11 11:03 UTC  (2+ messages)

[COMMITTED PATCH] Erroneous backtrace on AVR/avrxmega backported
 2014-04-11  9:34 UTC 

[PATCH] Backport AVR fixes
 2014-04-11  9:29 UTC  (4+ messages)

[Patch v13 1/4] Documentation of the debug method support in GDB Python API
 2014-04-11  8:41 UTC  (2+ messages)

[PATCH] Check file exists before completion tests
 2014-04-11  5:30 UTC  (4+ messages)

[PATCH] Get frame after pull single-step breakpoints out
 2014-04-11  1:49 UTC  (5+ messages)

[RFA] Fix c++/16253 (tag/variable name collision)
 2014-04-10 20:29 UTC  (4+ messages)

[pushed] Conditional Z1 breakpoint hangs GDBserver
 2014-04-10 17:32 UTC 

[RFC][PATCH] Demangler crash resistance
 2014-04-10 17:29 UTC  (2+ messages)

[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
 2014-04-10 16:27 UTC  (2+ messages)

[pushed] breakpoint shadowing, take single-step breakpoints into account
 2014-04-10 13:28 UTC 

[PATCH] Return argv0-symlink.exp early if gdb can't load symlink
 2014-04-10 13:19 UTC  (6+ messages)

[PATCH] [testsuite] Set target-charset to ascii
 2014-04-10 13:07 UTC  (4+ messages)

[patch] Fix gdbserver qGetTLSAddr for x86_64 -m32
 2014-04-10 11:49 UTC 

[PATCH] Check tracefile is generated by binary execution
 2014-04-10  2:57 UTC  (3+ messages)

Search debugfile directly in debug-file-directory if specified
 2014-04-09 20:28 UTC 

[PATCH 0/8] Cleanups to Guile extension interface
 2014-04-09 16:37 UTC  (9+ messages)
` [PATCH 5/8] Remove Guile GDB object property mechanism
` [PATCH 4/8] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 3/8] Fix typos in documentation of Guile `execute' function
` [PATCH 2/8] Fix excess parentheses in Guile extension examples

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