public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[FYI] Allow empty struct expressions in Rust
 2016-07-11 21:11 UTC 

[PATCH V3 0/6] Fortran: Resolve target types of pointers
 2016-07-11 16:25 UTC  (8+ messages)
` [PATCH V3 1/6] Fortran: Testsuite, fix differences in type naming
` [PATCH V3 2/6] Fortran: Resolve dynamic properties of pointer types
` [PATCH V3 3/6] Typeprint: Resolve any dynamic target type of a pointer
` [PATCH V3 6/6] Fortran: Testsuite, add cyclic pointers
` [PATCH V3 4/6] Fortran: Typeprint, fix dangling types
` [PATCH V3 5/6] Resolve dynamic target types of pointers

[PATCH v2] Fix -var-update for registers in frames 1 and up
 2016-07-11 14:48 UTC  (3+ messages)
` [PING] "

[Bug win32/14529] Make gdb capable of JIT-debugging on W32
 2016-07-10 14:55 UTC  (19+ messages)

[patch, nios2] Add type casts to nios2_fill/store_gregset
 2016-07-08  9:47 UTC 

[ping] [PATCH] python: accept address and explicit locations in gdb.decode_line
 2016-07-08  7:14 UTC 

[patch, avr, sim] PR19401 - Update PC when simulate break instruction
 2016-07-08  5:29 UTC  (2+ messages)

[pushed] [obv] Fix broken build on Fedora 23
 2016-07-07 17:10 UTC 

[pushed] [PATCH V2 1/1] Fix of default lookup for "this" symbol
 2016-07-07 15:44 UTC 

[V4 00/21] Fortran dynamic array support
 2016-07-07  9:23 UTC  (4+ messages)

[RFC/RFA] Add support for the --readnever command-line option (DWARF only)
 2016-07-06 20:54 UTC 

[testsuite patch] [ppc64] +kfail: gdb_target_symbol does not support function descriptors
 2016-07-06 19:35 UTC  (4+ messages)
    ` [testsuite patchv2] [ppc64] gdb_target_symbol fix for function descriptors [Re: [testsuite patch] [ppc64] +kfail: gdb_target_symbol does not support function descriptors]

[PATCH v3 00/34] Towards great frontend GDB consoles
 2016-07-06 14:28 UTC  (14+ messages)
` [PATCH v3 31/34] Add testing infrastruture bits for running with MI on a separate UI
      ` [pushed] Fix gdbserver/MI testing regression (was: Re: [PATCH v3 31/34] Add testing infrastruture bits for running with MI on a separate UI)
        ` gdbserver/ada testing broken (was: Re: [pushed] Fix gdbserver/MI testing regression)
          ` gdbserver/ada testing broken
        ` [pushed] Fix gdbserver/MI testing regression

[PATCH obv] gdb.ada/arraydim.exp: Fix directory layout
 2016-07-06 14:27 UTC 

[PATCH] Remove extra output directory level for Ada tests
 2016-07-06 14:07 UTC  (2+ messages)

[PATCH 0/8] record: notify about "record goto" stop
 2016-07-06 11:57 UTC  (9+ messages)
` [PATCH 2/8] record: do not allow record goto on a running thread
` [PATCH 4/8] record: signal a record goto stop to front-ends
` [PATCH 1/8] btrace: check if we're replaying when setting the replay position to the end
` [PATCH 8/8] btrace: record stop moves to the end of the trace
` [PATCH 7/8] btrace-btrace: signal record-goto stop
` [PATCH 3/8] infrun: export clear_proceed_status_thread
` [PATCH 5/8] mi, testsuite: add another EXTRA option to mi_expect_stop
` [PATCH 6/8] record-full: signal record-goto stop

[PATCH] Use 'ptid_t' instead of 'ptid' for fbsd_next_vfork_done's return type
 2016-07-06  8:16 UTC  (2+ messages)

[PATCH v2 0/4] Fix various warnings from clang 3.8.0
 2016-07-06  8:14 UTC  (9+ messages)
` [PATCH v2 2/4] Set uses_fp for frames with a valid FP register explicitly
` [PATCH v2 3/4] Use unsigned integer constant with left shifts
` [PATCH v2 1/4] Remove check for negative size
` [PATCH v2 4/4] Remove extraneous parentheses

[committed] [ARM] Fix endless recursion on calculating CPRC candidate
 2016-07-06  7:24 UTC 

[PATCH] Allow subscripting raw pointers
 2016-07-05 17:39 UTC  (4+ messages)

RFH: failed assert debugging threaded+fork program over gdbserver
 2016-07-05 16:49 UTC  (10+ messages)
    ` RFA/gdbserver: GDB internal-error debugging threaded program with breakpoint and forks (was: "Re: RFH: failed assert debugging threaded+fork program over gdbserver")
      ` RFA/gdbserver: GDB internal-error debugging threaded program with breakpoint and forks

[PATCH V2 0/5] Fortran: Resolve target types of pointers
 2016-07-05 15:51 UTC  (10+ messages)
` [PATCH V2 2/5] Fortran: Testsuite, add print of pointer types
` [PATCH V2 4/5] Fortran: Fix query of address of not-allocated types
` [PATCH V2 5/5] Fortran: Handle cyclic pointers
` [PATCH V2 3/5] Fortran: Resolve dynamic target types of pointers
` [PATCH V2 1/5] Fortran: Typeprint, fix dangling types

