public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/9 V3] Use reinsert breakpoint for vCont;s
 2016-06-30 14:09 UTC  (3+ messages)
` [PATCH 6/9] Use enqueue_pending_signal in linux_resume_one_thread
` [PATCH 1/9] Pass breakpoint type in set_breakpoint_at

[RFC] Set process affinity in test to work around ARM ptrace bug
 2016-06-30 13:57 UTC 

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

[Bug win32/14529] Make gdb capable of JIT-debugging on W32
 2016-06-30 13:17 UTC  (7+ messages)

[PATCH] Set unknown_syscall differently on arm linux
 2016-06-30 12:58 UTC  (6+ messages)

[PATCH v3 00/34] Towards great frontend GDB consoles
 2016-06-30 12:10 UTC  (7+ 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)
` [pushed] Re: [PATCH v3 00/34] Towards great frontend GDB consoles

[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 15/24] MIPS: Define msascr/msair types
` [PATCH 16/24] Pick msa target when appropriate and put msa registers into vector reggroups

[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  (18+ messages)
` [RFA 2/6] Use ATTRIBUTE_UNUSED in some places
` [RFA 3/6] Comment out some unused overlay code
` [RFA 1/6] Change reopen_exec_file to check result of stat
` [RFA 5/6] Remove unused variables
` [RFA 4/6] Remove some variables but call functions for side effects

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

[RFA] PR gdb/17210 - fix possible memory leak in read_memory_robust
 2016-06-29  9:27 UTC  (5+ messages)

[PATCH 0/3] Fake VFORK_DONE events on FreeBSD
 2016-06-28 23:00 UTC  (4+ messages)
` [PATCH 1/3] Honor detach-on-fork "
` [PATCH 2/3] Move fbsd_resume and related functions below fork following helper code
` [PATCH 3/3] Fake VFORK_DONE events when following only the parent after a vfork

[PATCH 0/2] Fix x86 debug registers on FreeBSD with threads
 2016-06-28 22:57 UTC  (3+ messages)
` [PATCH 1/2] Consolidate x86 debug register code for BSD native targets
` [PATCH 2/2] Set debug registers on all threads belonging to the current inferior

[RFA 0/3] unwinder registration and the frame cache
 2016-06-28 22:14 UTC  (12+ messages)
` [RFA 3/3] PR python/19293 - invalidate frame cache when unwinders change
` [RFA 2/3] Make gdbpy_parameter static
` [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

[RFA] PR python/20190 - compute TLS symbol without a frame
 2016-06-28 21:15 UTC  (3+ messages)

RFH: failed assert debugging threaded+fork program over gdbserver
 2016-06-28 19:40 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] [AArch64] Use int64_t for address offset
 2016-06-28 16:27 UTC  (2+ messages)

[PATCH 0/4] Tweak catch syscall for remote
 2016-06-28 14:17 UTC  (3+ messages)

[PATCH V2 1/1] Fix of default lookup for "this" symbol
 2016-06-28 12:52 UTC 

[testsuite patch] PR python/17136: 'info type-printers' causes an exception when there are per-objfile printers
 2016-06-27 21:11 UTC 

[PATCH] Optimize memory_xfer_partial for remote
 2016-06-27 20:23 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v7 0/5] Catch syscall group
 2016-06-27 18:54 UTC 

[PATCH] Print void types correctly in Rust
 2016-06-27 16:53 UTC  (6+ messages)

[PATCH v2] Fix gdbserver crash when doing ftrace commands after detach or process exit
 2016-06-27 15:06 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 01/24] MIPS: Handle run-time reconfigurable FPR size
 2016-06-27 14:51 UTC  (21+ messages)
` [PATCH 11/24] MIPS: Add support for hybrid fp32/fp64 mode
` [PATCH 10/24] MIPS: override fscr/fir types and print control registers specially
` [PATCH 06/24] mips-linux-nat: pick fp64 target description when appropriate
` [PATCH 08/24] MIPS: Convert FP mode to enum and put fp registers into fp reggroup
` [PATCH 03/24] regcache: handle invalidated regcache
` [PATCH 23/24] MIPS R6 opcode table shuffle for LDC2/SDC2
` [PATCH 02/24] Add MIPS32 FPU64 GDB target descriptions
` [PATCH 13/24] Add MIPS MSA "
` [PATCH 14/24] Implement core MSA stuff
` [PATCH 21/24] MIPSR6 support for GDB
` [PATCH 18/24] mips-linux-nat: get msa registers
` [PATCH 12/24] o32 sigframe unwinding with FR1
` [PATCH 07/24] MIPS: Make Linux restart register more dynamic
` [PATCH 05/24] MIPS: Add config5 to MIPS GDB target descriptions
` [PATCH 19/24] Add MIPS MSA vector branch instruction support
` [PATCH 04/24] Add MIPS Config5 register related support
` [PATCH 22/24] Support all new ABIs when detecting if an FPU is present
` [PATCH 09/24] MIPS: Enhance cooked FP format
` [PATCH 24/24] MIPS R6 forbidden slot support
` [PATCH 20/24] Drop FP and MSA control registers from default info registers

[PING] RE: [RFC][PATCH] - Fix pretty-printers which call the inferiors, mi-interface crashs
 2016-06-27 14:36 UTC 

[PATCH] Fix use of a dangling pointer for Python breakpoint objects
 2016-06-27 10:13 UTC  (7+ messages)

[ping] [PATCH V5 2/2] Add mpx-bnd-init-on-return set/show command for inferior calls
 2016-06-27  9:39 UTC 

[RFA] PR rust/20162 - fix gdb regressions caused by rust 1.10
 2016-06-26 17:21 UTC 

[PATCH] Add link to contribution checklist for GDB's CONTRIBUTE file
 2016-06-25 15:10 UTC 

[FYI] Fix formatting in rust-lang.c
 2016-06-25 14:46 UTC 

[PATCH v2.1] Support structure offsets that are 512K or larger
 2016-06-25  0:22 UTC 

[pushed][commit/obv] gdb/MAINTAINERS: Add
 2016-06-24 21:12 UTC 

patch pings
 2016-06-24 20:52 UTC 

[PATCH v4 0/3] Fix failure to detach if process exits while detaching on Linux
 2016-06-24 19:30 UTC  (9+ messages)
` [PATCH v4 3/3] "
` [PATCH v4 2/3] Forget watchpoint locations when inferior exits or is killed/detached

[PATCH] Add support for catching system calls to native FreeBSD targets
 2016-06-24 17:57 UTC  (5+ messages)

[PATCH v2 0/6] Add ELF auxiliary vector handling for FreeBSD
 2016-06-24 15:44 UTC  (8+ messages)
` [PATCH v2 6/6] Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs
` [PATCH v2 3/6] Fetch the ELF auxiliary vector from live processes on FreeBSD
` [PATCH v2 5/6] Add a new gdbarch method to print a single AUXV entry
` [PATCH v2 2/6] Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes
` [PATCH v2 1/6] Add constants for FreeBSD-specific auxiliary vector entry types
` [PATCH v2 4/6] Create a pseudo section for the ELF AUXV core dump note on FreeBSD

[PATCH 0/3] Fortran: Resolve target types of pointers
 2016-06-24  5:38 UTC  (6+ messages)
` [PATCH 1/3] Fortran: Handle associated property of pointer types

[RFA 0/3] minor language cleanups
 2016-06-24  3:15 UTC  (12+ messages)
` [RFA 3/3] Move logic out of symbol_find_demangled_name

[PATCH 0/6] Add ELF auxiliary vector handling for FreeBSD
 2016-06-23 20:19 UTC  (8+ messages)
` [PATCH 6/6] Add a gdbarch 'print_auxv' method for FreeBSD ABIs
` [PATCH 5/6] Add a new gdbarch method to print a single AUXV entry
` [PATCH 4/6] Create a psuedo section for the ELF AUXV core dump note on FreeBSD

[PATCH] btrace: continue recording after connection loss
 2016-06-23 14:10 UTC  (3+ messages)

[RFA] PR gdb/16483 - simplify "info frame-filters" output
 2016-06-23 13:42 UTC  (2+ messages)

[PATCH 0/4 V2] gdbarch software_single_step returns VEC (CORE_ADDR) *
 2016-06-23 13:20 UTC  (4+ messages)
` [PATCH 1/4] Remove arm_override_mode

[PATCH 2/2][PR gdb/20239] Add tests for printing of NonZero-optimized enums in Rust
 2016-06-22 19:11 UTC  (2+ messages)

[RFA] PR python/18565 - make Frame.function work for inline frames
 2016-06-22 18:43 UTC  (3+ messages)

RFA: Generate normal DWARF DW_LOC descriptors for non integer mode pointers
 2016-06-22 15:13 UTC  (7+ messages)

Fix for powerpc-power.exp gdb regression test for Power 9
 2016-06-21 15:19 UTC  (2+ messages)

[PING] RE: [PATCH v2] Support structure offsets that are 512K bytes or larger
 2016-06-21 13:20 UTC  (4+ messages)

[pushed] [PATCH V3] Improve user experience in printing Fortran derived types
 2016-06-21 13:17 UTC 

[PING][PATCH] Allow DW_OP_GNU_uninit in dwarf_expr_require_composition
 2016-06-21 11:39 UTC  (2+ messages)
` [PING^2][PATCH] "

[COMMITTED PATCH] S390: Fix typo "s930" -> "s390"
 2016-06-21 11:29 UTC 

[COMMITTED PATCH] S390 gdbserver: Mark local funcs/vars as static
 2016-06-21 11:29 UTC 

[PATCH V1] Fix of default lookup for "this" symbol
 2016-06-21  8:51 UTC  (3+ messages)

[PATCH V3] Improve user experience in printing Fortran derived types
 2016-06-21  8:24 UTC  (3+ 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).