Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[Patch v2 00/10] C99 variable length array support
 2013-11-21 14:33 UTC  (10+ messages)
` [Patch v2 02/10] type: add c99 "
` [Patch v2 01/10] vla: introduce new bound type abstraction adapt uses
` [Patch v2 03/10] vla: enable sizeof operator to work with variable length arrays
` [Patch v2 04/10] vla: enable sizeof operator for indirection
` [Patch v2 08/10] test: evaluate pointers to C99 vla correctly
` [Patch v2 06/10] vla: print "dynamic length" for unresolved dynamic bounds
` [Patch v2 05/10] vla: update type from newly created value
` [Patch v2 07/10] test: multi-dimensional c99 vla
` [Patch v2 09/10] test: basic c99 vla tests

[PATCH 1/1] Documentation for MPX
 2013-11-21 14:30 UTC 

[PATCH 1/1] Documentation for MPX
 2013-11-21 14:04 UTC 

[PATCH 0/3 V3] Cache code access for disassemble
 2013-11-21 14:03 UTC  (11+ messages)
` [PATCH 2/3] set/show code-cache
` [PATCH 1/3] Renaming in target-dcache.c
` [PATCH 3/3] Use target_read_code in disassemble

[PATCH] gdb.mi/mi-info-os.exp: Fix cross-debugger testing
 2013-11-21 11:47 UTC  (5+ messages)
` [PING][PATCH] "

[PATCH 1/2] Use mi_create_floating_varobj
 2013-11-21 11:37 UTC  (2+ messages)
` [PATCH 2/2] Check has_more in mi_create_dynamic_varobj

[PATCH 1/2] Update doc on displayhint in command -var-list-children
 2013-11-21  3:52 UTC  (7+ messages)
` [PATCH 2/2] Doc 'dynamic' for "

[commit] linux-low.c (linux_set_resume_request): Fix comment
 2013-11-21  1:45 UTC 

[commit] linux-low.c (resume_status_pending_p): Tweak comment
 2013-11-21  1:18 UTC 

[PATCH 0/2] fix multi-threaded unwinding on AArch64
 2013-11-21  0:33 UTC  (13+ messages)
` [PATCH 1/2] avoid infinite loop with bad debuginfo
                  ` [PATCH] Don't let two frames with the same id end up in the frame chain. (Re: [PATCH 1/2] avoid infinite loop with bad debuginfo)

[PATCH] Eliminate dwarf2_frame_cache recursion (move dwarf2_tailcall_sniffer_first elsewhere)
 2013-11-20 19:19 UTC  (2+ messages)

[PATCH v3 00/13] use gnulib more heavily
 2013-11-20 18:57 UTC  (24+ messages)
` [PATCH v3 01/13] link gdbreplay against gnulib
` [PATCH v3 02/13] change how list of modules is computed
` [PATCH v3 07/13] remove gdb_dirent.h
` [PATCH v3 03/13] import strstr and strerror modules
` [PATCH v3 12/13] import gnulib sys/stat.h module
` [PATCH v3 11/13] sys/types.h cleanup
` [PATCH v3 08/13] don't check for stddef.h
` [PATCH v3 09/13] stdlib.h is universal too
` [PATCH v3 10/13] don't check for unistd.h
` [PATCH v3 04/13] remove gdb_string.h
` [PATCH v3 06/13] import gnulib dirent module
` [PATCH v3 05/13] don't check for string.h or strings.h
` [PATCH v3 13/13] remove gdb_stat.h

[COMMIT PATCH] Make the maint.exp:'maint print objfiles' test less fragile
 2013-11-20 17:58 UTC 

[RFA/Python] Fix int() builtin with range type gdb.Value objects
 2013-11-20 17:28 UTC  (7+ messages)
          ` pushed: "

[PATCH 0/3] More perf test cases
 2013-11-20 15:50 UTC  (5+ messages)
` [PATCH 1/3] Test on disassemble
` [PATCH 2/3] Test on single step
` [PATCH 3/3] Test on backtrace

C99 variable length array support
 2013-11-20 13:24 UTC  (22+ messages)
` [PATCH 06/10] vla: update type from newly created value
` [PATCH 01/10] vla: introduce new bound type abstraction adapt uses
` [PATCH 05/10] vla: allow side effects for sizeof argument
` [PATCH 02/10] type: add c99 variable length array support

[PATCH 00/10 V2] Cache code access for disassemble
 2013-11-20 13:23 UTC  (43+ messages)
