public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/7] More run control cleanup
 2013-10-31 21:32 UTC  (4+ messages)
` [PATCH 3/7] infrun.c: Don't set ecs->random_signal for "catchpoint" events (eliminate ecs->random_signal)
` [PATCH 1/7] infrun.c:handle_inferior_event: Don't fall through in TARGET_WAITKIND_LOADED handling
` [PATCH 2/7] infrun.c:handle_inferior_event: Move comment

[PATCH] infrun.c: use GDB_SIGNAL_0 when hidding signals, not GDB_SIGNAL_TRAP
 2013-10-31 21:08 UTC  (3+ messages)

[PATCH 1/2] New field la_varobj_ops in struct language_defn
 2013-10-31 17:31 UTC  (19+ messages)
` [PATCH 2/2] Remove varobj_language_string, languages and varobj_languages
    ` [PATCH 1/3] Constify 'la_name' in struct language_defn
      ` [PATCH 3/3] Remove varobj_language_string, languages and varobj_languages
      ` [PATCH 2/3] New field 'la_natural_name' in struct language_defn
  ` Rename field 'lang' to 'lang_ops' ([PATCH 1/2] New field la_varobj_ops in struct language_defn)

[PATCH] Fix Gold/strip discrepancies for PR 11786
 2013-10-31 16:42 UTC  (3+ messages)

[RFA 4/4] Constify parse_linesepc
 2013-10-31 16:14 UTC  (10+ messages)
    ` Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc]

[PATCH] Extra error message from update_watchpoint
 2013-10-31 13:05 UTC  (15+ messages)

[PATCH] S390: Add missing gdb_prompt in s390-multiarch.exp
 2013-10-30 18:05 UTC  (2+ messages)

[PATCH v2 0/2] S390: Rename source files to *-linux-*
 2013-10-30 18:03 UTC  (4+ messages)
` [PATCH v2 1/2] S390: Whitespace cleanup
` [PATCH v2 2/2] S390: Rename source files to *-linux-*

[PATCH] Improve MI inferior output check / mi-console.exp
 2013-10-30 12:30 UTC  (5+ messages)

[patch][python] Fix python/14513
 2013-10-30  9:01 UTC  (7+ messages)

[PATCH] sim/arm: Prevent crash when running sim with no binary
 2013-10-29 22:56 UTC 

[PATCH] sim/arm: Prevent NULL pointer dereference in sim_create_inferior
 2013-10-29 22:55 UTC 

[PATCH v4 0/9] enable target-async by default
 2013-10-29 20:55 UTC  (14+ messages)
` [PATCH v4 2/9] add "this" pointers to more target APIs
` [PATCH v4 3/9] add target method delegation
` [PATCH v4 1/9] fix latent bugs in ui-out.c

[PATCH]Add symbol whose field 'has_type' has been set to partial symbol table
 2013-10-29 18:34 UTC  (4+ messages)

[PATCH v2 0/9] share minimal symbols across objfiles
 2013-10-29 18:31 UTC  (8+ messages)
` [PATCH v2 9/9] add short-circuit logic to elfread.c

[PATCH] Permanent breakpoints degrade to normal breakpoints on enable
 2013-10-29 17:52 UTC  (3+ messages)
` I think permanent breakpoints are fundamentally broken as is (was: Re: [PATCH] Permanent breakpoints degrade to normal breakpoints on enable)
  ` I think permanent breakpoints are fundamentally broken as is

[PATCH] Avoid producing broken non-native core files
 2013-10-29 17:38 UTC  (10+ messages)

[RFC] undef reg in gdb_curses.h
 2013-10-29 16:41 UTC  (2+ messages)

[PATCH] ChangeLog entries for the remove-symbol-file commits
 2013-10-29 14:53 UTC  (2+ messages)

[COMMIT PATCH] gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs variables defining change-log-default-name
 2013-10-29 13:46 UTC 

[PATCH] Print <unavailable> for unavailable registers
 2013-10-29 13:37 UTC  (6+ messages)
` PING: "

[PATCH v17 0/5] remove-symbol-file & add-symbol-file
 2013-10-29 11:06 UTC  (3+ messages)

[PATCH] Fix REGISTRY cleanups
 2013-10-29  6:42 UTC  (6+ messages)

[PATCH] bug fix for gdb 16039
 2013-10-28 23:33 UTC  (6+ messages)

[PATCH 0/5] Cache code access for disassemble
 2013-10-28 21:51 UTC  (20+ messages)
` [PATCH 3/5] set/show code-cache
` [PATCH 1/5] Add REGISTRY for struct address_space
` [PATCH 2/5] Associate target_dcache to address_space
` [PATCH 5/5] set/show code-cache NEWS and doc

C99 variable length array support
 2013-10-28 21:00 UTC  (5+ messages)
