public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC] Record objfile->original_name as an absolute path
 2013-12-02 21:26 UTC  (4+ messages)
  ` [patchv2] "
    ` [commit] "

[PATCH] testsuite/gdb.dwarf2: Fix for dw2-dos-drive failure on ARM
 2013-12-02 21:17 UTC  (7+ messages)

[PATCH] testsuite/gdb.dwarf2: Enable dw2-error.exp tests for arm targets
 2013-12-02 20:43 UTC  (10+ messages)

Release 2.24
 2013-12-02 19:51 UTC  (12+ messages)

status update for GDB 7.7?
 2013-12-02 19:43 UTC  (6+ messages)

[RFC/Patch] Call overloaded operators to perform valid Python operations on struct/class values
 2013-12-02 19:28 UTC 

[PATCH] include/gdb/section-scripts.h: New file
 2013-12-02 17:01 UTC  (3+ messages)

[patch, nios2] Update Linux parts for new syscall ABI
 2013-12-02 16:20 UTC  (6+ messages)

[RFC] Python's gdb.FRAME_UNWIND_NULL_ID is no longer used. What to do with it?
 2013-12-02 16:10 UTC  (5+ messages)

[PATCH] Make "backtrace" doesn't print python stack if init python dir get fail
 2013-12-02 16:05 UTC  (2+ messages)

[RFC] New GDB/MI command "-info-gdb-mi-command"
 2013-12-02 14:53 UTC  (9+ messages)
` [RFA GDB/MI] Help determine if GDB/MI command exists or not
  ` [RFA 1/2] New GDB/MI command "-info-gdb-mi-command"

[PATCH] Let gdbserver doesn't tell GDB it support target-side breakpoint conditions and commands if it doesn't support 'Z' packet
 2013-12-02 14:38 UTC  (9+ messages)
    ` [pushed] Plug target side conditions and commands leaks (was: Re: [PATCH] Let gdbserver doesn't tell GDB it support target-side breakpoint conditions and commands if it doesn't support 'Z' packet)

[RFA] Fix PR 16201: internal error on a cygwin program linked against a DLL with no .data section
 2013-12-02 14:10 UTC  (6+ messages)

[PATCH 0/2] Fix "info frame" in the outermost frame
 2013-12-02 13:53 UTC  (6+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] New OPTIMIZED_OUT_ERROR error code

[PATCH] Delegate to target_ops->beneath to read cache lines
 2013-12-02 11:12 UTC  (12+ messages)

[PATCH, remote] Handle 'k' packet errors gracefully
 2013-12-02 10:57 UTC  (3+ messages)

[PATCH] Fix PR remote/15974
 2013-12-02 10:02 UTC  (4+ messages)

[commit/obvious] Remove last traces of gdb_stat.h
 2013-12-02 10:02 UTC  (2+ messages)

[RCF 00/11] Visit varobj available children only in MI
 2013-12-02  9:09 UTC  (2+ messages)

[PATCH 0/3] Use target_read_code in skip_prologue
 2013-12-02  7:34 UTC  (10+ messages)
` [PATCH 2/3] skip_prolgoue (amd64)
` [PATCH 1/3] Use target_read_code in skip_prologue (i386)
` [PATCH 3/3] Perf test case: skip-prologue

[RFA/commit] Fix filestuff.c build error if RLIMIT_NOFILE not defined
 2013-12-02  3:17 UTC  (3+ messages)

[commit/obvious] Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_dirent.h"
 2013-12-02  3:12 UTC 

[commit/obvious] Makefile.in (HFILES_NO_SRCDIR): Remove "common/gdb_string.h"
 2013-12-02  3:01 UTC 

Events when inferior is modified
 2013-12-01 15:23 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] Add MIPS UFR support
 2013-11-30 18:23 UTC  (3+ messages)

[commit 2/2] Move processing of .debug_gdb_scripts to auto-load.c
 2013-11-30  8:58 UTC 

[commit 1/2] Move processing of .debug_gdb_scripts to auto-load.c
 2013-11-30  8:57 UTC 

[PATCH OBV] Fix typo "checksm"
 2013-11-30  5:44 UTC 

[commit/obvious] Remove gdb_string.h from gdbarch.sh
 2013-11-30  3:18 UTC 

[commit] py-auto-load.c (source_section_scripts): Move comment
 2013-11-30  2:35 UTC 

[RFC 00/12] Merge value optimized_out and unavailable
 2013-11-29 22:31 UTC  (9+ messages)
