public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
 2016-06-08  2:46 UTC  (9+ messages)
` [RFA 5/6] Remove unused variables
` [RFA 3/6] Comment out some unused overlay code
` [RFA 1/6] Change reopen_exec_file to check result of stat
` [RFA 2/6] Use ATTRIBUTE_UNUSED in some places
` [RFA 6/6] Add -Wunused-but-set-* to build
` [RFA 4/6] Remove some variables but call functions for side effects

[RFA 0/3] minor language cleanups
 2016-06-08  2:14 UTC  (14+ messages)
` [RFA 2/3] Move filename extensions into language_defn
` [RFA 1/3] Use VEC for filename_language_table
` [RFA 3/3] Move logic out of symbol_find_demangled_name

[PATCH] Fix -var-update for registers in frames 1 and up
 2016-06-07 21:37 UTC 

FYI - git hooks update on sourceware.org
 2016-06-07 16:49 UTC 

[PATCH v2] AndesTech NDS32 port
 2016-06-07 16:30 UTC  (9+ messages)

[patch] aarch64: PR 19806: watchpoints: false negatives -> false positives
 2016-06-07 16:04 UTC  (5+ messages)

[PATCH] Add method/format information to =record-started
 2016-06-07 15:48 UTC  (19+ messages)

[OB PATCH] Frame static link: Handle null pointer
 2016-06-07 14:18 UTC  (2+ messages)

[PATCH] Fortran: Testsuite, non-local references in nested functions
 2016-06-07 12:10 UTC 

[RFA] Fix PR cli/18053
 2016-06-07  8:57 UTC 

[PATCH v4 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-06-06 19:23 UTC  (13+ messages)
` [PATCH v5 00/11] [PR gdb/14441] Support C++11 "
  ` [PATCH v5 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests
  ` [PATCH v5 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type
  ` [PATCH v5 01/11] [PR gdb/14441] gdb: gdbtypes: add definitions for "
  ` [PATCH v5 07/11] [PR gdb/14441] gdb: dwarf2read: support DW_TAG_rvalue_reference type
  ` [PATCH v5 03/11] [PR gdb/14441] gdb: valops: add ability to return rvalue reference values from value_ref()
  ` [PATCH v5 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
  ` [PATCH v5 09/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check
  ` [PATCH v5 06/11] [PR gdb/14441] gdb: print: implement correct printing of rvalue reference types and values
  ` [PATCH v5 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames
  ` [PATCH v5 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API
  ` [PATCH v5 10/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution

[RFA] Fix PR python/20129 - use of non-existing variable
 2016-06-06 19:05 UTC  (2+ messages)

[PATCH 0/3] Fortran: Resolve target types of pointers
 2016-06-06 15:08 UTC  (5+ messages)
` [PATCH 3/3] Fortran: Handle cyclic pointers
` [PATCH 2/3] Fortran: Resolve dynamic target types of pointers
` [PATCH 1/3] Fortran: Handle associated property of pointer types

[RFA] Constify arch_type and friends
 2016-06-06 14:41 UTC 

[PATCH] Fix PR rust/20110
 2016-06-06 13:42 UTC 

[RFA] Fix rust-exp handling in makefile
 2016-06-06 13:40 UTC 

[patch] Fix for newer kernels with: t (tracing stop)
 2016-06-04 12:29 UTC 

[RFA] PR python/20190 - compute TLS symbol without a frame
 2016-06-03 21:16 UTC 

[PATCH v2] Support structure offsets that are 512K bytes or larger
 2016-06-03 21:16 UTC 

[PATCH] Fix failure to detach if threads exit while detaching on linux
 2016-06-03 19:32 UTC  (13+ messages)
      ` [PATCH v2] "
                  ` [PATCH v3] "

[PATCH] Optimize memory_xfer_partial for remote
 2016-06-03 19:02 UTC 

[PATCH] Fix C++ build for Cygwin
 2016-06-03 18:03 UTC  (7+ messages)

[PATCH v5] Add negative repeat count to 'x' command
 2016-06-03 10:54 UTC  (2+ messages)

Likely incorrect patch: remove the faulty basename() prototype from libiberty
 2016-06-03  9:37 UTC  (8+ messages)

[PATCH] aarch64 sim big-endian support
 2016-06-03  2:36 UTC 

[RFA] Fix PR python/18984
 2016-06-02 19:24 UTC  (4+ messages)

[PATCH v2] Fix gdbserver crash when doing ftrace commands after detach or process exit
 2016-06-02 17:31 UTC 

[PATCH obv] mi-memory-changed.exp: Fix filename passed to untested
 2016-06-02 14:12 UTC 

[PATCH] coff_new_init: add missing init functions
 2016-06-02 13:10 UTC 

[PATCH 00/12 V2] Use reinsert breakpoint for vCont;s
 2016-06-02  9:31 UTC  (13+ messages)
` [PATCH 04/12] Delete reinsert breakpoints from forked child
` [PATCH 10/12] Switch current_thread to lwp's thread in install_software_single_step_breakpoints
` [PATCH 05/12] Handle reinsert breakpoints for vforked child
` [PATCH 09/12] Make reinsert_breakpoint thread specific
` [PATCH 08/12] Refactor clone_all_breakpoints
` [PATCH 07/12] Create sub classes of 'struct breakpoint'
` [PATCH 12/12] Support vCont s and S actions with software single step
` [PATCH 11/12] Use reinsert_breakpoint for vCont;s
` [PATCH 03/12] Step over exit with reinsert breakpoints
` [PATCH 01/12] Switch to current thread in finish_step_over
` [PATCH 02/12] More assert checks on reinsert breakpoint
` [PATCH 06/12] Pass breakpoint type in set_breakpoint_at

[RFC][PATCH] - Fix pretty-printers which call the inferiors, mi-interface crashs
 2016-06-02  9:08 UTC 

[PATCH V4] Add negative repeat count to 'x' command
 2016-06-02  8:53 UTC  (3+ messages)

[PATCH] Wake up interruptible_select in remote_fileio ctrl-c handler
 2016-06-01 15:38 UTC  (6+ messages)

RFA: Add xmalloc_failed() to common-utils.c
 2016-06-01 10:45 UTC  (3+ messages)

[PATCH] infcmd, btrace: fix crash in 'finish' for tailcall-only frames
 2016-06-01  9:04 UTC  (3+ messages)

about the gdb-7.11.1 release
 2016-06-01  2:18 UTC 

gdb-7.11 branch FROZEN
 2016-06-01  1:01 UTC  (2+ messages)
` gdb-7.11 branch open again (was: "gdb-7.11 branch FROZEN")

[release/HEAD] Document the GDB 7.11.1 release in gdb/ChangeLog
 2016-06-01  0:56 UTC 

FYI/BRANCH: Patches applied to branch gdb-7.11-branch
 2016-06-01  0:55 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 7.11.1 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 7.11.1.DATE-git

[release/branch] Set GDB version number to 7.11.1
 2016-06-01  0:37 UTC 

[PATCH v4][PR gdb/19893] Fix handling of synthetic C++ references
 2016-05-31 19:13 UTC  (6+ messages)

[PATCH v3][PR gdb/19893] Fix handling of synthetic C++ references
 2016-05-31 14:25 UTC  (4+ messages)

[PATCH 1/5] Add counter-cases for trace-condition.exp tests
 2016-05-30 16:55 UTC  (16+ messages)
` [PATCH 3/5 v2] Add emit_less_unsigned test in trace-condition.exp
` [PATCH 5/5 v2] Add tests for 64bit values "
    ` [PATCH 5/5 v3] "
` [PATCH 2/5 v2] Move trace conditions tests from ftrace.exp to trace-condition.exp
` [PATCH 4/5 v2] Add variable length tests for emit_ref in trace-condition.exp
  ` [PATCH 1/5 v3] Add counter-cases for trace-condition.exp tests

[patchv2 2/2] PR 15231: import bare DW_TAG_lexical_block
 2016-05-30 12:18 UTC  (3+ messages)
  ` [commit] "

[patch 1/2] Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
 2016-05-30 12:17 UTC  (3+ messages)
  ` [commit] "

[PING][PATCH] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition
 2016-05-30 11:36 UTC 

[PATCH v3 2/2] Implement 'catch syscall' for gdbserver
 2016-05-29 18:47 UTC  (7+ messages)
` [PATCH v4] "
  ` [doc] NEWS: QCatchSyscalls: simplify
          ` [commit] "

[obv doc] NEWS: Remove empty line
 2016-05-29 16:43 UTC 

[patch] PR 15231: import bare DW_TAG_lexical_block
 2016-05-29 14:12 UTC  (3+ messages)
  ` obsolete: "

[PING][PATCH v2] AndesTech NDS32 port
 2016-05-29 12:23 UTC 

[PATCH] BFD: Fix unmatched #ifndef and #endif
 2016-05-29  8:01 UTC  (3+ messages)

Return void from linker callbacks
 2016-05-28  1:53 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).