public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/2][PR gdb/20239] Make evaluation and type-printing of all NonZero-optimized enums work
 2016-06-29  9:15 UTC  (6+ messages)

[RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
 2016-06-29  8:51 UTC  (17+ messages)
` [RFA 5/6] Remove unused variables
` [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 4/6] Remove some variables but call functions for side effects

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

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

[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 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 3/3] PR python/19293 - invalidate frame cache when unwinders change
` [RFA 2/3] Make gdbpy_parameter static

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

[PATCH v3 00/34] Towards great frontend GDB consoles
 2016-06-28 20:19 UTC  (9+ messages)
` [PATCH v3 31/34] Add testing infrastruture bits for running with MI on a separate UI
` [PATCH v3 30/34] [DOC] Document support for running interpreters on separate UI channels
` [pushed] Re: [PATCH v3 00/34] Towards great frontend GDB consoles

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

[RFA] PR gdb/17210 - fix possible memory leak in read_memory_robust
 2016-06-28 17:48 UTC  (4+ messages)

[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  (7+ messages)
` [PATCH 3/4] Implement get_syscall_trapinfo for aarch64-linux
` [PATCH 2/4] Remove parameter sysret from linux_target_ops.get_syscall_trapinfo
` [PATCH 1/4] Probe catch syscall support
` [PATCH 4/4] Implement get_syscall_trapinfo for arm-linux

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

[PATCH] Set unknown_syscall differently on arm linux
 2016-06-28  9:26 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  (7+ messages)
` [PING] "
  ` [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 03/24] regcache: handle invalidated regcache
` [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 10/24] MIPS: override fscr/fir types and print control registers specially
` [PATCH 11/24] MIPS: Add support for hybrid fp32/fp64 mode
` [PATCH 20/24] Drop FP and MSA control registers from default info registers
` [PATCH 09/24] MIPS: Enhance cooked FP format
` [PATCH 24/24] MIPS R6 forbidden slot support
` [PATCH 22/24] Support all new ABIs when detecting if an FPU is present
` [PATCH 04/24] Add MIPS Config5 register related support
` [PATCH 12/24] o32 sigframe unwinding with FR1
` [PATCH 18/24] mips-linux-nat: get msa registers
` [PATCH 19/24] Add MIPS MSA vector branch instruction support
` [PATCH 05/24] MIPS: Add config5 to MIPS GDB target descriptions
` [PATCH 07/24] MIPS: Make Linux restart register more dynamic
` [PATCH 14/24] Implement core MSA stuff
` [PATCH 13/24] Add MIPS MSA GDB target descriptions
` [PATCH 21/24] MIPSR6 support for GDB
` [PATCH 02/24] Add MIPS32 FPU64 GDB target descriptions
` [PATCH 23/24] MIPS R6 opcode table shuffle for LDC2/SDC2

[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  (11+ messages)
` [PATCH v4 1/3] Factor out "Detaching from program" message printing
` [PATCH v4 2/3] Forget watchpoint locations when inferior exits or is killed/detached
` [PATCH v4 3/3] Fix failure to detach if process exits while detaching on Linux

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

[PATCH v2 0/6] Add ELF auxiliary vector handling for FreeBSD
 2016-06-24 15:44 UTC  (8+ messages)
` [PATCH v2 1/6] Add constants for FreeBSD-specific auxiliary vector entry types
` [PATCH v2 2/6] Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes
` [PATCH v2 5/6] Add a new gdbarch method to print a single AUXV entry
` [PATCH v2 3/6] Fetch the ELF auxiliary vector from live processes on FreeBSD
` [PATCH v2 6/6] Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs
` [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  (8+ messages)
` [PATCH 1/3] Fortran: Handle associated property of pointer types
` [PATCH 3/3] Fortran: Handle cyclic pointers

[RFA 0/3] minor language cleanups
 2016-06-24  3:15 UTC  (18+ 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  (11+ messages)
` [PATCH 6/6] Add a gdbarch 'print_auxv' method for FreeBSD ABIs
` [PATCH 3/6] Fetch the ELF auxiliary vector from live processes on FreeBSD
` [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] python: accept address and explicit locations in gdb.decode_line
 2016-06-23 15:27 UTC  (4+ messages)

[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 gdbserver: Mark local funcs/vars as static
 2016-06-21 11:29 UTC 

[COMMITTED PATCH] S390: Fix typo "s930" -> "s390"
 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)

[PATCH v4 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2016-06-20 19:07 UTC  (7+ messages)
` [PATCH v5 00/11] [PR gdb/14441] Support C++11 "
  ` [PATCH v5 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests
  ` [PATCH v5 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module

[PATCH 00/12 V2] Use reinsert breakpoint for vCont;s
 2016-06-20 18:09 UTC  (8+ messages)
` [PATCH 11/12] Use reinsert_breakpoint "

[PATCH v2] Fix -var-update for registers in frames 1 and up
 2016-06-20 15:32 UTC  (2+ messages)
` [PING] "

[patch] aarch64: PR 19806: watchpoints: false negatives -> false positives
 2016-06-20 14:40 UTC  (12+ messages)

[PATCH V3 1/2] Improve user experience in printing Fortran derived types
 2016-06-20 14:13 UTC 

[PATCH v7 0/5] Catch syscall group
 2016-06-19 20:43 UTC  (6+ messages)
` [PATCH v7 2/5] Add support to catch groups of syscalls
` [PATCH v7 1/5] Implemement support for groups of syscalls in the xml-syscall interface
` [PATCH v7 3/5] Add tests for catching groups of syscalls on supported architectures
` [PATCH v7 5/5] Update documentation on catching a group of related syscalls
` [RESEND PATCH v7 4/5] Include group information to xml syscall files

[PATCH v5 4/5] Include group information to xml syscall files
 2016-06-19 20:37 UTC  (4+ messages)
` [RESEND PATCH v6 "

[PATCH v2] Support structure offsets that are 512K bytes or larger
 2016-06-17 20:41 UTC  (2+ messages)

Missing test cases for jit-reader interface
 2016-06-17 18:56 UTC  (4+ messages)
    ` [pushed] "

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