public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/10] Linux extended-remote fork events
 2014-08-21  0:33 UTC  (12+ messages)
` [Patch 00/16 v2] Linux extended-remote fork and exec events
` [PATCH 01/16 v2] Refactor native follow-fork
` [PATCH 02/16 v2] Refactor follow-fork message printing
` [PATCH 04/16 v2] Determine supported extended-remote features
` [PATCH 03/16 v2] Refactor ptrace extended event status
` [PATCH 06/16 v2] Extended-remote Linux follow fork
` [PATCH 05/16 v2] GDBserver clone breakpoint list
` [PATCH 07/16 v2] Extended-remote arch-specific follow fork
` [PATCH 08/16 v2] Extended-remote follow vfork
` [PATCH 10/16 v2] Extended-remote fork event documentation
` [PATCH 09/16 v2] Extended-remote fork catchpoints

Fix spelling error in psim
 2014-08-21  0:10 UTC  (2+ messages)

[PATCH 0/5 v7] Common code cleanups (first four, and one new)
 2014-08-20 22:48 UTC  (24+ messages)
` [PATCH 2/5 v7] Introduce common-types.h
` [PATCH 4/5 v7] Introduce common-debug.h
` [PATCH 3/5 v7] Move print-utils.h to common-defs.h
` [PATCH 5/5 v7] Introduce show_debug_regs
` [PATCH 1/5 v7] Introduce common/errors.h

[PATCH] Fix PR12526: -location watchpoints for bitfield arguments
 2014-08-20 20:59 UTC  (2+ messages)

[PATCH 0/5] Make gdbserver use exceptions and cleanups
 2014-08-20 19:05 UTC  (9+ messages)
` [PATCH 1/5] Move internal_{,v}warning to common/errors.[ch]
` [PATCH 3/5] Introduce common/gdb_setjmp.h
` [PATCH 2/5] Move cleanups.[ch] to common
` [PATCH 4/5] Introduce common/common-exceptions.[ch]
` [PATCH 5/5] Use exceptions and cleanups in gdbserver

[PATCH] Integrate PR 12649's race detector directly in the testsuite machinery
 2014-08-20 18:26 UTC  (3+ messages)

[V2 00/23] Fortran dynamic array support
 2014-08-20 18:24 UTC  (10+ messages)
` Crash regression(?) printing Fortran strings in bt [Re: [V2 00/23] Fortran dynamic array support]
      ` [patch 1/2] "

[PATCH] aarch64/gdbserver: fix floating point registers display
 2014-08-20 17:36 UTC  (7+ messages)

[patchv2] Fix crash on optimized-out entry data values
 2014-08-20 16:28 UTC  (18+ messages)
    ` [PATCH] Handle partially optimized out values similarly to unavailable values (Re: [patchv2] Fix crash on optimized-out entry data values)
          ` [read_frame_arg patch] "
              ` [commit+7.8] [read_frame_arg patch] Handle partially optimized out values similarly to unavailable values
        ` [PATCH v2] "
                  ` [PUSHED] value.c (value_contents_bits_eq): Initialize l,h for gcc, -Wall. (was: Re: [PATCH v2] Handle partially optimized out values similarly to unavailable values)

[PATCH 0/6] Remove fatal from gdbserver
 2014-08-20 16:25 UTC  (13+ messages)
` [PATCH 4/6] Convert fatal to error in remote_prepare
` [PATCH 3/6] Downgrade fatal to warning in linux_async
` [PATCH 2/6] Convert fatal to gdb_assert in both i386_dr_low_set_addr
` [PATCH 5/6] Convert fatal to perror_with_name in IPA code
` [PATCH 6/6] Remove fatal function and prototype
` [PATCH 1/6] Straightforward fatal to internal_error conversions

[PATCH 0/4 v6] Common code cleanups (first four)
 2014-08-20 15:51 UTC  (4+ messages)
` [PATCH 4/4 v6] Introduce common-debug.h

[PATCH 0/3] Keep track of files copied to host and target
 2014-08-20 15:48 UTC  (10+ messages)
` [PATCH 3/3] Copy .py files to remote host
` [PATCH 1/3] Extend cleanfiles for multiple hosts
` [PATCH 2/3] Keep track of downloaded file in gdb_remote_download

Revisit gdb/12528 for bare metal targets
 2014-08-20 15:40 UTC  (10+ messages)
` [PATCH 1/2] Remove pst from dwarf_decode_lines_1
  ` [PATCH 2/2] Check function is GC'ed

[PATCH 00/11 v5] Common code cleanups
 2014-08-20 15:08 UTC  (18+ messages)
` [PATCH 06/11 v5] Add target/symbol.h
` [PATCH 05/11 v5] Add target/target.h
` [PATCH 11/11 v5] Remove one GDBSERVER use from linux-waitpid.c

--with-babeltrace generates many FAILs
 2014-08-20 13:56 UTC  (6+ messages)

[pushed] Fix handling of typedefs to types having a data_location attribute
 2014-08-20 13:40 UTC 

[PATCH] Support _Complex in hard-VFP abi
 2014-08-20 10:26 UTC  (9+ messages)

MSP430 SIM: Add support for hardware multiply
 2014-08-20  9:24 UTC  (5+ messages)

[PATCH] Fix PR gdb/17035: "show user" doesn't list user-defined commands that have empty bodies
 2014-08-20  6:12 UTC 

[RFC 4/4] Fix m32r-elf sim, default hardware to off
 2014-08-20  4:38 UTC 

[RFC 3/4] Fix sh64-elf sim, default hardware to off
 2014-08-20  4:34 UTC 

[RFC 2/4] Fix iq2000-elf sim, default hardware to off
 2014-08-20  4:33 UTC 

[RFC 1/4] Fix frv-elf sim, default hardware to off
 2014-08-20  4:29 UTC 

[RFC 0/4] Fix recent sim/*/config.in fallout: frv, m32r, sh64, iq2000
 2014-08-20  4:28 UTC 

New ARI warning Wed Aug 20 01:53:47 UTC 2014
 2014-08-20  1:53 UTC 

[PATCH] Set breakpoint on the right line
 2014-08-20  0:21 UTC  (7+ messages)
` [OB/PUSHED] Remove stale comment (was: Re: [PATCH] Set breakpoint on the right line)

[PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
 2014-08-19 23:02 UTC  (10+ messages)

PING: [patch] skip tests that use cd for remote hosts
 2014-08-19 22:55 UTC  (2+ messages)

[patch+7.8] PR testsuite/16602 runtest deletes files in-src-tree
 2014-08-19 22:53 UTC  (6+ messages)
    ` ping: "

[PATCH] add support for high entropy ASLR on Windows
 2014-08-19 22:05 UTC  (3+ messages)

[patch+7.8?] Fix crash on Python frame filters with unreadable arg
 2014-08-19 21:56 UTC 

[RFC] delete gdb.cp/ambiguous.exp ?
 2014-08-19 21:47 UTC  (7+ messages)

[patch] Fix -fsanitize=address on unreadable inferior strings
 2014-08-19 20:56 UTC  (4+ messages)
  ` [commit] "

[PATCH] misc cleanups to linux_nat_close
 2014-08-19 16:53 UTC  (2+ messages)

[PATCH] Convert target_structs vector to VEC
 2014-08-19 15:39 UTC  (3+ messages)

[PATCH] Typos in gdb/mi
 2014-08-19 14:02 UTC  (8+ messages)

FYI: value_from_pointer: remove call to resolve_dynamic_type
 2014-08-19 13:42 UTC 

Skip ld/lto tests if plugins is disabled for binutils?
 2014-08-19 13:00 UTC  (2+ messages)

[PATCH] Ensure internal_vproblem always prints the message
 2014-08-19  8:46 UTC  (3+ messages)

[PATCH] Regenerate gdb/configure (Re: Skip ld/lto tests if plugins is disabled for binutils?)
 2014-08-19  6:33 UTC  (3+ messages)

[commit] boards/fission.exp: Explicitly pass -ggnu-pubnames for clang
 2014-08-18 19:10 UTC 

Support for DWARF describing Ada unconstrained arrays
 2014-08-18 17:56 UTC  (6+ messages)
` [pushed 3/4] [Ada] "ptype" of array where bound value uses DW_OP_push_object_address
` [pushed 2/4] Add support for DW_AT_data_location
` [pushed 4/4] DW_AT_data_location and DW_OP_push_object_address testcase
` [pushed 1/4] Add support for DW_OP_push_object_address

[pushed] gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound in array range
 2014-08-18 17:48 UTC 

[commit] ada-typeprint.c (print_range): Initialize lo,hi for gcc -Wall
 2014-08-18 17:40 UTC  (2+ messages)

[Ada/pushed] Small improvements in ada_evaluate_subexp
 2014-08-18 15:30 UTC  (4+ messages)
` [pushed/Ada 1/3] Fix indentation level in ada-lang.c::ada_evaluate_subexp
` [pushed/Ada 2/3] avoid "if ... else if ... else" logic "
` [pushed/Ada 3/3] ada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing when possible

[PATCH] prologue-single-line-func.exp
 2014-08-18  1:12 UTC  (3+ messages)

[patch] Fix 'gcore' with exited threads
 2014-08-17 21:16 UTC  (3+ messages)
  ` [patch+7.8?] "

[PATCH v2] Fix documentation for Type.template_argument
 2014-08-17 18:25 UTC  (7+ messages)

[PATCH] Fix gdb.fortran/array-element.exp failures
 2014-08-17  4:07 UTC  (8+ messages)

[PATCH 2/2] [PR symtab/17276]: Coalesce line number entries
 2014-08-16  2:10 UTC 

[PATCH v2] Fix xmethod Python so that it works with Python 3
 2014-08-16  1:16 UTC  (3+ messages)

[PATCH 1/2] [PR symtab/17276]: Coalesce line number entries
 2014-08-16  1:00 UTC 

[commit] (dwarf_decode_lines_1): Move definition of adj_opcode
 2014-08-15 23:25 UTC 

[commit] dwarf2read.c (dwarf_decode_lines_1): Add comment
 2014-08-15 23:19 UTC 

Warnings in native MinGW32 build of GDB 7.8
 2014-08-15 14:22 UTC  (10+ messages)

[RFC] src-release.sh: Convert src-release to a shell script
 2014-08-15 12:49 UTC  (2+ messages)

[PATCH] Skip tfile.exp if unable to generate trace file
 2014-08-15  0:46 UTC 

[PATCH] Set print symbol off in some tests
 2014-08-15  0:01 UTC  (3+ messages)

[PATCH] dwarf_decode_lines_1: Delete local basic_block, unused
 2014-08-14 23:45 UTC  (4+ messages)

[PATCH v2 PR c++/17132] Add new argument NOSIDE to find_overload_match
 2014-08-14 22:38 UTC  (2+ messages)

Experience Costa Rica, a tropical paradise!
 2014-08-13 21:59 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).