[PATCH] Match the selftest output when captured_main is inlined
 2016-07-05 15:43 UTC 

[PATCH v3 00/18] Fast tracepoint support for ARMv7
 2016-07-05 13:56 UTC  (19+ messages)
` [PATCH v3 12/18] Add ARM/Thumb instruction assembler for fast tracepoints
` [PATCH v3 03/18] arm-tdep.c: Move debug printout from decode to copy function
` [PATCH v3 02/18] arm-tdep.c: Refactor displaced stepping relocation functions
` [PATCH v3 08/18] Move Thumb 32 bits instruction decode functions to arch/arm-insn-reloc.c
` [PATCH v3 06/18] arm-tdep.c: Use relocation visitor in Thumb 16-bits instruction decoding
` [PATCH v3 15/18] JIT conditions support for ARM tracepoints
` [PATCH v3 11/18] Use software single step to step out of a fast tracepoint jump pad
` [PATCH v3 16/18] arm: Move insn_references_pc to common code
` [PATCH v3 13/18] Export tracing control breakpoints functions via global function pointers
` [PATCH v3 10/18] gdbserver: pass pointer to struct tracepoint to install_fast_tracepoint_jump_pad
` [PATCH v3 01/18] arm-tdep.c: Replace arguments to decode function by a structure
` [PATCH v3 14/18] Fast tracepoint support for ARM on Linux
` [PATCH v3 09/18] Move Thumb 16 bits instruction decode functions to arch/arm-insn-reloc.c
` [PATCH v3 18/18] arm fast tracepoints: Relocation of Thumb 32-bits instructions
` [PATCH v3 17/18] arm fast tracepoints: Relocation of ARM instructions
` [PATCH v3 07/18] Move ARM instruction decode functions to arch/arm-insn-reloc.c
` [PATCH v3 05/18] arm-tdep.c: Use relocation visitor in Thumb 32-bits instruction decoding
` [PATCH v3 04/18] arm-tdep.c: Use relocation visitor in ARM "

[PATCH] Add method/format information to =record-started
 2016-07-05 13:52 UTC  (3+ messages)

[PATCH] Avoid non-C++-enabled babeltrace versions
 2016-07-05  8:50 UTC  (6+ messages)
    ` [patch] babeltrace compilation regression [Re: [PATCH] Avoid non-C++-enabled babeltrace versions]
        ` [commit] "

[PATCH 0/9 V3] Use reinsert breakpoint for vCont;s
 2016-07-05  8:15 UTC  (16+ messages)
