Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] fix PR-12417
 2013-08-28 16:24 UTC 

[rfc 3/3] Do not use gdb_realpath for exec_bfd and objfiles
 2013-08-28 16:06 UTC 

[patch 0/3] Support .dwp with the name of symlinked binary file
 2013-08-28 16:05 UTC 

[patch 1/3] Code cleanup: OPF_DISABLE_REALPATH -> OPF_RETURN_REALPATH
 2013-08-28 16:05 UTC 

[patch 2/3] Use gdb_realpath in gdb_bfd_open
 2013-08-28 16:05 UTC 

FYI: fix test name in gdb-index.exp
 2013-08-28 15:58 UTC  (3+ messages)

[patch] [python] PR python/15461 (gate architecture calls)
 2013-08-28 15:54 UTC  (4+ messages)

[PATCH] sh64-tdep.c don't print unavailabel/optimized-out values
 2013-08-28 15:50 UTC 

[PATCH] Print <unavailable> for unavailable registers
 2013-08-28 15:26 UTC  (2+ messages)
` PING: "

[patch] fix for checking the command ambiguousness
 2013-08-28 14:17 UTC  (4+ messages)

[PATCH] common/linux-ptrace.c: Fix build on non-Intel architectures
 2013-08-28 14:10 UTC  (5+ messages)

[PATCH 0/3] cleanup value code
 2013-08-28 13:53 UTC  (4+ messages)
` [PATCH 2/3] cleanup: use value_lazy_at instead of allocate_value_lazy/attribute setter
` [PATCH 1/3] cleanup: replace allocate_value and memcpy with value_from_contents
` [PATCH 3/3] cleanup: make allocate_value_contents static

[obv] Code cleanup: 1->OPF_TRY_CWD_FIRST
 2013-08-28 13:10 UTC 

[PATCH with testcase] Bug 11568 - delete thread-specific breakpoint on the thread exit
 2013-08-28 12:26 UTC  (19+ messages)

[PATCH] Unbuffer stdout and stderr on windows
 2013-08-28 12:25 UTC  (17+ messages)

[RFC] GDB performance testing infrastructure
 2013-08-28 11:31 UTC  (13+ messages)
` [RFC 0/3] GDB Performance testing
  ` [RFC 1/3] New make target 'check-perf' and new dir gdb.perf
  ` [RFC 2/3] Perf test framework
  ` [RFC 3/3] Test on solib load and unload

[PATCH][fix for gdb/15853] 'thread apply all inetrrupt&' shows inefficiency on remote targets
 2013-08-28  9:10 UTC  (2+ messages)

[patch] More workarounds for gold/15021
 2013-08-27 21:47 UTC 

[commit] dwarf2read.c cleanup
 2013-08-27 21:40 UTC 

[PATCH] [PR gdb/13463] linux-nat: Stop lwp before xfer if running
 2013-08-27 19:36 UTC  (3+ messages)

[PATCH 0/2] more progress on objfile splitting
 2013-08-27 18:06 UTC  (5+ messages)
` [PATCH 1/2] don't share per-BFD data if relocations are needed
` [PATCH 2/2] move the demangled_names_hash into the per-BFD

Add Windows x64 SEH unwinder (take 2)
 2013-08-27 17:45 UTC  (16+ messages)
` [RFA/commit+doco 2/2] Windows x64 SEH unwinder
            ` [RFA] Windows x64 SEH unwinder (v2)
                ` [PATCH v3] Windows x64 SEH unwinder

[patch] [python] Fix Python 3 build and testsuite issues
 2013-08-27 15:41 UTC  (10+ messages)

[PATCH 0/5] more parallelization fixes
 2013-08-27 15:16 UTC  (7+ messages)
` [PATCH 1/5] fix some gdb.dwarf2 tests for parallel safety
  ` Testsuite regression for fission + gdbindex run [Re: [PATCH 1/5] fix some gdb.dwarf2 tests for parallel safety]
` [PATCH 2/5] introduce gdb_remote_download and finish parallel fixes in gdb.dwarf2

[PATCH] fix dwz.exp on 32-bit targets
 2013-08-27 14:36 UTC  (3+ messages)
  ` dwz.exp FAIL on CentOS-5-i386 [Re: [PATCH] fix dwz.exp on 32-bit targets]

[patch] [7.6.1] Fix argv[0] symlink regression (PR 15415)
 2013-08-27 14:09 UTC  (3+ messages)

[PATCH 00/13] test suite parallel safety
 2013-08-27 14:06 UTC  (21+ messages)
` [PATCH 06/13] fix up gdb.mi
` [PATCH 04/13] fix up gdb.gdb
` [PATCH 11/13] introduce relative_filename and use it
` [PATCH 07/13] fix up gdb.trace
` [PATCH 12/13] fix up gdb.server
` [PATCH 08/13] simple changes in gdb.base
` [PATCH 03/13] fix weird.exp for parallel testing
` [PATCH 10/13] update fileio test
` [PATCH 01/13] fix up log-file toggling
` [PATCH 02/13] fix some simple thinkos in the test suite
` [PATCH 05/13] fix up gdb.xml
` [PATCH 13/13] make gdb.asm parallel-safe
` [PATCH 09/13] update checkpoint test

