public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v3 00/13] use gnulib more heavily
 2013-11-19 21:27 UTC  (16+ 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 11/13] sys/types.h cleanup
` [PATCH v3 12/13] import gnulib sys/stat.h module
` [PATCH v3 08/13] don't check for stddef.h
` [PATCH v3 04/13] remove gdb_string.h
` [PATCH v3 10/13] don't check for unistd.h
` [PATCH v3 09/13] stdlib.h is universal too
` [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

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

[PATCH 0/2] fix multi-threaded unwinding on AArch64
 2013-11-19 20:56 UTC  (11+ messages)
` [PATCH 1/2] avoid infinite loop with bad debuginfo

[PATCH] gdb/arm-tdep.c: Remove "Infinite loop detected" error message
 2013-11-19 17:43 UTC  (3+ messages)

C99 variable length array support
 2013-11-19 17:08 UTC  (14+ messages)
` [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 1/2] Update doc on displayhint in command -var-list-children
 2013-11-19 17:05 UTC  (5+ messages)
` [PATCH 2/2] Doc 'dynamic' for "

[RFC] Add ada-exception-catchpoints to -list-features command output
 2013-11-19 16:16 UTC  (25+ messages)
` [RFC] New GDB/MI command "-info-gdb-mi-command"
                    ` [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

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  (17+ messages)
` [PATCH V7 5/8] Add MPX support to gdbserver
` [PATCH V7 8/8] Add MPX feature description to GDB manual

[RFA/Python] Fix int() builtin with range type gdb.Value objects
 2013-11-19 15:09 UTC  (4+ messages)

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

[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  (12+ messages)
` [PATCH v2 02/16] change how list of modules is computed
` [PATCH v2 14/16] import gnulib sys_wait module
` [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  (4+ 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  (9+ 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  (13+ messages)
` [PATCH, doc RFA] Allow CLI and Python conditions to be set on same breakpoint

[PATCH] Resurrect gdb-add-index as a contrib script
 2013-11-16 12:12 UTC  (7+ messages)
` [PATCH v4] "
` [PATCH v5] "

RFA/Ada (v2) new CLI + GDB/MI commands to list Ada exceptions
 2013-11-16  3:51 UTC  (11+ messages)
` [RFA/Ada(v2) 1/3] Add command "
                  ` pushed: "

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

[obv] gdb/NEWS: Fix typo
 2013-11-15 19:16 UTC 

[RFA] Fix c++/14819 (implicit this)
 2013-11-15 17:57 UTC  (4+ messages)

[PATCH] Fix GDB crash with upstream GCC due to memcpy(NULL, ...)
 2013-11-15 16:37 UTC  (4+ messages)

[PATCH] fix PR c++/16117
 2013-11-15 15:54 UTC  (2+ messages)

[commit 3/3] py-breakpoint.exp cleanups: unique test names
 2013-11-15  8:00 UTC 

[commit 2/3] py-breakpoint.exp cleanups: reformat to 80 columns
 2013-11-15  7:47 UTC 

[commit 1/3] py-breakpoint.exp cleanups: use with_test_prefix
 2013-11-15  7:43 UTC 

[PATCH] print summary from "make check"
 2013-11-14 21:40 UTC  (2+ messages)

[RFA/commit 1/3] language.h: Add "symtab.h" #include
 2013-11-14 21:32 UTC  (11+ messages)
` [RFA 2/3] New function cli-utils.c:extract_arg_const
    ` pushed: "
` [RFC 3/3] GDB/MI: Add new "--language LANG" command option
` [PATCH] New "make check-headers" rule. (was: Re: [RFA/commit 1/3] language.h: Add "symtab.h" #include)
  ` [PATCH] New "make check-headers" rule
` pushed: [RFA/commit 1/3] language.h: Add "symtab.h" #include

[PATCH] fix grammar oddity in the manual
 2013-11-14 21:16 UTC 

[PATCH 0/7] More run control cleanup
 2013-11-14 20:53 UTC  (2+ messages)

[PATCH] off-by-one fix for py-linetable.c
 2013-11-14 18:29 UTC 

[PATCH] use error, not internal_error, in dwarf2-frame.c
 2013-11-14 18:11 UTC  (3+ messages)

Inconsistency between cli and python breakpoints for ignore count tracking
 2013-11-14 17:49 UTC  (4+ messages)

[PATCH] testsuite/gdb.dwarf2: dw2-case-insensitive.exp: p fuNC_lang fails on arm
 2013-11-14 16:04 UTC  (4+ 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).