public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB 7.9 release update
 2015-02-17 12:02 UTC  (11+ messages)
            ` ready GDB 7.9 release? (was: "Re: GDB 7.9 release update")
              ` ready GDB 7.9 release?

[PATCH V4 0/9] Add support for DTrace USDT probes to gdb
 2015-02-17 11:56 UTC  (20+ messages)
` [PATCH V4 6/9] Support for DTrace USDT probes in x86_64 targets
` [PATCH V4 1/9] Adapt `info probes' to support printing probes of different types
` [PATCH V4 3/9] New commands `enable probe' and `disable probe'
` [PATCH V4 4/9] New gdbarch functions: dtrace_parse_probe_argument, dtrace_probe_is_enabled, dtrace_enable_probe, dtrace_disable_probe
` [PATCH V4 7/9] Simple testsuite for DTrace USDT probes
` [PATCH V4 2/9] Move `compute_probe_arg' and `compile_probe_arg' to probe.c
` [PATCH V4 5/9] New probe type: DTrace USDT probes

[PATCH 00/22] Update of the SPARC SIS simulator
 2015-02-17 11:08 UTC  (37+ messages)
` [PATCH 04/23] sim/erc32: Add FPU support on x86_64 hosts
` [PATCH 05/23] sim/erc32: remove unused defines in Makefile and switch off statistics
` [PATCH 15/23] sim/erc32: access memory subsystem through struct memsys to allow multiple configurations
` [PATCH 10/23] sim/erc32: Switched emulated memory to host endian order
` [PATCH 07/23] sim/erc32: file loading via command line did not work
` [PATCH 01/23] sim/erc32: Disassembly in stand-alone mode did not work due to API change
` [PATCH 17/23] sim/erc32: Move local extern declarations into sis.h
` [PATCH 16/23] sim/erc32: use readline.h for readline types and functions
` [PATCH 02/23] sim/erc32: corrected wrong CPU implementation and version ID in %psr
` [PATCH 12/23] sim/erc32: Use separate memory_iread() function for instruction fetching
` [PATCH 21/23] sim/erc32: add data watchpoint support for all cpu targets
` [PATCH 22/23] Added watchpoint support to gdb simulator interface
` [PATCH 18/23] sim/erc32: Add support for LEON3 processor emulation
` [PATCH 13/23] sim/erc32: Fix a few compiler warnings
` [PATCH 19/23] sim/erc32: Added support for the Leon2 processor
` [PATCH 20/23] sim/erc32: Updated documentation
` [PATCH 14/23] sim/erc32: Use gdb callback for UART I/O when linked with gdb
` [PATCH 09/23] sim/erc32: removed type mismatch compiler warnings
` [PATCH 06/23] sim/erc32: Fix incorrect simulator performance report
` [PATCH 11/23] sim/erc32: use AC_C_BIGENDIAN to probe for host endian
` [PATCH 03/23] sim/erc32: Perform pseudo-init of system if binary starts from non-zero address
` [PATCH 08/23] sim/erc32: added -v and -vv command line switches for verbose output

[PATCH] sim: Be sure of calling freeargv() after successfully call buildargv()
 2015-02-17 10:36 UTC  (4+ messages)

[PATCH] sim: Be sure of calling freeargv() after successfully call buildargv()
 2015-02-17 10:34 UTC  (2+ messages)

[PATCH 1/3] Remove superfluous function key_is_command_char()
 2015-02-17 10:23 UTC  (9+ messages)
` [PATCH 2/3] TUI: Don't print KEY_RESIZE keys

[PATCH, FT32] gdb and sim support
 2015-02-17 10:21 UTC  (3+ messages)

[PATCH] Work-around for a bug in GCC5
 2015-02-17 10:18 UTC  (3+ messages)

[PATCH][PR gdb/17984] Fix GDB build fail on Aarch64 when -fno-common is enabled
 2015-02-17  9:46 UTC  (4+ messages)

[patch] Do not close BFDs, breaking deleted inferior shlibs
 2015-02-17  7:45 UTC  (2+ messages)

[PATCH] Add real-type to MI output
 2015-02-17  6:26 UTC  (2+ messages)

