public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/7 v3] powerpc: Support z-point type in gdbserver
 2016-02-24 21:06 UTC  (7+ messages)
` [PATCH 6/7 v3] Build unavailable-stack frames for tracepoint
          ` [PATCH] [OBV] gdb/rs6000: Fix maybe-uninitialized warning

[PATCH] Handle MIPS Linux SIGTRAP siginfo.si_code values
 2016-02-24 20:49 UTC  (7+ messages)

[PATCH 0/3] Bug fixes in arm reverse debugging
 2016-02-24 19:37 UTC  (9+ messages)
` [PATCH 2/3] Record right reg num of thumb special data instructions
` [PATCH 3/3] Fix various bugs in arm_record_exreg_ld_st_insn
` [PATCH 1/3] Generalize gdb.reverse/aarch64.exp
      ` [PATCH 1.5/3] Rename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn-reverse.{exp,c}

[PATCH 3/4] Enable tracing of pseudo-registers on ARM
 2016-02-24 19:25 UTC  (21+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "
        ` [PATCH v5] "

[PATCH, doc RFA] Add "skip regexp"
 2016-02-24 18:21 UTC  (3+ messages)

Always run GDB command post-hook after pre-hook has been run
 2016-02-24 18:01 UTC  (8+ messages)

[PATCH 0/4] Support tracepoints for ARM linux in GDBServer
 2016-02-24 17:57 UTC  (4+ messages)
` [PATCH 1/4] Teach arm unwinders to terminate gracefully

[PATCH 1/5 v4] Remove tracepoint_action ops
 2016-02-24 17:39 UTC  (5+ messages)
` [PATCH 2/5 v4] powerpc: Support z-point type in gdbserver

[PATCH, v3] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps
 2016-02-24 16:46 UTC  (10+ messages)

[PATCH] Eliminate -var-create error for optzd ptr to struct
 2016-02-24 16:31 UTC  (3+ messages)

[PATCH] Fix detection of gfortran compilers
 2016-02-24 14:47 UTC  (7+ messages)
` [PATCH] testsuite: Fix timeout issues during print of vla-arrays
` [PATCH] testsuite: Fix run to main issue introduced by GCC 5.x
` [PATCH] testsuite: Nullify pointers before first usage

[PATCH 1/2] Debugging without a binary (regression)
 2016-02-24 14:27 UTC  (2+ messages)
` [PATCH 2/2] Test GDB connection to GDBserver with no symbol files

[PATCH 00/10] Command line input handling TLC
 2016-02-24 12:41 UTC  (26+ messages)
` [PATCH 07/10] Use struct buffer in gdb_readline_no_editing
` [PATCH 01/10] Test issuing a command split in multiple lines with continuation chars
` [PATCH 02/10] Garbage collect window_hook
` [PATCH 08/10] Use struct buffer in gdb_readline_callback_no_editing
` [PATCH 06/10] gdb_readline -> gdb_readline_no_editing
` [PATCH 09/10] Simplify saved_command_line handling
` [PATCH 03/10] gdb_readline2 -> gdb_readline_callback_no_editing
` [PATCH 05/10] Update prompt_for_continue comments
` [PATCH 10/10] Command line input handling TLC
` [PATCH 04/10] Eliminate async_annotation_suffix

[PATCH, v2] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps
 2016-02-24 11:57 UTC  (4+ messages)

[PATCH] Remote debugging without a binary (regression)
 2016-02-24 11:56 UTC  (22+ messages)
` [PATCH] Fix logic in exec_file_locate_attach
      ` [PATCH v2] "

[PATCH] Expect SI_KERNEL si_code for a MIPS software breakpoint trap
 2016-02-24 11:52 UTC  (9+ messages)

gdb-7.11 branch FROZEN
 2016-02-24 10:23 UTC  (2+ messages)
` gdb-7.11 branch OPEN again

[release/HEAD] Document the GDB 7.11 release in gdb/ChangeLog
 2016-02-24 10:22 UTC 

FYI/BRANCH: Patches applied to branch gdb-7.11-branch
 2016-02-24 10:20 UTC  (3+ messages)
` [release/branch 1/2] Document the GDB 7.11 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 7.11.0.DATE-git

[release/branch] Set GDB version number to 7.11
 2016-02-24  9:56 UTC 

[PATCH 1/2] Support more syscalls in linux-record: pipe2 epoll_create1 eventfd2 fallocate dup3 and inotify_init1
 2016-02-24  8:24 UTC  (2+ messages)
` [PATCH 2/2] aarch64-linux process record: more syscalls

[PATCH 0/8] Leave child suspended when step over parent
 2016-02-23 20:31 UTC  (12+ messages)
` [PATCH 5/8] Step over fork/vfork syscall insn in gdbserver
` [PATCH 3/8] Use loop in disp-step-fork.c and disp-step-vfork.c
` [PATCH 4/8] Step over syscalll insn with disp-step on and off
` [PATCH 2/8] Refactor gdb.base/disp-step-syscall.exp for general step over test
` [PATCH 1/8] [GDBserver] Leave child suspended when step over parent
` [PATCH 8/8] New test about step over clone syscall
` [PATCH 7/8] Rename disp-step-syscall.exp to step-over-syscall.exp
` [PATCH 6/8] Reformat disp-step-syscall.exp

[PATCH] arm-tdep.c: Remove unsued "to" parameters
 2016-02-23 18:22 UTC  (4+ messages)

[PATCH] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA
 2016-02-23 15:19 UTC  (2+ messages)

[PATCH] Remove gdb.base/branches.c
 2016-02-23 14:06 UTC 

[PATCH, v4] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps
 2016-02-23 10:30 UTC 

[PATCH] Process record for aarch64-linux syscall
 2016-02-23  9:19 UTC 

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

[PATCH] gdb.trace: Fix unavailable.exp if last register happens to be PC
 2016-02-22 17:57 UTC  (3+ messages)

[rfc patch+7.11] gdb-gdb.py: SyntaxError: Missing parentheses in call to 'print'
 2016-02-22 16:20 UTC  (3+ messages)
  ` [commit] "

[PATCH OBV] Fix arm process record code format
 2016-02-22 12:13 UTC 

[PATCH 0/2] Split tdesc_(amd64|i386)_mpx into tdesc(amd64|i386)_mpx_* and tdesc(amd64|i386)_avx_mpx_*
 2016-02-22  8:49 UTC  (3+ messages)
` [PATCH 2/2] Re-factor (i386|amd64)mpx target descriptors
` [PATCH 1/2] Add redundant target descriptor for tdesc(amd64|i386)_avx_mpx_*

[PATCH 5/8] gdbserver/s390: Switch on tracepoint support
 2016-02-22  7:38 UTC  (2+ messages)
` [PATCH] "

[PATCH v3] [D] Don't recursively look for a symbol in all imports of imported modules
 2016-02-22  1:20 UTC 

[PATCH] gdbserver/s390: Enable high GPRs, VX, TDB with 31-bit gdbserver
 2016-02-22  0:56 UTC  (2+ messages)

[PATCH D] FYI - Fix build failure on master caught by buildbots
 2016-02-21 21:18 UTC 

[PATCH] gdb: New maint info line-table command
 2016-02-21  0:07 UTC  (3+ messages)

Tentative: add -location option to clear command
 2016-02-20 19:17 UTC 

[patch] fix OverflowError in backtraces with 32bit kernels
 2016-02-20 17:19 UTC 

[PATCH] gdb.trace: Move more target dependencies to trace-support.exp
 2016-02-20 14:02 UTC  (6+ messages)
    ` [PATCH 1/3] "
      ` [PATCH 2/3] gdb.trace: Surround $call_insn with \y in entry-values.exp
      ` [PATCH 3/3] gdb.trace: Remove unnecessary target check from ftrace.exp

test case names in gdb testsuite
 2016-02-19 14:58 UTC  (2+ messages)

[PATCH 6/8] gdbserver/s390: Add fast tracepoint support
 2016-02-19 14:41 UTC  (3+ messages)

[PATCH v2 1/3] frame: add skip_tailcall_frames
 2016-02-19 11:36 UTC  (12+ messages)
` [PATCH v2 2/3] frame: use get_prev_frame_always in skip_tailcall_frames

GDB 7.11 release update
 2016-02-19 11:05 UTC 

[PATCH] [D] Add support for printing D types
 2016-02-18 22:48 UTC  (4+ messages)

[PATCH] gdb/testsuite: Add D support to gdb_default_target_compile
 2016-02-18 20:52 UTC  (5+ messages)

[PATCH 1/2] Re-check fastpoint after reloading symbols
 2016-02-18 19:26 UTC  (5+ messages)
` [PATCH 2/2] Determine the iteration count based on wallclock instead of user+system time

[PATCH 7/8] gdb.trace: Bump tspeed.exp timeout to 600 seconds
 2016-02-18 18:54 UTC  (3+ messages)
` [PATCH] "

[PATCH v4] PR 18303, Tolerate malformed input for lookup_symbol-called functions
 2016-02-18 18:22 UTC  (3+ messages)
` [PING] "
  ` [PING] Re: [PATCH v4] PR 18303, Tolerate malformed input for lookup_symbol-called functions (was: [PATCH] Fix problem handling colon in linespec, PR breakpoints/18303)

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).