Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v6 00/15] Please have a final look
 2014-04-10 12:42 UTC  (2+ messages)
` [PATCH v6 01/15] refactoring: rename create_range_type to create_static_range_type

[RFC][PATCH] Demangler crash resistance
 2014-04-10 11:53 UTC 

[patch] Fix TLS access for -static -pthread
 2014-04-10 11:52 UTC 

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

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

[PATCH] [testsuite] Set target-charset to ascii
 2014-04-10  2:57 UTC  (3+ messages)

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

[PATCH] Check file exists before completion tests
 2014-04-10  2:50 UTC  (2+ messages)

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

[Patch v13 1/4] Documentation of the debug method support in GDB Python API
 2014-04-09 19:00 UTC 

[PATCH v13 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
 2014-04-09 18:56 UTC 

[PATCH 0/8] Cleanups to Guile extension interface
 2014-04-09 16:37 UTC  (21+ messages)
` [PATCH 7/8] Remove useless Guile SMOB marking functions
` [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 5/8] Remove Guile GDB object property mechanism
` [PATCH 4/8] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 2/8] Fix excess parentheses in Guile extension examples
` [PATCH 9/9] Remove a useless Guile finalizer
` [PATCH 5/9] Rename "gsmob" in Guile interface to "gdb object"
` [PATCH 8/9] Remove useless Guile SMOB marking functions
` [PATCH 3/8] Fix typos in documentation of Guile `execute' function
` [PATCH 4/9] "
` [PATCH 6/9] Remove Guile GDB object property mechanism
` [PATCH 8/8] Remove a useless Guile finalizer
` [PATCH 6/8] Remove Guile mark functions that don't mark anything
` [PATCH 2/9] Define and export Guile classes for all GDB object types
` [PATCH 3/9] Fix excess parentheses in Guile extension examples

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

[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 4/5] Support for recording extension register load/store instructions
` [PATCH 1/5] Support for recording arm/thumb mode coprocessor instructions
` [PATCH 2/5] Support for recording thumb2 ASIMD struct load/store instructions
` [PATCH 5/5] Support for recording vector data transfer instructions
` [PATCH 3/5] Support for recording VFP data processing 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 "PC register is not available" issue
 2014-04-08 17:54 UTC  (23+ 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 

[PING] [PATCH] [Python] Fix gdb.Value.dynamic_type for reference values
 2014-04-07 21:24 UTC  (3+ messages)

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] PR python/16699: GDB Python command completion with overriden complete vs. completer class
 2014-04-04 20:41 UTC  (3+ messages)

[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  (2+ 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] Return argv0-symlink.exp early if gdb can't load symlink
 2014-04-03 12:12 UTC  (10+ 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  (9+ messages)

[PATCH 2/4] Remote exec 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 1/4] Remote exit events on Linux
 2014-04-02 22:24 UTC 

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

[Patch v12 1/4] Documentation of the debug method support in GDB Python API
 2014-04-02  2:55 UTC  (2+ messages)

New ARI warning Wed Apr 2 01:53:54 UTC 2014
 2014-04-02  1:54 UTC 

[Patch v12 4/4] Add debug method support to the Python API
 2014-04-01 22:54 UTC 

[Patch 0/4 v12] Debug Methods in GDB
 2014-04-01 22:52 UTC 

[commit] dwarf2read.c (read_cutu_die_from_dwo): Improve comment
 2014-04-01 17:19 UTC 

[PATCH] Fix several "set remote foo-packet on/off" commands
 2014-04-01 12:48 UTC  (5+ messages)
    ` [PATCH v2] "

[RFA] Split up testsuite/ChangeLog
 2014-04-01 12:33 UTC  (2+ messages)

[Darwin]: Avoid a crash while debugging gdb
 2014-04-01 10:04 UTC 

[commit] (read_cutu_die_from_dwo): Delete unused local comp_dir_string
 2014-03-31 23:55 UTC 

[PATCH, doc RFA] New option: set print symbol-loading
 2014-03-31 19:10 UTC  (4+ messages)

[PATCH] implement support for "enum class"
 2014-03-31 18:19 UTC  (5+ messages)

[PATCH, doc RFA]: Fix pr 14236
 2014-03-31 18:12 UTC  (3+ messages)

[PATCH] handle DW_AT_type on an enumeration
 2014-03-31 17:47 UTC  (3+ messages)

[PATCH] constify value_aggregate_elt
 2014-03-31 17:26 UTC  (3+ messages)

[PATCH 1/3] Fix ppc64 single step over atomic sequence testcase
 2014-03-31 15:40 UTC  (6+ messages)
` [PATCH 2/3] gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile, prepare_for_testing
` [PATCH 3/3] gdb.arch/ppc64-atomic-inst.exp: Improve error handling

break on C++ global objects ctors
 2014-03-31 14:41 UTC  (6+ messages)

[PATCH] Drop prefix from unsupported source path
 2014-03-31 13:50 UTC 

[PATCH OBV] Allow ';' as a directory separator
 2014-03-31  6:46 UTC 

[PATCH 1/4] Fix ppc64 single step over atomic sequence testcase
 2014-03-31  2:55 UTC  (9+ messages)
` [PATCH 2/4] Support up to 3 conditional branches in an atomic sequence

[commit] infrun.c (set_last_target_status): New function
 2014-03-31  2:21 UTC 

[commit] inferior.h (enum stop_kind): Improve comment
 2014-03-31  2:11 UTC 

[commit] gdb.texinfo (Non-Stop Mode): Remove trailing whitespace
 2014-03-31  2:08 UTC 

[PING^2] [Patch v11] Debug methods in GDB Python
 2014-03-29 23:17 UTC  (2+ messages)

[PATCH] -stack-info-depth should always return a count
 2014-03-28 19:39 UTC  (2+ 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