Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] Let gdbserver doesn't tell GDB it support target-side breakpoint conditions and commands if it doesn't support 'Z' packet
 2013-12-09 19:48 UTC  (12+ messages)

[PATCH v4 0/9] enable target-async by default
 2013-12-09 17:53 UTC  (23+ messages)
` [PATCH v4 2/9] add "this" pointers to more target APIs
` [PATCH v4 8/9] fix py-finish-breakpoint.exp with always-async
` [PATCH v4 9/9] enable target-async

Events when inferior is modified
 2013-12-09 17:48 UTC  (7+ messages)
    ` [PATCH v2] "

[RFA] nameless LOAD_DLL_DEBUG_EVENT causes ntdll.dll to be missing
 2013-12-09 17:08 UTC  (6+ messages)

[PATCH] Add MIPS UFR support
 2013-12-09 16:45 UTC  (3+ messages)

[PATCH] gdb: set filename-display shortpath support
 2013-12-09 16:34 UTC  (2+ messages)

[PATCH 0/3] Use target_read_code in skip_prologue
 2013-12-09 15:34 UTC  (30+ messages)
` [PATCH 2/3] skip_prolgoue (amd64)

[PATCH] gdb: set filename-display shortpath support
 2013-12-09 13:24 UTC  (5+ messages)

[PATCH v2] Sanitize access to gdbarch on the probe API (and fix ARM bug)
 2013-12-09 12:41 UTC  (2+ messages)

[RFA] Allow Windows UNWIND_INFO version 2
 2013-12-09 12:11 UTC  (6+ messages)

[PATCH 0/2] Fix "info frame" in the outermost frame
 2013-12-09 10:58 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH] gdb fix for count overflow check (correct)
 2013-12-09 10:57 UTC 

[PATCH] Add some const-ness to py-cmd.c
 2013-12-09 10:39 UTC  (2+ messages)

[RFC/Patch] PR 16113: Allow gdb.Field objects as subscripts on gdb.Value objects
 2013-12-09 10:30 UTC  (4+ messages)

[PATCH] gdb: set filename-display shortpath support
 2013-12-09  9:21 UTC 

[PATCH] gdb: set filename-display shortpath support
 2013-12-09  8:55 UTC 

[PATCH] gdb fix for count overflow check
 2013-12-09  8:07 UTC  (2+ messages)

[PATCH 0/2] constify serial_ops
 2013-12-09  6:14 UTC  (4+ messages)
` [PATCH 1/2] make serial_ops const
` [PATCH 2/2] don't allocate serial_ops

[PATCH 2/3] PR gdb/16304: Add amd64_x32_linux_record_tdep and amd64_x32_sys_xxx
 2013-12-09  0:08 UTC  (3+ messages)

[PATCH 1/3] PR gdb/16304: Properly decode MODRM byte for 64-bit
 2013-12-08 20:15 UTC  (3+ messages)

[PATCH] PR gdb/16305: Mask out PREFIX_ADDR when adding prefix to opcode
 2013-12-08 20:14 UTC 

[PATCH 3/3] PR gdb/16304: Zero-extend address from 32-bit to 64-bit
 2013-12-08 19:45 UTC 

Release 2.24
 2013-12-08  8:40 UTC  (15+ messages)

[release/HEAD] Document the GDB 7.6.2 release in gdb/ChangeLog
 2013-12-08  8:39 UTC  (3+ messages)

[commit/branch] Set gdb/version.in to 7.6.2.20131208-cvs
 2013-12-08  8:38 UTC 

[PATCH] Use gdb_produce_source
 2013-12-08  7:17 UTC  (3+ messages)

[commit/www] Announce the GDB 7.6.2 release
 2013-12-08  5:33 UTC 

FYI/BRANCH: Patches applied to branch gdb_7_6-branch
 2013-12-08  4:57 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 7.6.2.DATE-cvs
` [release/branch 1/2] Document the GDB 7.6.2 release in gdb/ChangeLog

[commit/www] Add 7.6.2 entry in schedule/index.html
 2013-12-08  4:56 UTC 

FYI/BRANCH: Patches applied to branch gdb_7_6-branch
 2013-12-08  4:24 UTC  (2+ messages)
` [release/branch] Set GDB version number to 7.6.2

[PATCH] include/gdb/section-scripts.h: New file
 2013-12-07 20:56 UTC  (5+ messages)

[PATCH 02/13] script language API for GDB
 2013-12-07 11:23 UTC  (2+ messages)

[PATCH 3/3] psymtab.c cleanup: remove "partial" from function names
 2013-12-06 23:57 UTC  (2+ messages)

[PATCH] Debug Methods in GDB Python
 2013-12-06 23:24 UTC  (4+ messages)

[PATCH 2/3] psymtab.c cleanup: Add function parameter typedefs
 2013-12-06 22:29 UTC 

[PATCH 1/3] psymtab.c cleanup: Move expand_partial_symbol_names
 2013-12-06 22:25 UTC 

[commit] Add software single stepping to moxie port
 2013-12-06 19:39 UTC  (3+ messages)

[PATCH 0/8] trivia
 2013-12-06 19:12 UTC  (2+ messages)

[PATCH 0/4] make probes independent of the program space
 2013-12-06 18:23 UTC  (9+ messages)
` [PATCH 2/4] remove some sym_probe_fns methods

[obv] gdb.base/break.exp: Fix setting of $baz
 2013-12-06 18:21 UTC 

[PATCH v1 05/13] script language API for GDB: breakpoint changes
 2013-12-06 17:25 UTC  (3+ messages)

