public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PING^2] [RFC 00/23] Regset rework preparations
 2014-07-03 16:08 UTC  (3+ messages)

[PATCH 0/9] pagination/readline/async issues
 2014-07-03 15:52 UTC  (19+ messages)
` [PATCH 6/9] testsuite: Introduce gdb_assert
` [PATCH 1/9] Put the inferior's terminal settings in effect while running (fg) infcalls
` [PATCH 7/9] Remove the target from the event loop while in secondary prompts
` [PATCH 2/9] Eliminate exceptions.c:print_any_exception
` [PATCH 1/9] daily update
` [PATCH 4/9] testsuite: Introduce gdb_assert
` [PATCH 7/9] Canceling pagination caused by execution command from command line aborts readline/gdb
` [PATCH 4/9] Eliminate exceptions.c:print_any_exception
` [PATCH 6/9] Background execution + pagination aborts readline/gdb
` [please ignore] Re: [PATCH 0/9] pagination/readline/async issues
` [PATCH 8/9] Background execution + pagination aborts readline/gdb
` [PATCH 8/9] Fix double prompt
` [PATCH 9/9] Remove the target from the event loop while in secondary prompts
` [PATCH 2/9] Reload --as-needed libraries inside groups
` [PATCH 9/9] Put GDB's terminal settings into effect when paginating
` [PATCH 5/9] Move catch_command_errors and catch_command_errors_const to main.c
` [PATCH 3/9] Put the inferior's terminal settings in effect while running (fg) infcalls
` [PATCH 5/9] Canceling pagination caused by execution command from command line aborts readline/gdb

[RESEND/PROPER PATCH 0/9] pagination/readline/async issues
 2014-07-03 15:40 UTC  (11+ messages)
