public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix a pair of screen-resizing issues in TUI
 2015-02-10 17:30 UTC  (8+ messages)
` [PATCH] Fix truncation of TUI command history

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

[PATCH] Finish constification of varobj interface
 2015-02-10 16:52 UTC  (3+ messages)

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

[PATCH 06/16 v3] Extended-remote Linux follow fork
 2015-02-10 16:39 UTC  (9+ messages)
  ` [PATCH v4 5/7] Arch-specific remote "
  ` [PATCH v4 6/7] Remote follow vfork
  ` [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 00/36] Support building GDB as a C++ program
 2015-02-10 15:07 UTC  (45+ messages)
` [PATCH 02/36] Add --enable-build-with-cxx configure switch
` [PATCH 20/36] gdbserver/tracepoint: Add cast sockaddr_un/sockaddr cast
` [PATCH 27/36] catch_command_errors: Remove 'mask' parameter
` [PATCH 09/36] floatformat.h: Wrap in extern "C"
` [PATCH 21/36] opcodes/microblaze: Rename 'or', 'and', 'xor' to avoid C++ conflict
` [PATCH 28/36] Move exception_none to common code, and use it
` [PATCH 05/36] Fix redefinition errors in C++ mode
` [PATCH 17/36] mi/mi-cmd-stack.c|frame filters: print_values <-> ext_lang_frame_args
` [PATCH 03/36] C++ keyword cleanliness, mostly auto-generated
` [PATCH 22/36] Remove duplicate const
` [PATCH 31/36] Split TRY_CATCH into TRY + CATCH
` [PATCH 13/36] target.h: Include infrun.h
` [PATCH 29/36] Normalize TRY_CATCH exception handling block
` [PATCH 25/36] python/python-internal.h: enum ‘ext_lang_rc’ not defined
` [PATCH 08/36] elf-bfd.h: Wrap in extern "C"
    ` [PATCH v2] Wrap BFD headers "
` [PATCH 23/36] gdbarch.h: include regcache.h
` [PATCH 12/36] proc-service, extern "C"
` [PATCH 19/36] Exported const objects
` [PATCH 15/36] Don't forward declare enum target_hw_bp_type
` [PATCH 26/36] Adjust self tests to cope with GDB built as a C++ program
` [PATCH 11/36] Make functions and variables exported by the IPA be extern "C"
` [PATCH 16/36] x86 Linux/ptrace: fix offsetof usage in C++ mode
` [PATCH 04/36] Fix struct, union, and enum nesting in C++
` [PATCH 33/36] TRY_CATCH -> TRY+CATCH+END_CATCH, the manual conversions
` [PATCH 32/36] TRY_CATCH -> TRY+CATCH+END_CATCH everywhere
` [PATCH 36/36] Make TRY/CATCH use real C++ try/catch in C++ mode
` [PATCH 18/36] Rename struct lzma_stream to avoid clash with system header
` [PATCH 06/36] record-btrace.c: Remove redefinitions
` [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 14/36] Do not do arithmetic on enum types
` [PATCH 07/36] Make array object extern
` [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] [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)

[PATCH, FT32] gdb and sim support
 2015-02-10  6:27 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 

[V4 00/21] Fortran dynamic array support
 2015-02-09 23:37 UTC  (6+ messages)
` [V4 01/18] vla: introduce allocated/associated flags
` [V4 02/18] vla: make dynamic fortran arrays functional

[pushed] Improve gdb.threads/attach-many-short-lived-threads.exp timeout handling
 2015-02-09 23:06 UTC  (3+ messages)

[PATCH] btrace: compute line range when printing
 2015-02-09 15:38 UTC 

