public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC 0/6] Handle several character priniting problems (mainly related to mingw hosts)
 2013-09-26 19:57 UTC  (3+ messages)
` [RFC 1/6] Fix display of tabulation character for mingw hosts
` [RFC 2/6] Avoid missing char before incomplete sequence in wchar_iterate

[patch v6 00/21] record-btrace: reverse
 2013-09-26 19:16 UTC  (23+ messages)
` [patch v6 06/21] btrace: increase buffer size
` [patch v6 16/21] record-btrace: provide target_find_new_threads method
` [patch v6 10/21] target: add ops parameter to to_prepare_to_store method
` [patch v6 02/21] gdbarch: add instruction predicate methods
` [patch v6 14/21] record-btrace: provide xfer_partial target method
` [patch v6 12/21] frame, backtrace: allow targets to supply a frame unwinder
` [patch v6 15/21] record-btrace: add to_wait and to_resume target methods
` [patch v6 11/21] record-btrace: supply register "
` [patch v6 17/21] record-btrace: add record goto "
` [patch v6 01/21] btrace, linux: fix memory leak when reading branch trace
` [patch v6 05/21] record-btrace: start counting at one
` [patch v6 18/21] record-btrace: extend unwinder
` [patch v6 21/21] record-btrace: add (reverse-)stepping support
` [patch v6 09/21] btrace: add replay position to btrace thread info
` [patch v6 08/21] record-btrace: make ranges include begin and end
` [patch v6 20/21] record-btrace: show trace from enable location
` [patch v6 07/21] record-btrace: optionally indent function call history
` [patch v6 19/21] btrace, gdbserver: read branch trace incrementally
` [patch v6 04/21] record-btrace: fix insn range in function call history
` [patch v6 13/21] record-btrace, frame: supply target-specific unwinder
` [patch v6 03/21] btrace: change branch trace data structure
` v6 crash bugreport [Re: [patch v6 00/21] record-btrace: reverse]

[PATCH 0/6 V5] MI notification on trace started/stopped
 2013-09-26 18:43 UTC  (5+ messages)
` [PATCH 2/6] Add annex in an async remote notification
` [PATCH 1/6] Move notif_queue to remote_state

[v15 0/5] remove-symbol-file & add-symbol-file
 2013-09-26 17:43 UTC  (7+ messages)
` [v15 4/5] Function is_known_elf_target
` [v15 5/5] Test adding and removing a symbol file at runtime
` [v15 1/5] New remove-symbol-file command
` [v15 3/5] 'add-symbol-file' should update the current target sections
` [v15 2/5] Documentation for the remove-symbol-file command

Setting parity for remote serial
 2013-09-26 17:00 UTC  (2+ messages)

[PATCH, cleanup] Standardize access to ptid
 2013-09-26 15:10 UTC  (5+ messages)

[PATCH] testsuite/gdb.dwarf2: dw2-case-insensitive.exp: p fuNC_lang fails on arm
 2013-09-26 11:14 UTC 

[PATCH] testsuite/gdb.dwarf2: Enable dw2-error.exp tests for arm targets
 2013-09-26 11:13 UTC  (5+ messages)

[RFC] Record objfile->original_name as an absolute path
 2013-09-26  8:47 UTC  (4+ messages)

[RFA] Use AMD64_RX_REGNUM for X from 8 to 15 ind amd64*tdep.c sources
 2013-09-26  7:01 UTC  (3+ messages)

[patch v4 00/24] record-btrace: reverse
 2013-09-26  6:27 UTC  (28+ messages)
` [patch v4 14/24] record-btrace: provide xfer_partial target method
` [patch v4 11/24] record-btrace: supply register target methods
` [patch v4 20/24] btrace, gdbserver: read branch trace incrementally
` [patch v4 03/24] btrace: change branch trace data structure

[PATCH] Copy xml files to host if it is remote
 2013-09-26  1:14 UTC 

[commit] objfiles.c (allocate_objfile): Move comment to better place
 2013-09-26  1:11 UTC 

[PATCH OBV] Use the right file name on remote host
 2013-09-26  0:59 UTC 

amd64-windows: Fix funcall with by-pointer arguments
 2013-09-26  0:34 UTC  (16+ messages)
    ` [RFC-v2] "
              ` [commit 2/4] Revert use of integer_param_regs_saved_in_caller_frame in i386 gdbarch_tdep
              ` [commit 1/4] Reimplement function calls on amd64-windows
                ` fixed ChangeLog: "
              ` [commit 3/4] Revert use of memory_args_by_pointer in i386 gdbarch_tdep
              ` [commit 4/4] Revert use of classify callback "

RFA [PATCH v3] Implement 'catch syscall' for gdbserver
 2013-09-25 22:55 UTC  (7+ messages)

[RFA] fix ref counting of inferior_to_inferior_object
 2013-09-25 21:11 UTC  (7+ messages)

[RFA, doc RFA] Add "set debug symfile on"
 2013-09-25 21:03 UTC  (5+ messages)

[PATCH V4 0/8] Intel(R) MPX register support
 2013-09-25 15:37 UTC  (8+ messages)

[PATCH 0/3 V2] GDB Performance testing
 2013-09-25 14:27 UTC  (4+ messages)
` [PATCH 1/3] New make target 'check-perf' and new dir gdb.perf
` [PATCH 2/3] Perf test framework
` [PATCH 3/3] Test on solib load and unload

