public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] Fix detection of gfortran compilers
 2016-02-22 14:50 UTC  (3+ messages)
` [PATCH] testsuite: Nullify pointers before first usage
` [PATCH] testsuite: Fix run to main issue introduced by GCC 5.x

[PATCH 00/10] Command line input handling TLC
 2016-02-22 14:06 UTC  (23+ messages)
` [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 08/10] Use struct buffer in gdb_readline_callback_no_editing
` [PATCH 01/10] Test issuing a command split in multiple lines with continuation chars
` [PATCH 02/10] Garbage collect window_hook
` [PATCH 07/10] Use struct buffer in gdb_readline_no_editing
` [PATCH 05/10] Update prompt_for_continue comments
` [PATCH 04/10] Eliminate async_annotation_suffix
` [PATCH 10/10] Command line input handling TLC

[PATCH] Remote debugging without a binary (regression)
 2016-02-22 13:51 UTC  (27+ messages)
          ` [OB PATCH] Add missing cleanup in exec_file_locate_attach
        ` [PATCH] Fix logic "
              ` [PATCH v2] "

[PATCH, v2] Expect SI_KERNEL or TRAP_BRKPT si_code values for MIPS breakpoint traps
 2016-02-22 13:16 UTC  (2+ messages)

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

[PATCH 0/4] Support tracepoints for ARM linux in GDBServer
 2016-02-22 11:51 UTC  (13+ messages)
` [PATCH 3/4] Enable tracing of pseudo-registers on ARM
    ` [PATCH v2] "
        ` [PATCH v3] "
          ` [PATCH v4] "

[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 1/2] Add redundant target descriptor for tdesc(amd64|i386)_avx_mpx_*
` [PATCH 2/2] Re-factor (i386|amd64)mpx target descriptors

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

[PATCH] gdb.trace: Fix unavailable.exp if last register happens to be PC
 2016-02-22  7:35 UTC 

[PATCH 1/7 v3] powerpc: Support z-point type in gdbserver
 2016-02-22  5:28 UTC  (3+ messages)
` [PATCH 6/7 v3] Build unavailable-stack frames for tracepoint