[PATCH 2/2] Add options to skip unavailable locals
 2013-08-27 11:43 UTC  (12+ messages)
` [PATCH 0/2 v2] "
  ` [PATCH 1/2] Use mi_getopt_silent

[PATCH] windows-nat.c: Don't install a deprecated_xfer_memory method
 2013-08-27 11:38 UTC  (8+ messages)

[PATCH] darwin-nat.c: Don't install a deprecated_xfer_memory method
 2013-08-27 11:08 UTC  (4+ messages)

[gdbserver patch] [7.6.1] Fix fd leak regression
 2013-08-27 10:17 UTC  (2+ messages)

[RFA, doc RFA] Fix symtab/15885
 2013-08-26 18:12 UTC  (5+ messages)

[PATCH v2 0/7] Removed space left for orig_eax
 2013-08-26 16:38 UTC  (8+ messages)
` [PATCH v2 7/7] Add MPX registers tests
` [PATCH v2 2/7] Add MPX registers XML files
` [PATCH v2 3/7] Add MPX support for i386
` [PATCH v2 4/7] MPX for amd64
` [PATCH v2 5/7] Add MPX support to gdbserver
` [PATCH v2 6/7] Add pretty-printer for MPX bnd registers
` [PATCH v2 1/7] Fix conditions in creating a bitfield

[PATCH v2] Added file properties to windows gdb executable for all mingw32 builds
 2013-08-26 15:42 UTC  (19+ messages)

[PATCH 2/5] powerpc64-aix processing xlC generated line table
 2013-08-26 15:30 UTC  (2+ messages)

[patch] Fix dwarf2read save gdb-index error checks
 2013-08-26 15:16 UTC  (2+ messages)

[PATCH v3] Added file properties to windows gdb executable for all mingw32 builds
 2013-08-26 14:49 UTC  (7+ messages)

[PATCH v4] Added file properties to windows gdb executable for all mingw32 builds
 2013-08-26 13:58 UTC 

[PATCH, gdbserver] Further cleanup of FDPIC/DSBT divergences
 2013-08-26  5:31 UTC  (4+ messages)

[PATCH] Create avr-linux-tdep.c (add reintroduce gdbarch_gdb_signal_{to,from}_target for that target)
 2013-08-26  3:41 UTC  (6+ messages)

[PATCH v3] Implement $_exitsignal
 2013-08-25 21:25 UTC 

[RFC] Add possibility to force buffering mode for stdout/stderr
 2013-08-25  1:08 UTC  (2+ messages)

[PATCH 0/2] Test case on entry values
 2013-08-24  1:56 UTC  (24+ messages)
` [RFC 2/2] Test entry values in trace frame
      ` [PATCH] PR gdb/15871: Unavailable entry value is not shown correctly
              ` [COMMIT] "
` [PATCH 1/2] Test case for entry values

[commit] symmisc.c cleanups
 2013-08-24  0:31 UTC 

[commit] elfread.c: Move debugging printf to a better location (again)
 2013-08-24  0:14 UTC 

[PATCH] Stop using errno values around target_xfer interfaces and memory errors
 2013-08-23 16:36 UTC 

[COMMIT PATCH] target.c:target_read_live_memory: Fix type of local
 2013-08-23 14:03 UTC 

[PATCH 0/7] Intel(R) MPX registers support
 2013-08-23 13:40 UTC  (6+ messages)

[PATCH 4/5] powerpc64-aix ptrace64 when defined
 2013-08-23 13:34 UTC  (6+ messages)
      ` [RFA/ppc-aix] fix thread support breakage (was: "Re: [PATCH 4/5] powerpc64-aix ptrace64 when defined.")

[COMMIT PATCH] remote.c: don't install a deprecated_xfer_memory hook
 2013-08-23 13:13 UTC 

[PATCH] fix PR-15501
 2013-08-23  7:27 UTC  (8+ messages)

New ARI warning Sun Aug 18 01:51:49 UTC 2013 in -D 2013.08.18.00.00.15
 2013-08-23  6:55 UTC  (3+ messages)
  ` [OBV commit] Fix "

New ARI warning Fri Aug 23 01:51:51 UTC 2013 in -D 2013.08.23.00.00.15
 2013-08-23  2:37 UTC  (2+ messages)

[PATCH v2] ARM Linux support for `catch syscall'
 2013-08-22 20:35 UTC  (2+ messages)

[PATCH, v2] Share ptrace options discovery/linux native code between GDB and gdbserver
 2013-08-22 18:02 UTC  (7+ messages)

GDB 7.6.1 release Thu Aug 29?
 2013-08-22 16:18 UTC  (5+ 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