[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] Fix unused static symbols so they're not dropped by clang
2014-04-12 4:00 UTC (7+ messages)
[patch] explicitly specify -std=gnu89 for gdb.cp/inline-break.exp
2014-04-12 2:59 UTC (4+ messages)
[patch] add return values to return statements in non-void functions
2014-04-12 0:24 UTC
[PATCH v13 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
2014-04-12 0:10 UTC (2+ messages)
[PATCH v6 00/15] Please have a final look
2014-04-11 22:33 UTC (28+ 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
[PATCH] Fix alignment of disassemble /r
2014-04-11 22:24 UTC
[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 (24+ 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)
[PATCH] gdb.base/memattr.exp regexp improvements
2014-04-11 17:36 UTC
[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)
RFC: fix PR backtrace/15558
2014-04-10 23:56 UTC (4+ 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)
[RFA] Fix c++/16597 (crash when inspecting lambda expression variables)
2014-04-10 16:58 UTC (2+ messages)
[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
2014-04-10 16:27 UTC (4+ 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 (10+ 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 (21+ messages)
` [PATCH 2/8] Fix excess parentheses in Guile extension examples
` [PATCH 3/8] Fix typos in documentation of Guile `execute' function
` [PATCH 4/9] "
` [PATCH 5/9] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 1/9] Allow GDB to build against unreleased Guile 2.2
` [PATCH 7/8] Remove useless Guile SMOB marking functions
` [PATCH 3/9] Fix excess parentheses in Guile extension examples
` [PATCH 6/8] Remove Guile mark functions that don't mark anything
` [PATCH 8/8] Remove a useless Guile finalizer
` [PATCH 4/8] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 9/9] Remove a useless Guile finalizer
` [PATCH 5/8] Remove Guile GDB object property mechanism
` [PATCH 2/9] Define and export Guile classes for all GDB object types
` [PATCH 6/9] Remove Guile GDB object property mechanism
` [PATCH 8/9] Remove useless Guile SMOB marking functions
` [PATCH 7/9] Remove Guile mark functions that don't mark anything
[PATCH 0/8] Cleanups to Guile extension interface
2014-04-09 16:14 UTC (10+ messages)
` [PATCH 2/9] Define and export Guile classes for all GDB object types
` [PATCH 7/9] Remove Guile mark functions that don't mark anything
` [PATCH 1/9] Allow GDB to build against unreleased Guile 2.2
` [PATCH 4/9] Fix typos in documentation of Guile `execute' function
` [PATCH 5/9] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 3/9] Fix excess parentheses in Guile extension examples
` [PATCH 9/9] Remove a useless Guile finalizer
` [PATCH 6/9] Remove Guile GDB object property mechanism
` [PATCH 8/9] Remove useless Guile SMOB marking functions
[OB/PUSHED] [GDBserver] Fix SH/Linux build
2014-04-09 16:06 UTC
[PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions
2014-04-09 10:34 UTC (11+ messages)
` [PATCH 1/5] Support for recording arm/thumb mode coprocessor instructions
` [PATCH 3/5] Support for recording VFP data processing instructions
` [PATCH 2/5] Support for recording thumb2 ASIMD struct load/store instructions
` [PATCH 5/5] Support for recording vector data transfer instructions
` [PATCH 4/5] Support for recording extension register load/store instructions
[PATCH/v2] Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue
2014-04-09 8:42 UTC (2+ messages)
[Darwin]: Fix hangs
2014-04-09 8:31 UTC
[Patch v12 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
2014-04-08 23:16 UTC (2+ messages)
[Patch, moxie, sim] Add new sign-extension instructions
2014-04-08 23:15 UTC (3+ messages)
[PATCH] Suppress explicit dwarf2 tests under Clang due to reliance on global inline asm ordering
2014-04-08 21:22 UTC
[Patch v12 2/4] Add debug method interface to the extension language API
2014-04-08 21:19 UTC (2+ messages)
[PATCH] Fix erroneous backtrace on avrxmega architectures
2014-04-08 14:49 UTC (2+ messages)
[PATCH v5 00/15] C99 variable length array support
2014-04-08 12:49 UTC (5+ messages)
` [PATCH v5 03/15] type: add c99 "
[PATCH] [testsuite] Disable Ctrl-V use for mingw hosts
2014-04-08 8:09 UTC (5+ messages)
[PATCH] Fix dynamic_cast operator
2014-04-08 1:09 UTC
gdb/testsuite/compiler.c[c]: Identify clang
2014-04-07 21:16 UTC (4+ messages)
[commit] Fix ARI warning in darwin-nat.c::darwin_decode_message
2014-04-07 16:45 UTC
[PATCH] Fix annota1.exp: run until main breakpoint in some pc
2014-04-04 16:55 UTC (2+ messages)
[PATCH 4/4 v2] Test non-leader exec events in non-stop mode
2014-04-04 16:31 UTC
[PATCH 3/4] Document RSP support for exec events
2014-04-04 16:29 UTC (3+ messages)
[RFC 0/4] Catch errors in get_prev_frame
2014-04-04 14:55 UTC (7+ messages)
` [RFC 1/4] New tests for backtracing with a corrupted stack
` [RFC 2/4] Remove previous frame if we error during compute_frame_id
` [RFC 3/4] Deprecate frame_stop_reason_string
` [RFC 4/4] Add TRY_CATCH to get_prev_frame and frame specific strop strings
RFA/remote: compare-sections
2014-04-04 12:37 UTC (4+ messages)
[PATCH 5/6] Handle multiple step-overs
2014-04-04 11:54 UTC (2+ messages)
[rfc] btrace: control memory access during replay
2014-04-04 9:48 UTC (4+ messages)
[PATCH] btrace, vdso: add vdso target sections
2014-04-04 8:53 UTC
[RFC 00/12 V2] Visit varobj available children only in MI
2014-04-04 2:00 UTC (3+ messages)
[commit] (read_cutu_die_from_dwo): Fix assertion
2014-04-03 19:15 UTC (2+ messages)
[PATCH 4/4] Test non-leader exec events in non-stop mode
2014-04-03 17:12 UTC (2+ messages)
[PATCH] Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) with Linux 2.6.32 and older version
2014-04-03 8:12 UTC
[PATCH] Escape backslash in windows path
2014-04-03 6:56 UTC (4+ messages)
vdso handling
2014-04-03 1:46 UTC (4+ messages)
[PATCH 1/4] Remote exit events on Linux
2014-04-02 22:24 UTC
[PATCH 0/4] Exec events in gdbserver on Linux
2014-04-02 22:24 UTC
[PATCH 2/4] Remote exec events on Linux
2014-04-02 22:24 UTC
page: next (older) | prev (newer) | 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).