` [PATCH 3/9] Refactor clone_all_breakpoints
` [PATCH 6/9] Use enqueue_pending_signal in linux_resume_one_thread
` [PATCH 1/9] Pass breakpoint type in set_breakpoint_at
` [PATCH 2/9] Create sub classes of 'struct breakpoint'
` [PATCH 9/9] Support vCont s and S actions with software single step
` [PATCH 4/9] Make reinsert_breakpoint thread specific
` [PATCH 8/9] Use reinsert_breakpoint for vCont;s
` [PATCH 7/9] Enqueue signal even when resuming threads
` [PATCH 5/9] Switch current_thread to lwp's thread in install_software_single_step_breakpoints

[RFC] Set process affinity in test to work around ARM ptrace bug
 2016-07-04 10:50 UTC  (4+ messages)

[PATCH] Set unknown_syscall differently on arm linux
 2016-07-04  2:20 UTC  (8+ messages)

[ping] [PATCH v2 0/6] fortran: multi-dimensional subarrays with strides
 2016-07-03 20:51 UTC  (4+ messages)

[PATCH] Pass SIGLIBRT directly to child processes
 2016-07-03 19:01 UTC 

New ARI warning Sat Jul 2 01:55:53 UTC 2016
 2016-07-02  1:55 UTC 

[PATCH v2] Optimize memory_xfer_partial for remote
 2016-07-01 18:24 UTC  (7+ messages)
      ` [PATCH v3] "
          ` [pushed] "

[PATCH v3 24/34] Push thread->control.command_interp to the struct thread_fsm
 2016-07-01 15:24 UTC  (4+ messages)
  ` [PATCH] Build gdb.opt/inline-*.exp tests at -O0, rely on __attribute__((always_inline)) (was: Re: [PATCH v3 24/34] Push thread->control.command_interp to the struct thread_fsm)

[PATCH 0/2] Fix x86 debug registers on FreeBSD with threads
 2016-07-01 14:58 UTC  (3+ messages)

[PATCH 0/3] Fake VFORK_DONE events on FreeBSD
 2016-07-01 14:07 UTC  (2+ messages)

[PATCH V2 1/1] Fix of default lookup for "this" symbol
 2016-07-01 12:38 UTC  (4+ messages)

[RFA 0/3] unwinder registration and the frame cache
 2016-07-01 11:07 UTC  (7+ messages)
` [RFA 1/3] Clear frame cache when loading or unloading a JIT unwinder
      ` [PATCH] Extend JIT-reader test and fix GDB problems that exposes (was: Re: [RFA 1/3] Clear frame cache when loading or unloading a JIT unwinder)
        ` [PATCH] Extend JIT-reader test and fix GDB problems that exposes

[PATCH v4 0/3] Fix failure to detach if process exits while detaching on Linux
 2016-07-01 10:49 UTC  (5+ messages)
` [PATCH v4 2/3] Forget watchpoint locations when inferior exits or is killed/detached

[PATCH v7 0/5] Catch syscall group
 2016-06-30 16:10 UTC  (2+ messages)

[patch, avr, pr19401] Update PC after break
 2016-06-30 13:41 UTC  (5+ messages)

[PATCH v2 00/17] Fast tracepoint support for ARMv7
 2016-06-30 11:46 UTC  (6+ messages)

[ob/pushed] Make testing gdb with FORCE_SEPARATE_MI_TTY=1 actually work
 2016-06-30 10:58 UTC 

[PATCH] aarch64 sim big-endian support
 2016-06-30  8:13 UTC  (5+ messages)

[PATCH OBV] Add copyright header in gdb.base/return.c
 2016-06-29 16:32 UTC 

[PATCH] Skip gdb.base/func-ptrs.exp in thumb mode
 2016-06-29 16:31 UTC  (6+ messages)

[PATCH] Initialize strtok_r's saveptr to NULL
 2016-06-29 15:55 UTC  (6+ messages)

[RFA] Fix PR python/20129 - use of non-existing variable
 2016-06-29 15:00 UTC  (2+ messages)

[PATCH] python: accept address and explicit locations in gdb.decode_line
 2016-06-29 14:15 UTC  (5+ messages)

[PATCH 00/24] MIPS: Add support for reconfigurable FPR size, MIPS MSA and MIPSR6
 2016-06-29 12:46 UTC  (4+ messages)
` [PATCH 17/24] Add msa support etc to gdbserver
` [PATCH 16/24] Pick msa target when appropriate and put msa registers into vector reggroups
` [PATCH 15/24] MIPS: Define msascr/msair types

[PATCH] Use strtok_r instead of strsep in rust_get_disr_info
 2016-06-29 10:44 UTC  (7+ messages)

[RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
 2016-06-29  9:50 UTC  (5+ messages)
` [RFA 2/6] Use ATTRIBUTE_UNUSED in some places

[PATCH 1/2][PR gdb/20239] Make evaluation and type-printing of all NonZero-optimized enums work
 2016-06-29  9:41 UTC  (7+ messages)

[RFA] PR gdb/17210 - fix possible memory leak in read_memory_robust
 2016-06-29  9:27 UTC  (4+ 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).