[PATCH] GCC5/DWARFv5 Handle DW_TAG_atomic_type for C11 _Atomic type qualifier
 2015-02-09 14:20 UTC  (6+ messages)
    ` PING: "

[PATCH] sim/mcore/interp.c: Include "unistd.h" standard C header file to avoid compiling warnings
 2015-02-09 10:48 UTC  (9+ messages)

[PATCH] btrace: avoid tp != NULL assertion
 2015-02-09  9:25 UTC 

[PATCH] btrace: support 32-bit inferior on 64-bit host
 2015-02-09  9:13 UTC 

[PATCH] btrace: work around _dl_runtime_resolve returning to resolved function
 2015-02-09  9:11 UTC 

[PATCH] btrace: less debug output
 2015-02-09  9:05 UTC 

[PATCH 0/2] GNU/Linux: Stop using libthread_db/td_ta_thr_iter
 2015-02-08 19:11 UTC  (3+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] linux-nat.c: fix a few lin_lwp_attach_lwp issues

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

[PATCH 0/6] framefilter quit: PR cli/17716
 2015-02-07 14:45 UTC  (7+ messages)
` [PATCH 4/6] framefilter quit: Make it exception safe
` [PATCH 6/6] framefilter quit: New test
` [PATCH 5/6] framefilter quit: Use RETURN_MASK_ERROR
` [PATCH 3/6] framefilter quit: Code cleanup: Avoid gotos
` [PATCH 2/6] framefilter quit: Code cleanup: Reindentation
` [PATCH 1/6] framefilter quit: Obvious whitespacing fixes

[PATCH][PR python/17936] Only emit one clear_objfiles event for main + separate debug file
 2015-02-07  0:51 UTC 

[PATCH] Rename new_symfile_objfile to finish_new_objfile
 2015-02-06 23:55 UTC 

Fix signal trampoline detection/unwinding on recent FreeBSD/i386 and FreeBSD/amd64
 2015-02-06 20:37 UTC 

[COMMITTED PATCH] Move clear_symtab_users, deduce_language_from_filename decls to better place
 2015-02-06 20:20 UTC  (3+ messages)

[PATCH v4 0/7] Remote fork events
 2015-02-06 20:02 UTC  (2+ messages)

[pushed] libthread_db: attaching to terminated/joined threads, debug output
 2015-02-06 16:34 UTC 

[PATCH] "enable count" user input error handling (PR gdb/15678)
 2015-02-06 15:32 UTC  (3+ messages)

[pushed] gdb.base/gdb-sigterm.exp: Fix spurious FAILs
 2015-02-06 10:17 UTC 

[PATCH] Implement ${board}_{exec,spawn} for native-extended-gdbserver
 2015-02-06  8:45 UTC  (4+ messages)

[PATCH] Check for valid inferior before sending tracepoint packets
 2015-02-06  8:02 UTC  (3+ messages)

[COMMITTED PATCH] guile/scm-frame.c: Fix spelling errors in a comment
 2015-02-06  7:33 UTC 

[PATCH v4 0/9] record btrace: prepare for a new trace format
 2015-02-05 18:33 UTC  (15+ messages)
` [PATCH v4 9/9] record-btrace: indicate gaps
` [PATCH v4 8/9] btrace: identify cpu
` [PATCH v4 5/9] record-btrace: add bts buffer size configuration option
` [PATCH v4 2/9] btrace: add format argument to supports_btrace
` [PATCH v4 1/9] btrace: add struct btrace_data
` [PATCH v4 4/9] record btrace: add configuration struct
` [PATCH v4 7/9] btrace: extend struct btrace_insn
` [PATCH v4 6/9] btrace: update btrace_compute_ftrace parameters
` [PATCH v4 3/9] btrace, linux: add perf event buffer abstraction

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

GDB 7.9 release update
 2015-02-05  5:55 UTC  (7+ messages)

[PATCH] Improve symbol cache performance
 2015-02-05  4:13 UTC 

[PATCH] symbol cache: hash STRUCT_DOMAIN symbols as VAR_DOMAIN
 2015-02-05  3:29 UTC 

[PATCH] [python] Avoid saving signal masks for Python API
 2015-02-05  1:40 UTC 

[RFA] Fix pascal behavior for class fields
 2015-02-04 23:37 UTC  (18+ messages)
        ` gdb-patches RFA: "
          ` [RFA PATCH 1/3] Remember the case pattern that allowed finding a field of this
            ` [RFA PATCH 1/3 V3] "
              ` [RFA PATCH 1/3 V4] "
          ` [RFA 0/3] Fix pascal behavior for class fields with testcase
            ` [RFA 0/3 V4] "
            ` [RFA PATCH 2/3] Add debug-stabs debug-dwarf and class option for pascal compiler
                    ` [RFA PATCH 2/3 V2] Add "class" "
                      ` [RFA PATCH 2/3 V3] "
                          ` [RFA PATCH 2/3 V4] "
            ` [RFA PATCH 3/3] Testcase for pascal/17815
              ` [RFA PATCH 3/3 V3] "
                  ` [RFA PATCH 3/3 V4] "

[RFC] [PATCH] Provide the ability to write the frame unwinder in Python
 2015-02-04 22:36 UTC  (2+ messages)

[PATCH] gdb.base/info-os.c: clean up SysV IPC on error
 2015-02-04 21:33 UTC  (4+ messages)
` [PATCH v2] gdb.base/info-os.c: Clean "
    ` [commit] "

[patch] Fix Python 3 build error on 32-bit hosts
 2015-02-04 21:06 UTC  (10+ messages)
  ` [patchv2] "
      ` [commit] "

[PATCH] Merge GCC producer parsers. Allow digits in identifiers
 2015-02-04 19:59 UTC  (6+ messages)

[pushed] Linux: don't resume new LWPs until we've pulled all events out of the kernel
 2015-02-04 18:25 UTC 

[PATCH 0/3] Fix racy FAILs of sigall-reverse.exp (and more)
 2015-02-04 18:18 UTC  (7+ messages)
` [PATCH 3/3] Simplify event-loop core, remove two-step event processing
    `  "

[patch+7.9] compile: Filter out -fpreprocessed
 2015-02-04 18:15 UTC  (5+ messages)

[PING] [PATCH 0/3] Fix for PR 17808 and some related changes
 2015-02-04 18:13 UTC  (5+ messages)

[PATCH] Speed up "gdb -tui" output
 2015-02-04 15:39 UTC  (19+ messages)

[V3 00/21] Fortran dynamic array support
 2015-02-04 14:18 UTC  (10+ messages)
` PING: "

[PATCH v3a 05/15] record-btrace: add bts buffer size configuration option
 2015-02-04 14:18 UTC 

FYI: removing myself from MAINTAINERS
 2015-02-04 12:07 UTC  (3+ messages)

[PATCH v3 00/15] record btrace: prepare for a new trace format
 2015-02-04  8:25 UTC  (2+ 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).