[PATCH v2] Skip vDSO when reading SO list (PR 8882)
 2013-09-25 11:53 UTC  (4+ messages)

[commit] objfiles.c (free_objfile): Move comment
 2013-09-25  0:16 UTC 

[PATCH] Consistent display of "<optimized out>"
 2013-09-24 23:22 UTC  (29+ messages)
                  ` [PATCH] Print registers not saved in the frame as "<not saved>", instead of "<optimized out>". (was: Re: [PATCH] Consistent display of "<optimized out>")
                    ` [PATCH] Print registers not saved in the frame as "<not saved>", instead of "<optimized out>"
                          ` [PATCH+DOC] "
                                    ` [PATCH] Always print call-clobbered registers in outer frames. (was: Re: [PATCH+DOC] Print registers not saved in the frame as "<not saved>", instead of "<optimized out>".)
                                      ` [PATCH] Always print call-clobbered registers in outer frames

[RFC] PR 15873 UTF-8 incoplete/invalid chars go unnoticed
 2013-09-24 22:48 UTC  (3+ messages)

[commit/Ada] Delete ada-exp.y:string_to_operator (unused)
 2013-09-24 19:43 UTC 

[PATCH] Remove C/C++ relevant code in Fortran specific file
 2013-09-24 17:39 UTC  (3+ messages)

[PATCH 0/2 v3] Two Fortran specific patches for printing data types
 2013-09-24 17:15 UTC  (5+ messages)
` [PATCH 1/2] Fixed indentation for printing Fortran types with pointers
` [PATCH 2/2] Fix PR gdb/15326 infinite recursion when printing Fortran types

[patchv2] Improve Executable displayed path (PR 15415 regression kind #2)
 2013-09-24 16:12 UTC 

Fix mingw support for Home,End,Insert and Delete keys
 2013-09-24 14:14 UTC  (3+ messages)
` [RFA] Merge fix for mingw support for Home,End,Insert and Delete keys inot gdb readline

[patchv4 5/5] Support .dwp with the name of symlinked binary file
 2013-09-24 14:04 UTC  (3+ messages)
  ` [commit] "

[patchv4 4/5] Keep objfile original filename
 2013-09-24 14:01 UTC  (3+ messages)
  ` [commit] "

[patchv4 2/5] Code cleanup: Add objfile_name accessor
 2013-09-24 13:58 UTC  (2+ messages)
` [commit] "

[patchv4 1/5] Code cleanup: rename variable
 2013-09-24 13:55 UTC  (2+ messages)
` [commit] "