` [PATCH 03/12] Mark optimized out values as non-lazy
` [PATCH 06/12] Delete value_bits_valid
  ` [PATCH] Print entirely unavailable struct/union values as a single <unavailable>. (Re: [PATCH 06/12] Delete value_bits_valid.)

[commit] Remove trailing whitespace in python/*
 2013-11-29 20:16 UTC 

Python API Retention Policy [was Re: [RFC] Python's gdb.FRAME_UNWIND_NULL_ID is no longer used. What to do with it?]
 2013-11-29 19:42 UTC 

[patch v7 00/24] record-btrace: reverse
 2013-11-29 15:11 UTC  (25+ messages)
` [patch v7 03/24] gdbarch: add instruction predicate methods
` [patch v7 01/24] btrace, linux: fix memory leak when reading branch trace
` [patch v7 08/24] record-btrace: start counting at one
` [patch v7 04/24] frame: add frame_is_tailcall function
` [patch v7 14/24] record-btrace: supply register target methods
` [patch v7 23/24] record-btrace: show trace from enable location
` [patch v7 19/24] record-btrace: provide target_find_new_threads method
` [patch v7 16/24] record-btrace, frame: supply target-specific unwinder
` [patch v7 17/24] record-btrace: provide xfer_partial target method
` [patch v7 18/24] record-btrace: add to_wait and to_resume target methods
` [patch v7 12/24] btrace: add replay position to btrace thread info
` [patch v7 05/24] frame: artificial frame id's
` [patch v7 07/24] record-btrace: fix insn range in function call history
` [patch v7 11/24] record-btrace: make ranges include begin and end
` [patch v7 09/24] btrace: increase buffer size
` [patch v7 13/24] target: add ops parameter to to_prepare_to_store method
` [patch v7 06/24] btrace: change branch trace data structure
` [patch v7 15/24] frame, backtrace: allow targets to supply a frame unwinder
` [patch v7 21/24] record-btrace: extend unwinder
` [patch v7 20/24] record-btrace: add record goto target methods
` [patch v7 02/24] btrace: uppercase btrace_read_type
` [patch v7 10/24] record-btrace: optionally indent function call history
` [patch v7 22/24] btrace, gdbserver: read branch trace incrementally
` [patch v7 24/24] record-btrace: add (reverse-)stepping support

[patch v6 00/21] record-btrace: reverse
 2013-11-29 14:27 UTC  (7+ messages)
` [+rfc] "

[PATCH 0/2] enable ptype/whatis for fortran types/modules
 2013-11-29 13:30 UTC  (4+ messages)
` [PATCH 1/2] fortran: enable ptype/whatis for user defined types

[PATCH v2 1/1] Documentation for MPX
 2013-11-29 12:09 UTC  (4+ messages)

[commit] Rename breakpoint_object to gdbpy_breakpoint_object
 2013-11-29  2:54 UTC 

[commit] Add some comments to configure.ac
 2013-11-29  1:14 UTC 

[COMMIT PATCH] get_prev_frame, stop_reason != UNWIND_NO_REASON, add frame debug output
 2013-11-28 18:58 UTC 

[COMMIT PATCH] get_prev_frame, outer_frame_id and unwind->stop_reason checks are redundant
 2013-11-28 18:46 UTC 

[COMMIT PATCH] get_prev_frame, UNWIND_NULL_ID -> UNWIND_OUTERMOST
 2013-11-28 18:26 UTC 

[COMMIT PATCH] register: "optimized out" -> "not saved"
 2013-11-28 18:08 UTC 

[RFC][PATCH] GDB->Python API changes in preparation for Guile support
 2013-11-28 16:18 UTC  (3+ messages)

[PATCH 1/2] GDB process record and reverse debugging improvements for arm*-linux*
 2013-11-28 12:30 UTC  (8+ messages)

[PATCH] testsuite: introduce index in varobj child eval
 2013-11-28 12:25 UTC  (5+ messages)

[PATCH] Use gdb_produce_source
 2013-11-28  9:07 UTC 

[PATCH] mt set per-command remote-packets on|off
 2013-11-28  8:42 UTC  (6+ messages)

[PATCH 0/3] More perf test cases
 2013-11-28  6:34 UTC  (6+ messages)
` [PATCH 1/3] Test on disassemble

[RFC] Allow to find parameters in completion for case insensitive settings
 2013-11-28  3:47 UTC 

[PATCH] Fix completion for pascal language
 2013-11-28  2:42 UTC 

[PATCH] gdb: fix cygwin check in configure script
 2013-11-27 22:04 UTC  (5+ messages)
` [PATCH v2] "

Sim hangs on new target at dup_arg_p() in infinite loop
 2013-11-27 18:58 UTC  (6+ messages)

[PATCH 08/12] Replace some value_optimized_out with value_entirely_available
 2013-11-27 18:53 UTC  (6+ messages)
` [COMMITTED PATCH 0/2] "set debug frame 1" and not saved registers (was: Re: [PATCH 08/12] Replace some value_optimized_out with value_entirely_available)
  ` [PATCH 1/2] Make "set debug frame 1" use the standard print routine for optimized out values
  ` [PATCH 2/2] Make "set debug frame 1" output print <not saved> instead of <optimized out>
      ` [pushed] Fix type of not saved registers. (was: Re: [PATCH 2/2] Make "set debug frame 1" output print <not saved> instead of <optimized out>.)

[PATCH] Fix for PR tdep/15653: Implement SystemTap SDT probe support for AArch64
 2013-11-27 17:52 UTC  (6+ messages)

[PATCH 0/8] trivia
 2013-11-27 17:52 UTC  (13+ messages)
` [PATCH 2/8] make symtab::dirname const
` [PATCH 1/8] make symtab::filename const
` [PATCH 3/8] put the psymtab filename in the filename bcache
` [PATCH 8/8] update free_objfile comment
` [PATCH 7/8] remove objfile_to_front
` [PATCH 5/8] pack partial_symtab for space
` [PATCH 6/8] remove unnecessary declaration
` [PATCH 4/8] remove some stale FIXMEs

C99 variable length array support
 2013-11-27 17:15 UTC  (7+ messages)
` [PATCH 02/10] type: add c99 "

[PATCH, testsuite] Prevent warnings due to dummy malloc calls
 2013-11-27 14:44 UTC  (4+ messages)

[PATCH] Tighten regexp in gdb.base/setshow.exp
 2013-11-26 21:14 UTC  (3+ messages)

[PATCH 0/2] fix multi-threaded unwinding on AArch64
 2013-11-26 16:11 UTC  (11+ messages)
` [PATCH 2/2] handle an unspecified return address column

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