` [PATCH 05/10] vla: allow side effects for sizeof argument

[PATCH v2 00/17] test suite parallel safety
 2013-10-28 20:10 UTC  (18+ messages)
` [PATCH v2 15/17] fix some "exec" tests
` [PATCH v2 07/17] fix up gdb.trace
` [PATCH v2 11/17] introduce relative_filename and use it
` [PATCH v2 05/17] fix up gdb.xml

[PATCH 0/5] cleanup infrun.c:handle_inferior_event some more
 2013-10-28 19:35 UTC  (4+ messages)
` [PATCH 1/5] infrun.c:handle_inferior_event: Remove some more dead code

[PATCH] breakpoint.c:watchpoints_triggered: simplify a tiny bit
 2013-10-28 19:35 UTC  (2+ messages)

gdb-7.6 branch build failures
 2013-10-28 18:42 UTC  (3+ messages)

[PATCH v3 00/17] test suite parallel safety
 2013-10-28 14:30 UTC  (20+ messages)
` [PATCH v3 01/17] fix up log-file toggling
` [PATCH v3 03/17] fix weird.exp for parallel testing
` [PATCH v3 13/17] make gdb.asm parallel-safe
` [PATCH v3 05/17] fix up gdb.xml
` [PATCH v3 07/17] fix up gdb.trace
` [PATCH v3 04/17] fix up gdb.gdb
` [PATCH v3 12/17] fix up gdb.server
` [PATCH v3 14/17] fix argv0-symlink.exp for parallel mode
` [PATCH v3 08/17] simple changes in gdb.base
` [PATCH v3 17/17] switch to fully parallel mode
` [PATCH v3 02/17] fix some simple thinkos in the test suite
` [PATCH v3 09/17] update checkpoint test
` [PATCH v3 06/17] fix up gdb.mi
` [PATCH v3 11/17] introduce relative_filename and use it
` [PATCH v3 15/17] fix some "exec" tests
` [PATCH v3 16/17] fix some fission tests
` [PATCH v3 10/17] update fileio test

[PATCH] Fix ada inferior-data cleanup
 2013-10-28 14:27 UTC  (6+ messages)

checked in: Re: RFC: solib.c:solib_map_sections so->so_name clobbering
 2013-10-28 11:39 UTC  (5+ messages)

[PATCH 0/4 V3] GDB Performance testing
 2013-10-25 17:34 UTC  (18+ messages)
` [PATCH 4/4] Test on solib load and unload
` [PATCH 3/4] Mention perf test in testsuite/README
` [PATCH 2/4] Perf test framework
` [PATCH 1/4] New make target 'check-perf' and new dir gdb.perf
` ping: [PATCH 0/4 V3] GDB Performance testing

[RFC 0/2] Read memory in multiple lines in dcache_xfer_memory
 2013-10-25 17:08 UTC  (5+ messages)
` [PATCH 2/2] "

Extending RSP with vCont;n and vCont;f
 2013-10-25 15:36 UTC  (5+ messages)
  ` WG: "

[PATCH] testsuite: Fix gdb.base/bang.exp for remote stubs without exit
 2013-10-25 15:27 UTC  (6+ messages)

[PATCH] Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-shell" option
 2013-10-25 11:11 UTC  (6+ messages)
    ` [PATCH] [DOC] shell startup files, clarifications and fixes. (was: Re: [PATCH] Make STARTUP_WITH_SHELL a runtime toggle -- add new "set/show startup-with-shell" option.)

[PATCH] Print nonexisting/optimized out static fields gracefully
 2013-10-25 10:44 UTC  (3+ messages)

[PATCH v2] testsuite: Treat an empty string in needs_status_wrapper as false
 2013-10-25  9:25 UTC  (4+ messages)
` [PATCH v3] "

[patch] Disassembly improvements
 2013-10-25  7:56 UTC  (10+ messages)

[PATCH] Send qXfer:traceframe-info:read when traceframe is selected
 2013-10-25  7:21 UTC  (4+ messages)
` supporting all kinds of partially-<unavailable> enum target_object types (was: Re: [PATCH] Send qXfer:traceframe-info:read when traceframe is selected.)

[PATCH] Remove global traceframe_fun and traceframe_sal
 2013-10-25  7:09 UTC  (4+ messages)

[commit] Minor coding style fixes in varobj.h
 2013-10-25  3:29 UTC 

[PATCH] testsuite: Persistent gdbserver cleanup
 2013-10-24 22:37 UTC  (3+ messages)

[PATCH 00/18] -Wc++-compat patches
 2013-10-24 18:21 UTC  (5+ messages)
` [PATCH 01/18] poison "class"

[PATCH] S390: Rename source files to *-linux-*
 2013-10-24  9:27 UTC  (3+ messages)

[PATCH 2/2] GDB process record and reverse debugging improvements for arm*-linux*
 2013-10-24  2:32 UTC  (2+ messages)

[PATCH 1/2] GDB process record and reverse debugging improvements for arm*-linux*
 2013-10-24  2:25 UTC  (2+ messages)

[PATCH 0/2] GDB process record and reverse debugging improvements for arm*-linux*
 2013-10-24  1:44 UTC  (3+ 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).