[patch 2/2] Remove solib-sunos.c
 2013-09-24 13:53 UTC  (2+ messages)
` [commit] "

[patchv3 1/2] Remove a.out NetBSD and OpenBSD hosta and targets
 2013-09-24 13:52 UTC  (7+ messages)
  ` [patchv4 "
      ` [commit] "

[PATCH V6 8/8] Add MPX feature description to GDB manual
 2013-09-24 11:13 UTC 

[PATCH V6 7/8] Add MPX registers tests
 2013-09-24 11:10 UTC 

[PATCH V6 6/8] Add pretty-printer for MPX bnd registers
 2013-09-24 11:09 UTC 

[PATCH V6 2/8] Add MPX registers XML files
 2013-09-24 11:09 UTC 

[PATCH V6 3/8] Add MPX support for i386
 2013-09-24 11:09 UTC 

[PATCH V6 4/8] MPX for amd64
 2013-09-24 11:09 UTC 

[PATCH V6 5/8] Add MPX support to gdbserver
 2013-09-24 11:09 UTC 

[PATCH V6 1/8] Fix conditions in creating a bitfield
 2013-09-24 11:08 UTC 

[PATCH V6 0/8] Intel(R) MPX register support
 2013-09-24 11:08 UTC 

[RFA, doc RFA] Add verbose level to "set debug dwarf2-read"
 2013-09-24  5:15 UTC  (2+ messages)

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

[PATCH v4] Implement $_exitsignal
 2013-09-23 21:32 UTC  (2+ messages)

[PATCH v2 0/2] Two Fortran specific patches for printing data types
 2013-09-23 20:31 UTC  (6+ messages)
` [PATCH v2 1/2] Fixed indentation for printing Fortran types with pointers
` [PATCH v2 2/2] Fix PR gdb/15326 infinite recursion when printing Fortran types

[PATCH] remove a redundant struct from linespec
 2013-09-23 18:06 UTC  (2+ messages)

[PATCH] regcache, use print_hex_chars
 2013-09-23 16:49 UTC  (3+ messages)

[PATCH] Print thread name when executing thread commands
 2013-09-23 16:33 UTC  (5+ messages)

[PATCH] Fix compilation error in readline/util.c in environments with missing strcasecmp
 2013-09-23 16:06 UTC  (4+ messages)
  ` [Bug-readline] "

[PATCH 0/2] gdb updates for git migration
 2013-09-23 15:51 UTC  (3+ messages)
` [PATCH 1/2] fix CONTRIBUTE "

[PATCH][SPARC64] Fix breakpointing in syscalls other than sigreturn
 2013-09-23 14:36 UTC  (4+ messages)

[PATCH] sh64 - reuse print_hex_chars
 2013-09-23  9:19 UTC  (3+ messages)

sim configure regen
 2013-09-23  0:33 UTC  (3+ messages)

Splitting up perf test compilation and data collection
 2013-09-22 23:53 UTC  (3+ messages)

[PATCH 1/2] Port gdbserver to GNU/Hurd
 2013-09-22 12:58 UTC  (8+ messages)
` [PATCH 2/2] "

Sim hangs on new target at dup_arg_p() in infinite loop
 2013-09-21  2:59 UTC  (5+ messages)

[PATCH] Skip VDSO when reading SO list
 2013-09-20 18:14 UTC  (5+ messages)

RFC: git config and scripts
 2013-09-20 17:30 UTC  (2+ messages)

[patch] New functions gdb_find_readelf, gdb_find_objcopy for testsuite
 2013-09-20 17:26 UTC  (4+ messages)

[RFC] GDB Hurd Fixes
 2013-09-20 15:17 UTC  (3+ messages)

Release 2.24
 2013-09-20 13:15 UTC  (4+ messages)

[PATCH] PR 15520 - GDB step command crashed on non-stop mode
 2013-09-20 12:08 UTC  (4+ messages)

[PATCH] fix bug breakpoint before watchpoint increase hit count but didn't show up
 2013-09-20 12:06 UTC 

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