[PATCH] Fix non executable stack handling when calling functions in the inferior
 2015-02-16 23:37 UTC  (2+ messages)

Fix signal trampoline detection/unwinding on recent FreeBSD/i386 and FreeBSD/amd64
 2015-02-16 22:56 UTC  (10+ messages)
` [PATCH] "

[PATCH] PR gdb/17960 - Move completion_tracker_t into the completion API
 2015-02-16 20:41 UTC 

[PATCH] ARM gdb record-replay bug fixes
 2015-02-16 14:21 UTC  (2+ messages)

[PATCH] Add Guile frame filter interface
 2015-02-16 13:48 UTC  (3+ messages)

PR python/17927 (Python 3 testsuite compatability)
 2015-02-16 13:31 UTC 

[PATCH] Remove true and false ARI checks now that we use stdbool.h
 2015-02-16 10:57 UTC  (4+ messages)

[PATCH] Add support for embedding scripts in .debug_gdb_scripts
 2015-02-15 11:53 UTC  (16+ messages)

[RFA] Fix pascal behavior for class fields
 2015-02-15  6:59 UTC  (6+ messages)
        ` gdb-patches RFA: "
          ` [RFA 0/3] Fix pascal behavior for class fields with testcase
            ` [RFA 0/3 V4] "
              ` PING "

[PATCH 00/36] Support building GDB as a C++ program
 2015-02-14 22:46 UTC  (45+ messages)
` [PATCH 02/36] Add --enable-build-with-cxx configure switch
` [PATCH 05/36] Fix redefinition errors in C++ mode
      ` [PATCH] xcoffread.c: delete 'within_function' definition (Re: [PATCH 05/36] Fix redefinition errors in C++ mode)
` [PATCH 21/36] opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict
` [PATCH 08/36] elf-bfd.h: Wrap in extern "C"
    ` [PATCH v2] Wrap BFD headers "
` [PATCH 09/36] floatformat.h: Wrap "
` [PATCH 03/36] C++ keyword cleanliness, mostly auto-generated
` [PATCH 35/36] kill volatile struct gdb_exception
` [PATCH 34/36] more making TRY/CATCH callers look more like real C++ try/catch blocks
` [PATCH 07/36] Make array object extern
` [PATCH 14/36] Do not do arithmetic on enum types
` [PATCH 01/36] Create libiberty/libiberty.m4, have GDB and GDBserver use it
` [PATCH 30/36] quit_force: Replace TRY_CATCH wrapper macros
` [PATCH 10/36] Add extern "C" to declarations of C symbols
` [PATCH 24/36] breakpoint.h: move enum ‘print_stop_action’

[PATCH] [PR corefiles/17808] i386: Fix internal error when prstatus in core file is too big
 2015-02-14 15:12 UTC  (5+ messages)
` [testsuite patch] for: "
  ` ping: "

[PATCH][PR c++/17976, symtab/17821] Fix
 2015-02-13 20:46 UTC 

[COMMITTED PATCH] misc cp-namespace.c cleanups
 2015-02-13 20:05 UTC 

two agent expression nits (one line each)
 2015-02-13 19:21 UTC  (9+ messages)

[PATCH] sim/common/gentmap.c: Include "string.h"
 2015-02-13 15:37 UTC  (2+ messages)

[PATCH] Update Yao Qi's email address in MAINTAINERS
 2015-02-13 10:31 UTC 

[COMMITTED PATCH] completer.c (completion_list_add_name): Fix memory leak
 2015-02-12 21:36 UTC 

[PATCH] Merge dg-extract-results.{sh,py} from GCC upstream
 2015-02-12 20:47 UTC  (5+ messages)

[PATCH] doc of pre-defined or builtin trace state variables
 2015-02-12 20:41 UTC  (4+ messages)

[COMMITTED PATCH] completer.c (complete_line): Remove incorrect comment
 2015-02-12 20:23 UTC 

[pushed] Fix adjust_pc_after_break, remove still current thread check
 2015-02-12 18:32 UTC  (2+ messages)

[RFC] [PATCH] Provide the ability to write the frame unwinder in Python
 2015-02-12 17:58 UTC  (3+ messages)

openp: Report a proper error message when attempting to open a directory or special file
 2015-02-12 11:04 UTC 

[V4 00/21] Fortran dynamic array support
 2015-02-11 17:36 UTC  (6+ messages)
` [V4 01/18] vla: introduce allocated/associated flags

