public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] Add ELF auxiliary vector handling for FreeBSD
 2016-06-20 23:45 UTC  (15+ messages)
` [PATCH 2/6] Add elfcore_grok_freebsd_note to parse FreeBSD ELF core notes
` [PATCH 1/6] Add constants for FreeBSD-specific auxiliary vector entry types
` [PATCH 3/6] Fetch the ELF auxiliary vector from live processes on FreeBSD
` [PATCH 6/6] Add a gdbarch 'print_auxv' method for FreeBSD ABIs
` [PATCH 4/6] Create a psuedo section for the ELF AUXV core dump note on FreeBSD
` [PATCH 5/6] Add a new gdbarch method to print a single AUXV entry

[PATCH] Add support for catching system calls to native FreeBSD targets
 2016-06-20 22:56 UTC  (3+ messages)

[PATCH] Optimize memory_xfer_partial for remote
 2016-06-20 19:25 UTC  (3+ messages)
` [PING] "

[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 08/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
  ` [PATCH v5 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests

[PATCH 00/12 V2] Use reinsert breakpoint for vCont;s
 2016-06-20 18:09 UTC  (40+ messages)
` [PATCH 11/12] Use reinsert_breakpoint "
` [PATCH 12/12] Support vCont s and S actions with software single step
` [PATCH 07/12] Create sub classes of 'struct breakpoint'
` [PATCH 01/12] Switch to current thread in finish_step_over
` [PATCH 03/12] Step over exit with reinsert breakpoints
` [PATCH 04/12] Delete reinsert breakpoints from forked child
` [PATCH 08/12] Refactor clone_all_breakpoints
` [PATCH 09/12] Make reinsert_breakpoint thread specific
` [PATCH 10/12] Switch current_thread to lwp's thread in install_software_single_step_breakpoints
` [PATCH 05/12] Handle reinsert breakpoints for vforked child
` [PATCH 06/12] Pass breakpoint type in set_breakpoint_at
` [PATCH 02/12] More assert checks on reinsert breakpoint

[RFA] PR gdb/16483 - simplify "info frame-filters" output
 2016-06-20 16:31 UTC 

[RFA] PR python/18565 - make Frame.function work for inline frames
 2016-06-20 16:11 UTC 

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

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

[PATCH] python: accept address and explicit locations in gdb.decode_line
 2016-06-20 14:33 UTC 

[PATCH V1] Fix of default lookup for "this" symbol
 2016-06-20 14:17 UTC 

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

[PING] RE: [PATCH v2] Support structure offsets that are 512K bytes or larger
 2016-06-20 13:18 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  (3+ messages)

[PATCH v3 00/34] Towards great frontend GDB consoles
 2016-06-17 20:02 UTC  (6+ messages)
` [PATCH v3 30/34] [DOC] Document support for running interpreters on separate UI channels

[RFA 0/3] unwinder registration and the frame cache
 2016-06-17 19:11 UTC  (7+ messages)
` [RFA 2/3] Make gdbpy_parameter static
` [RFA 3/3] PR python/19293 - invalidate frame cache when unwinders change
` [RFA 1/3] Clear frame cache when loading or unloading a JIT unwinder

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

[PATCH 0/3] Fortran: Resolve target types of pointers
 2016-06-17 15:16 UTC  (6+ messages)
` [PATCH 3/3] Fortran: Handle cyclic pointers
` [PATCH 1/3] Fortran: Handle associated property of pointer types
` [PING][PATCH 0/3] Fortran: Resolve target types of pointers

[PATCH v4 0/3] Fix failure to detach if process exits while detaching on Linux
 2016-06-17 15:07 UTC  (8+ messages)
` [PATCH v4 1/3] Factor out "Detaching from program" message printing
` [PATCH v4 3/3] Fix failure to detach if process exits while detaching on Linux
` [PATCH v4 2/3] Forget watchpoint locations when inferior exits or is killed/detached

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

[PATCH 0/4] Tweak catch syscall for remote
 2016-06-17 10:16 UTC  (5+ messages)
` [PATCH 1/4] Probe catch syscall support
` [PATCH 2/4] Remove parameter sysret from linux_target_ops.get_syscall_trapinfo
` [PATCH 3/4] Implement get_syscall_trapinfo for aarch64-linux
` [PATCH 4/4] Implement get_syscall_trapinfo for arm-linux

[PATCH v2] AndesTech NDS32 port
 2016-06-17  8:08 UTC  (12+ messages)

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

[PATCH] symtab.c -- Fix off by one allocation bug
 2016-06-16 16:26 UTC  (3+ messages)

[PATCH] Fix implicit conversion warning produced by clang
 2016-06-15  8:52 UTC  (4+ messages)

[PATCH 0/8] Fix various warnings from clang 3.8.0
 2016-06-15  8:44 UTC  (17+ messages)
` [PATCH 2/8] Change the size field of MSP430_Opcode_Decoded to a plain integer
` [PATCH 1/8] Use correct enum type for do_elf_stt_common
` [PATCH 8/8] Use unsigned integer constant with left shifts
` [PATCH 7/8] Remove unneeded checks on type lengths
` [PATCH 5/8] Detect a frameless frame by comparing the FP register to -1
` [PATCH 3/8] Initialize 'ra' to zero to avoid uninitialized use
` [PATCH 4/8] Remove check for negative size
` [PATCH 6/8] Pass a NULL pointer as the last argument to find_pc_partial_function

[PATCH] [AArch64] Use int64_t for address offset
 2016-06-15  8:38 UTC 

[PATCH 2/2] Involve gdbarch in taking DWARF register pieces
 2016-06-14 17:03 UTC  (9+ messages)
            ` [PING][PATCH "

[PATCH V5 2/2] Add mpx-bnd-init-on-return set/show command for inferior calls
 2016-06-13 15:18 UTC  (5+ messages)

[PATCH] gdb: Use UNSUPPORTED not FAIL for unsupported target features
 2016-06-13 14:29 UTC  (5+ messages)
      ` [PUSHED] "

[PATCH] aarch64 sim big-endian support
 2016-06-13 12:38 UTC  (4+ messages)

Infinity full-system preview
 2016-06-13 11:17 UTC 

RFA: Fix assertion on replace_types()
 2016-06-13 10:21 UTC  (2+ messages)

[PATCH] Skip gdb.base/func-ptrs.exp in thumb mode
 2016-06-13 10:12 UTC 

[PATCH] Fortran: Testsuite, non-local references in nested functions
 2016-06-10  9:57 UTC  (3+ messages)
  ` [PUSHED][PATCH] "

[RFA] Fix rust-exp handling in makefile
 2016-06-10  8:27 UTC  (2+ messages)

[RFA] Constify arch_type and friends
 2016-06-10  8:24 UTC  (2+ messages)

[PATCH v5] Add negative repeat count to 'x' command
 2016-06-10  6:02 UTC  (3+ messages)

[pushed][commit/obv] Add myself as a write-after-approval GDB maintainer
 2016-06-10  5:21 UTC 

[RFA] PR python/19819 - remove unused globals from py-xmethods.c
 2016-06-09 18:09 UTC  (2+ messages)

[RFA] PR gdb/17210 - fix possible memory leak in read_memory_robust
 2016-06-09 16:34 UTC 

[PATCH] btrace: continue recording after connection loss
 2016-06-09  9:32 UTC 

[RFA 0/6] Add -Wunused-but-set-parameter and -Wunused-but-set-variable
 2016-06-08  4:26 UTC  (8+ messages)
` [RFA 6/6] Add -Wunused-but-set-* to build

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