` [PATCH 2/9] Eliminate exceptions.c:print_any_exception
` [PATCH 1/9] Put the inferior's terminal settings in effect while running (fg) infcalls
` [PATCH 8/9] Fix double prompt
` [PATCH 5/9] Canceling pagination caused by execution command from command line aborts readline/gdb
` [PATCH 9/9] Put GDB's terminal settings into effect when paginating
` [PATCH 3/9] Move catch_command_errors and catch_command_errors_const to main.c
` [PATCH 6/9] Background execution + pagination aborts readline/gdb
` [PATCH 4/9] testsuite: Introduce gdb_assert
` [PATCH 7/9] Remove the target from the event loop while in secondary prompts

[PATCH v6 0/2] enable target-async by default
 2014-07-03 15:39 UTC  (6+ messages)
` [pushed] "
  ` Regression for attach from stdin [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]

[PATCH COMMITTED] Update email address in MAINTAINERS list
 2014-07-03 13:55 UTC 

[PATCH 0/4] Fix gdb.trace/entry-values.exp fails in thumb mode
 2014-07-03  8:39 UTC  (8+ messages)
` [PATCH 1/4] Restrict matching add/sub sp, #imm
` [PATCH 4/4] Fix gdb.trace/entry-values.exp for thumb mode
` [PATCH 2/4] Match instruction adjusts SP in thumb
` [PATCH 3/4] Stop prologue analysis when past the epilogue

[RFC] gdb.base/frame-args.exp
 2014-07-03  7:29 UTC  (4+ messages)

[PATCH] Assign 'targerr' instead of 'targ' to gdb_stdtargerr
 2014-07-02 19:14 UTC 

[PATCH 1/2] Add dprintf and detach test (PR breakpoints/17012)
 2014-07-02 13:29 UTC  (2+ messages)

[PATCH] Handle powerpc branch instruction on gdb.trace/entry-values.exp
 2014-07-02 11:02 UTC  (3+ messages)

[Patch, microblaze]: Fix for remote G Packet message too long error for baremetal
 2014-07-02 10:40 UTC  (28+ messages)

[PATCH] fix record "run" regression
 2014-07-02  9:52 UTC  (2+ messages)

[PATCH] Fix crash of gdbserver when kill threads
 2014-07-02  9:07 UTC  (3+ messages)

[PATCH] Remove unused Linux libthread_db callbacks
 2014-07-02  8:02 UTC  (3+ messages)

[RFC]: append dwarf2 unwinder on sparc
 2014-07-02  7:51 UTC  (3+ messages)

[PATCH] Handle volatile array types in dwarf2read.c
 2014-07-01 20:15 UTC  (5+ messages)

[PATCH v5] Events when inferior is modified
 2014-07-01 17:56 UTC  (6+ messages)

[PATCH] Adding bit position to ptype
 2014-07-01 16:29 UTC  (4+ messages)

[PATCH] use cmd_sfunc_ftype and cmd_cfunc_ftype more
 2014-07-01 16:21 UTC  (2+ messages)

[PATCH] Fix gdb.base/code_elim.exp failures for PowerPC 32-bit
 2014-07-01  9:46 UTC 

[doc] Avoid conflicts between gdb and cross-gdb
 2014-07-01  8:18 UTC 

[PATCH v2 00/13] Regset rework preparations part 2
 2014-07-01  8:00 UTC  (15+ messages)
` [PATCH v2 05/13] ALPHA Linux: Fill 'collect_regset' in regset structures
` [PATCH v2 03/13] S390: Migrate to regcache_supply/collect_regset
` [PATCH v2 07/13] HPPA Linux: Fill 'collect_regset' in regset structures
` [PATCH v2 04/13] AARCH64 "
` [PATCH v2 09/13] NIOS2 Linux: Fill 'collect_regset' in regset structure
` [PATCH v2 02/13] regcache: Add functions suitable for regset_supply/collect
` [PATCH v2 13/13] IA64 Linux: Define regset structures
` [PATCH v2 01/13] Rename 'descr' field in regset structure to 'regmap'
` [PATCH v2 06/13] FRV Linux: Fill 'collect_regset' in regset structures
` [PATCH v2 12/13] M68K Linux: Define "
` [PATCH v2 11/13] TILEGX Linux: Fill 'collect_regset' in regset structure
` [PATCH v2 10/13] SCORE: "
` [PATCH v2 08/13] M32R Linux: "
` [ping][PATCH v2 00/13] Regset rework preparations part 2

[PATCH] sim/microblaze/interp.c: Use long int format instead of int to avoid compiling warnings
 2014-07-01  1:11 UTC  (4+ messages)

[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
 2014-07-01  0:59 UTC  (7+ messages)

[doc RFA] New commands: mt set per-command on|off
 2014-06-30 17:13 UTC  (2+ messages)
` Regression for GDB global --statistics [Re: [doc RFA] New commands: mt set per-command on|off]

[PATCH] Add Frame.read_register to Python API
 2014-06-30 16:22 UTC  (8+ messages)

[PATCH 0/2] a couple more target delegation conversions
 2014-06-30 15:54 UTC  (3+ messages)
` [PATCH 1/2] convert to_get_thread_local_address to use target delegation
` [PATCH 2/2] change to_info_record "

[PATCH] constify search_symbols
 2014-06-30 14:31 UTC  (5+ messages)

[PATCH] reverse-finish: turn internal error into normal error
 2014-06-30 12:55 UTC 

[PATCH] watchpoint-reuse-slot.exp: Correctly skip unsupported commands
 2014-06-30 11:36 UTC  (4+ messages)

[PATCH 0/7] more constification
 2014-06-30  8:55 UTC  (5+ messages)

[PATCH] Tweak gdb.trace/tfile.c for thumb mode
 2014-06-30  3:52 UTC 

[RFC] Add a .gitattributes file for use with git-merge-changelog
 2014-06-28 23:41 UTC  (5+ messages)

[PATCH] Fix passing/returning of complex data for PowerPC 32-bit
 2014-06-27 18:40 UTC  (6+ messages)