[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] [PR gdb/13808] gdb.trace: Pass tdesc selected in gdbserver to IPA
 2016-02-21 21:17 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 3/3] gdb.trace: Remove unnecessary target check from ftrace.exp
      ` [PATCH 2/3] gdb.trace: Surround $call_insn with \y in entry-values.exp

[PATCH 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-02-19 20:05 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API
  ` [PATCH v2 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type
  ` [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 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests
  ` [PATCH v2 10/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
  ` [PATCH v2 08/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check
  ` [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] Expect SI_KERNEL si_code for a MIPS software breakpoint trap
 2016-02-19 16:21 UTC  (9+ messages)

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 0/8] Leave child suspended when step over parent
 2016-02-19 14:37 UTC  (9+ messages)
` [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 3/8] Use loop in disp-step-fork.c and disp-step-vfork.c
` [PATCH 5/8] Step over fork/vfork syscall insn in gdbserver
` [PATCH 6/8] Reformat disp-step-syscall.exp
` [PATCH 1/8] [GDBserver] Leave child suspended when step over parent
` [PATCH 7/8] Rename disp-step-syscall.exp to step-over-syscall.exp
` [PATCH 8/8] New test about step over clone syscall

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

[PATCH 1/8] gdb: Add supply_pseudo_pc hook to gdbarch
 2016-02-18 16:58 UTC  (20+ messages)
  ` [PATCH 1/2] gdb: Add guess_tracepoint_registers "
    ` [PATCH 2/2] gdb/s390: Fill guess_tracepoint_registers hook
        ` [PATCH] "
      ` [PATCH] gdb: Add guess_tracepoint_registers hook to gdbarch

[commit] [PATCH V8 1/1] Intel MPX bound violation handling
 2016-02-18 16:32 UTC 

[PATCH] Remove setup_kfail server/13796 in disp-step-syscall.exp
 2016-02-18 12:06 UTC  (2+ messages)

[PATCH] Set breakpoint condition-evaluation in forking-threads-plus-breakpoint.exp
 2016-02-18 12:05 UTC  (3+ messages)

[PATCH 0/4] Save target description in tfile
 2016-02-18  8:28 UTC  (10+ messages)
` [PATCH 3/3] gdb/doc: Add documentation for tfile description section lines

[PATCH V8 1/1] Intel MPX bound violation handling
 2016-02-17 20:03 UTC  (5+ messages)

[PATCH, doc RFA] Add "skip regexp"
 2016-02-17 16:07 UTC  (2+ messages)

[PATCH 0/5] Coalesce/aggregate (async) vCont packets/actions
 2016-02-17 15:56 UTC  (13+ messages)
` [PATCH 2/5] gdb: Free inferior->priv when inferior exits
` [PATCH 1/5] gdb: Clean up remote.c:remote_resume
` [PATCH 3/5] gdb/doc: Clarify vCont packet description
` [PATCH 5/5] gdb: Coalesce/aggregate (async) vCont packets/actions
` [PATCH 4/5] gdbserver: Leave already-vCont-resumed threads as they were

[PATCH] Add a new format letter to dump instructions backward
 2016-02-17 11:38 UTC  (7+ messages)
        ` [PATCH] Negative repeat count for 'x' command

[PATCH] gdbserver/s390: Advertise Z0 packet support
 2016-02-17  9:49 UTC  (5+ messages)

[patch] [v2] Enable dwarf unwind for AVR target
 2016-02-17  5:51 UTC  (3+ messages)

[PATCH] Improve analysis of racy testcases
 2016-02-17  1:26 UTC 

[OB PATCH] whitespace cleanup for skip testcase
 2016-02-16 20:43 UTC 

Updating Readline
 2016-02-16 18:06 UTC  (3+ messages)

[PATCH v2 1/3] PR remote/19496, internal err forking-threads-plus-bkpt
 2016-02-16 17:21 UTC  (3+ messages)

[PATCH 0/3] Minor refactorings in arm-tdep.c instruction decoding
 2016-02-16 15:26 UTC  (3+ messages)

[PATCH 1/2] testsuite: Fix save-trace.exp writing outside standard output directory
 2016-02-16 14:02 UTC  (5+ messages)
` [PATCH 2/2] testsuite: Make standard_temp_file use invocation-specific directories

[PATCH] Remove PC from syscall_next_pc
 2016-02-16 13:49 UTC  (3+ messages)

[PATCH mainline/7.11] Fix cleanup in arm_linux_software_single_step
 2016-02-16  8:17 UTC 

[RFA] fix for intel disassembly, truncated BFD_VMA
 2016-02-16  0:07 UTC  (4+ messages)

[testsuite obv+7.11] Add missing gdb.arch/i386-prologue.c prototypes
 2016-02-15 18:03 UTC 

[PATCH] Always organize test artifacts in a directory hierarchy
 2016-02-15 17:58 UTC  (14+ messages)
          ` [testsuite 7.11] Regression for i386-biarch-core.exp and others [Re: [PATCH] Always organize test artifacts in a directory hierarchy]
                ` [testsuite obv+7.11] Fix more testcases with standard_output_file [Re: [testsuite 7.11] Regression for i386-biarch-core.exp and others]

[PATCH 0/8] Break at each iteration for breakpoints placed on a while statement
 2016-02-15 16:51 UTC  (6+ messages)
` [PATCH 1/8] Add new test, gdb.base/loop-break.exp

[PATCH obv] testsuite: Fix some tests that write outside of the standard output directory
 2016-02-15 16:50 UTC 

[PATCH] testsuite: Fix some tests that write outside of the standard output/temp directories
 2016-02-15 16:44 UTC  (3+ messages)

[PATCH 0/4] Fix PR gdb/19187 (process record over a fork causes internal error)
 2016-02-15 14:41 UTC  (4+ messages)
` [PATCH 3/4] Plumb enum remove_bp_reason all the way to target_remove_breakpoint

[PATCH OBV] Don't print 0x for core_addr_to_string_nz
 2016-02-15 10:06 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).