[PATCH v1 03/13] script language API for GDB: python.[ch] changes
 2013-12-06 17:22 UTC  (5+ messages)

[PATCH v1 02/13] script language API for GDB: scripting.[ch]
 2013-12-06 17:17 UTC  (3+ messages)

[PATCH 00/13] script language API for GDB
 2013-12-06 16:07 UTC  (4+ messages)

[PATCH] Use "get_current_arch" instead of "get_objfile_arch" on SystemTap SDT code (and fix ARM bug)
 2013-12-06 16:04 UTC  (10+ messages)
  ` [PATCH] Sanitize gdbarch access on probe/SDT API (was: Re: [PATCH] Use "get_current_arch" instead of...)
    ` [PATCH] Sanitize gdbarch access on probe/SDT API

[RFC/Patch] Call overloaded operators to perform valid Python operations on struct/class values
 2013-12-06 14:20 UTC  (3+ messages)

PATCH [0/2] Convert unavailable vector to be bit, not byte, based
 2013-12-06 13:30 UTC  (9+ messages)
` [PATCH [1/2] Add support for DW_OP_bit_piece and DW_OP_plus_uconst to DWARF assembler
` [PATCH [0/2] Convert the unavailable vector to be bit, not byte, based
  ` [PATCH [2/2] "

[PATCH] Fix completion for pascal language
 2013-12-06  8:43 UTC  (2+ messages)

[PATCH v3 00/13] C99 variable length array support
 2013-12-06  7:36 UTC  (3+ messages)
` [PATCH v3 05/13] vla: update type from newly created value

[PATCH v1 10/13] script language API for GDB: top.c changes
 2013-12-06  5:53 UTC 

[PATCH v1 11/13] script language API for GDB: typeprint changes
 2013-12-06  5:53 UTC 

[PATCH v1 08/13] script language API for GDB: mi changes
 2013-12-06  5:53 UTC 

[PATCH v1 04/13] script language API for GDB: auto-load changes
 2013-12-06  5:53 UTC 

[PATCH v1 07/13] script language API for GDB: cli changes
 2013-12-06  5:53 UTC 

[PATCH v1 06/13] script language API for GDB: pretty-printer changes
 2013-12-06  5:53 UTC 

[PATCH v1 13/13] script language API for GDB: utils.c changes
 2013-12-06  5:53 UTC 

[PATCH v1 09/13] script language API for GDB: framefilter changes
 2013-12-06  5:53 UTC 

[PATCH v1 12/13] script language API for GDB: preserve_values changes
 2013-12-06  5:53 UTC 

[PATCH v1 01/13] script language API for GDB: configure changes
 2013-12-06  5:52 UTC 

[RFA/commit] Uninitialize variable "this_id" in frame.c:get_prev_frame_1
 2013-12-06  4:54 UTC  (3+ messages)
  ` pushed: "

[PATCH] gdb: testsuite: fix ksh shebang to use sh
 2013-12-05 21:35 UTC  (5+ messages)

[PATCH 13/13] script language API for GDB
 2013-12-05 17:27 UTC 

[PATCH 12/13] script language API for GDB
 2013-12-05 17:26 UTC 

[PATCH 11/13] script language API for GDB
 2013-12-05 17:23 UTC 

[PATCH 10/13] script language API for GDB
 2013-12-05 17:22 UTC 

[PATCH 09/13] script language API for GDB
 2013-12-05 17:21 UTC 

[PATCH 08/13] script language API for GDB
 2013-12-05 17:20 UTC 

[PATCH 07/13] script language API for GDB
 2013-12-05 17:19 UTC 

[PATCH 06/13] script language API for GDB
 2013-12-05 17:18 UTC 

[PATCH 05/13] script language API for GDB
 2013-12-05 17:16 UTC 

[PATCH 04/13] script language API for GDB
 2013-12-05 17:15 UTC 

[PATCH 03/13] script language API for GDB
 2013-12-05 17:14 UTC 

[PATCH 01/13] script language API for GDB
 2013-12-05 17:11 UTC 

[PATCH] strip off +x bits on non-executable/script files
 2013-12-05 12:43 UTC  (3+ messages)

[pushed] [PATCH v3 1/1] Documentation for MPX
 2013-12-05  6:29 UTC  (6+ messages)

[commit] auto-load.c (load_auto_scripts_for_objfile): Add some comments
 2013-12-05  6:13 UTC 

[PATCH 4/4] tracepoint multithread and multiprocess support (doc)
 2013-12-05  4:57 UTC  (4+ messages)

[commit/Ada] Minor coding-style fixes in ada-lex.l:find_dot_all
 2013-12-05  3:40 UTC  (2+ messages)
` pushed: "

[PATCH] Fix for PR tdep/15653: Implement SystemTap SDT probe support for AArch64
 2013-12-04 23:35 UTC  (8+ messages)

[PATCH] add gdbarch_in_function_epilogue_p hook for sparc64
 2013-12-04 17:02 UTC  (5+ messages)

checked in: Re: RFC: solib.c:solib_map_sections so->so_name clobbering
 2013-12-04 16:59 UTC  (6+ messages)

status update for GDB 7.7?
 2013-12-04 16:58 UTC  (3+ messages)

[PATCH 3/4] tracepoint multithread and multiprocess support (test)
 2013-12-04 16:16 UTC 

[PATCH 2/4] tracepoint multithread and multiprocess support (gdbserver)
 2013-12-04 16:16 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