[PATCH] Associate dummy_frame with ptid
 2014-06-27 18:32 UTC  (5+ messages)

[PATCH 0/7 v2] Refactor shared code in {i386,amd64}-linux-nat.c
 2014-06-27 14:53 UTC  (8+ messages)
` [PATCH 3/7 v2] Merge ps_get_thread_area
` [PATCH 1/7 v2] Rename identical functions
` [PATCH 2/7 v2] Merge {i386,amd64}_linux_read_description
` [PATCH 6/7 v2] Move duplicated code into new files
` [PATCH 5/7 v2] Comment and whitespace changes
` [PATCH 7/7 v2] Tidy #include lists
` [PATCH 4/7 v2] Pull out common parts of _initialize_{i386,amd64}_linux_nat

[PATCH 0/7] Refactor shared code in {i386,amd64}-linux-nat.c
 2014-06-27 11:57 UTC  (14+ messages)
` [PATCH 6/7] Move duplicated code into new files
` [PATCH 2/7] Merge {i386,amd64}_linux_read_description
` [PATCH 4/7] Pull out common parts of _initialize_{i386,amd64}_linux_nat
` [PATCH 3/7] Merge ps_get_thread_area
` [PATCH 1/7] Rename identical functions
` [PATCH 5/7] Comment and whitespace changes
` [PATCH 7/7] Tidy #include lists

[PATCH 0/2] Improved variable object invalidation in GDB
 2014-06-27 10:14 UTC  (3+ messages)
` [PATCH 1/2] Fix varobj updation after symbol removal
` [PATCH 2/2] Testsuite for "

[PATCH] PR external/{16327,16328}: Remove etc/configure.texi and etc/standards.texi
 2014-06-27  9:43 UTC  (4+ messages)
` [PATCH][PING²] "

[PATCH 0/4] more minor constification
 2014-06-26 15:12 UTC  (2+ messages)

[PATCH 0/2] more progress on objfile splitting
 2014-06-26 14:36 UTC  (7+ messages)
` [PATCH 2/2] move the demangled_names_hash into the per-BFD
      ` ASAN crash regression [Re: [PATCH 2/2] move the demangled_names_hash into the per-BFD]

[patch] Share options between info and man page
 2014-06-26  9:34 UTC  (13+ messages)

[PATCH OBV] Move local variables to inner block
 2014-06-26  8:25 UTC 

[PATCH OBV] Typo fix in signal_pass initialization
 2014-06-26  7:56 UTC 

[PATCH] Always pass signals to the right thread
 2014-06-26  5:46 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] readline/histfile.c: Check and retry write() operation in history_truncate_file()
 2014-06-25 22:16 UTC  (11+ messages)
` [Bug-readline] "

[PATCH] add "continue" response to pager
 2014-06-25 20:16 UTC  (6+ messages)

[PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions
 2014-06-25  8:52 UTC  (16+ messages)
` [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 1/5] Support for recording arm/thumb mode coprocessor instructions
` [PATCH 3/5] Support for recording VFP data processing instructions

[Patch]Clean up the XML files for ARM
 2014-06-25  1:30 UTC  (14+ messages)

[PATCH v2] Fix documentation for Type.template_argument
 2014-06-24 22:38 UTC 

[RFA] Fix PR c++/17059
 2014-06-24 22:20 UTC 

[PATCH] Fix documentation for Type.template_argument
 2014-06-24 19:19 UTC  (2+ messages)

[commit] Improve indexing of the Screen Size node
 2014-06-24 16:37 UTC 

[7.8] Suggested fix of --enable-targets=all on 32-bit host
 2014-06-24 15:12 UTC  (4+ messages)

[PATCH v2 1/3] make_corefile_notes: have caller free returned memory
 2014-06-24 14:18 UTC  (5+ messages)
` [PATCH v2 3/3] btrace: pretend we're not replaying when generating a core file

[PATCH] Align behavior of xmethod commands with that of pretty-printer commands
 2014-06-24 13:28 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).