[PATCH 0/6] framefilter quit: PR cli/17716
 2015-02-11 13:56 UTC  (15+ messages)
` [PATCH 5/6] framefilter quit: Use RETURN_MASK_ERROR
  ` [commit+7.9] "
` [PATCH 4/6] framefilter quit: Make it exception safe
  ` [commit+7.9] "
` [PATCH 6/6] framefilter quit: New test
  ` [commit+7.9] "
` [PATCH 3/6] framefilter quit: Code cleanup: Avoid gotos
  ` [commit+7.9] "
` [PATCH 2/6] framefilter quit: Code cleanup: Reindentation
  ` [commit+7.9] "
` [PATCH 1/6] framefilter quit: Obvious whitespacing fixes
  ` [commit+7.9] "

[PATCH 2/2] Fix source file not found when part of the path does not exist but that a canonicalized path exists
 2015-02-11 13:27 UTC  (3+ messages)

[PATCH] gdb.pascal/stub-method.exp
 2015-02-11 11:23 UTC  (2+ messages)

[PATCH] fix lib/pascal.exp dest snafu
 2015-02-11 11:22 UTC  (2+ messages)

[PATCH 4/5] Remove struct main_type.vptr_{fieldno,basetype}: TYPE_SPECIFIC_SELF_TYPE
 2015-02-11  6:28 UTC  (3+ messages)

[COMMITTED PATCH] lib/gdb.exp (gdb_load): Always return a result
 2015-02-11  6:11 UTC 

New ARI warning Wed Feb 11 01:53:45 UTC 2015
 2015-02-11  1:53 UTC 

[PATCH] Rename new_symfile_objfile to finish_new_objfile
 2015-02-11  1:04 UTC  (2+ messages)

[PATCH] Merge GCC producer parsers. Allow digits in identifiers
 2015-02-10 23:51 UTC  (9+ messages)

[pushed] Add "signal SIGTRAP" test
 2015-02-10 19:38 UTC 

displaced_step_fixup may access memory from the wrong, inferior/thread
 2015-02-10 19:28 UTC 

[PATCH] [python] Avoid saving signal masks for Python API
 2015-02-10 18:32 UTC  (2+ messages)

[PATCH] Finish constification of varobj interface
 2015-02-10 18:00 UTC  (4+ messages)

[PATCH] Fix a pair of screen-resizing issues in TUI
 2015-02-10 17:30 UTC  (4+ messages)
` [PATCH] Fix truncation of TUI command history

[PATCH] gdbserver: Fix crash when QTinit is handled with no inferior process attached
 2015-02-10 16:46 UTC  (7+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH 06/16 v3] Extended-remote Linux follow fork
 2015-02-10 16:39 UTC  (9+ messages)
  ` [PATCH v4 6/7] Remote follow vfork
  ` [PATCH v4 5/7] Arch-specific remote follow fork
  ` [PATCH v4 1/7] Identify remote fork event support
  ` [PATCH v4 3/7 v3] Extended-remote Linux follow fork

[PATCH] handle dprintf error more gracefully
 2015-02-10 16:27 UTC 

[PATCH] [guile] Run finalizers from GDB thread
 2015-02-10 14:45 UTC  (3+ messages)

[PATCH v2 0/9] Cleanups to Guile extension interface
 2015-02-10 14:41 UTC  (5+ messages)
` [PATCH v2 2/9] Define and export Guile classes for all GDB object types

[PATCH] Relax ARM prologue unwinder assumption
 2015-02-10 11:52 UTC  (5+ messages)

[PATCH] Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards
 2015-02-10  9:11 UTC  (2+ messages)

New ARI warning Tue Feb 10 01:53:55 UTC 2015
 2015-02-10  1:53 UTC 

[commit/obvious] PR remote/17946: Fix wrong comparison of pointer against char
 2015-02-10  0:01 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).