` [PATCH 05/10] Invalidate or shrink dcache when setting is changed
` [PATCH 07/10] Associate target_dcache to address_space
` [PATCH 02/10] Don't update target_dcache if it is not initialized
` [PATCH 01/10] Remove last_cache
` [PATCH 08/10] Don't invalidate dcache when option stack-cache is changed
` [PATCH 09/10] set/show code-cache
` [PATCH 03/10] Move target-dcache out of target.c
` [PATCH 04/10] Don't stress 'remote' in "Data Caching" in doc
` [PATCH 06/10] Add REGISTRY for struct address_space
` [PATCH 10/10] Use target_read_code in disassemble

[pushed] [PATCH V7 0/8] Intel(R) MPX register support
 2013-11-20 13:11 UTC 

[PATCH] gdb/arm-tdep.c: Remove "Infinite loop detected" error message
 2013-11-20 11:21 UTC  (4+ messages)

[PATCH OBV] s/see @pxref/@pxref in doc
 2013-11-20 10:31 UTC 

[RFC] New GDB/MI command "-info-gdb-mi-command"
 2013-11-20  3:46 UTC  (13+ messages)
` [RFA GDB/MI] Help determine if GDB/MI command exists or not
  ` [RFA 1/2] New GDB/MI command "-info-gdb-mi-command"
  ` [RFA 2/2] Add "undefined-command" error code at end of ^error result

[RFC] Debug Methods in GDB Python
 2013-11-20  2:48 UTC  (17+ messages)

[PATCH] Add d_main_name to dlang.c
 2013-11-19 21:08 UTC  (6+ messages)

Question regarding gdb pkg
 2013-11-19 15:49 UTC  (2+ messages)

[PATCH V7 0/8] Intel(R) MPX register support
 2013-11-19 15:43 UTC  (16+ messages)
` [PATCH V7 8/8] Add MPX feature description to GDB manual
  ` [PATCH V7 5/8] Add MPX support to gdbserver

[commit/ARI] gdb_ari.sh: Remove entries for dirent.h and stat.h
 2013-11-19 15:07 UTC  (4+ messages)

[PATCH] gdb/arm-tdep.c: Use filtered output in arm_print_float_info
 2013-11-19 15:06 UTC  (2+ messages)

[PATCH 0/3] Cleanup mi-support.exp
 2013-11-19 11:31 UTC  (7+ messages)
` [PATCH 2/3] Fix format issues in lib/mi-support.exp
` [PATCH 1/3] Remove 'whatever' "
` [PATCH 3/3] Remove unnecessary '\'

[PATCH OBV] Fix typo
 2013-11-19  7:06 UTC 

[PATCH] Fix PR 12702 - gdb can hang waiting for thread group leader (gdbserver)
 2013-11-19  6:19 UTC  (3+ messages)

New ARI warning Tue Nov 19 01:53:09 UTC 2013
 2013-11-19  2:42 UTC 

[PATCH v2 00/16] use gnulib more heavily
 2013-11-18 19:21 UTC  (8+ messages)
` [PATCH v2 02/16] change how list of modules is computed
` [PATCH v2 15/16] conditionally define __WCLONE

[RFC 0/2] Read memory in multiple lines in dcache_xfer_memory
 2013-11-18 18:17 UTC  (7+ messages)
` [PATCH 2/2] "

Release 2.24
 2013-11-18 17:25 UTC  (5+ messages)

Fix for bugzilla/16152
 2013-11-18 15:43 UTC  (3+ messages)
` [PATCH] gdb: fix cygwin check in configure script

[PATCH v4 0/9] enable target-async by default
 2013-11-18 15:42 UTC  (5+ messages)
` [PATCH v4 9/9] enable target-async

Events when inferior is modified
 2013-11-18 15:15 UTC  (5+ messages)
    ` [PATCH v2] "

[PATCH] [SPARC64] Figure out where a longjmp will land
 2013-11-18 14:02 UTC  (8+ messages)

[RFA] Fix DW_OP_GNU_regval_type with FP registers
 2013-11-18 12:39 UTC  (5+ messages)
` [RFA] Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcs
    ` pushed: "
      ` [OB] Simplify dwarf2-frame.c:read_addr_from_reg. (was: [RFA] Rename "read_reg" into "read_addr_from_reg" in struct dwarf_expr_context_funcs)

[commit/testsuite] mi-language.exp: Check "langauge-option" in -list-features output
 2013-11-18 12:07 UTC 

[RFA/commit+doco] Add "language-option" to -list-features
 2013-11-18 12:05 UTC  (2+ messages)
` pushed: "

[PATCH] Move "types deeply equal" code from py-type.c to gdbtypes.c
 2013-11-17 19:34 UTC  (9+ messages)

[commit] breakpoint.c (breakpoint_cond_eval): Fix and enhance comment
 2013-11-17 17:59 UTC  (11+ messages)
` [PATCH, doc RFA] Allow CLI and Python conditions to be set on same breakpoint

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox