public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 0/9] Python bindings for btrace recordings
 2017-01-27 14:41 UTC  (5+ messages)
` [PATCH v5 3/9] btrace: Use binary search to find instruction
` [PATCH v5 4/9] Add record_start and record_stop functions
` [PATCH v5 2/9] btrace: Export btrace_decode_error function
` [PATCH v5 1/9] btrace: Count gaps as one instruction explicitly

[PATCH] Removal of uses of MAX_REGISTER_SIZE
 2017-01-27 12:11 UTC  (3+ messages)

[PATCH v3] Fix PTRACE_GETREGSET failure for compat inferiors on arm64
 2017-01-27 11:28 UTC  (5+ messages)

[PATCH 3/3] Calculate max register size
 2017-01-27 10:00 UTC  (5+ messages)

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-01-27  7:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Change method of loading .py files in Python tests
 2017-01-27  4:33 UTC  (4+ messages)

[PATCH,obv] Remove spurious empty newlines from lib/memory.exp
 2017-01-26 20:05 UTC 

[PATCH] Harden tests that deal with memory regions
 2017-01-26 19:54 UTC  (9+ messages)
` [PATCH,v2] "
` [PATCH,v3] "

[PATCH 1/2] Add rdrand/rdseed record/replay tests
 2017-01-26 19:36 UTC  (4+ messages)
` [PATCH 2/2] [BZ 21005] Add support for Intel 64 rdrand and rdseed record/replay

[PATCH 0/2] xtensa: support THREADPTR register
 2017-01-26 19:12 UTC  (2+ messages)

[PATCH 0/3] xtensa: support call0 ABI native linux gdb and gdbserver
 2017-01-26 19:11 UTC  (2+ messages)

[PATCH/RFC] Refactor gdb.reverse/insn-reverse.c
 2017-01-26 16:54 UTC  (9+ messages)

[PATCH v3 0/5] Add support for PKRU register to GDB and GDBServer
 2017-01-26 16:17 UTC  (15+ messages)
` [PATCH v3 3/5] Rename target descriptions to reflect actual content of description
` [PATCH v3 2/5] Change xstate_bv handling to use 8 bytes of data
` [PATCH v3 5/5] Add support for Intel PKRU register to GDB and GDBserver
` [PATCH v3 1/5] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch
` [PATCH v3 4/5] Add target description for avx-avx512
  ` [PING][PATCH v3 0/5] Add support for PKRU register to GDB and GDBServer

[PATCH] Fix crash when loading a core with unexpected register section size
 2017-01-26 15:53 UTC  (11+ messages)
    ` [PATCH v2] "
              ` [pushed][PATCH "

[PATCH 0/8] Handle memory error on disassemble
 2017-01-26 15:00 UTC  (21+ messages)
` [PATCH 0/6 v2] "
  ` [PATCH 4/6] Disassembly unit test: disassemble one instruction
  ` [PATCH 3/6] Call print_insn_mep in mep_gdb_print_insn
  ` [PATCH 5/6] Disassembly unit test: memory error
  ` [PATCH 0/6 v3] Handle memory error on disassembly
    ` [PATCH 2/6] Refactor disassembly code
    ` [PATCH 1/6] New function null_stream
    ` [PATCH 6/6] Don't throw exception in dis_asm_memory_error

[PATCH v2 0/2] thread, btrace: allow "record btrace" for running threads
 2017-01-26 14:54 UTC  (9+ messages)
` [PATCH v2 1/2] thread: add can_access_registers_ptid
` [PATCH v2 2/2] btrace: allow recording to be started for running threads

[PATCH] Patch 2 of 2 for aarch64 ILP32 support in gdb
 2017-01-26 14:14 UTC  (2+ messages)

[RFC 0/7] Support for Linux kernel debugging
 2017-01-26 13:12 UTC  (3+ messages)

[RFC][PATCH] Big-endian hosts: Fix "set architecture cris"
 2017-01-26 12:55 UTC  (2+ messages)

[PATCH] Linux kernel thread runtime support
 2017-01-26 11:38 UTC  (6+ messages)

[PATCH] Bug 20936 - provide sparc and sparcv9 target description XML files
 2017-01-26 11:23 UTC  (17+ messages)

[PATCH] Big-endian targets: don't ignore offset into DW_OP_implicit_value
 2017-01-25 22:12 UTC  (2+ messages)

[PATCH 0/5] Eliminate cleanups & make ui_file a C++ class hierarchy
 2017-01-25 19:47 UTC  (18+ messages)
` [PATCH 5/5] Eliminate make_cleanup_ui_file_delete / make ui_file a "
        ` [PATCH v2 "
                ` [PATCH v3 "

[PATCH] Patch 1 of 2 for aarch64 ILP32 support in gdb
 2017-01-25 19:44 UTC  (4+ messages)

[PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390
 2017-01-25 17:20 UTC  (16+ messages)

[PATCH] Big-endian targets: don't ignore offset into DW_OP_implicit_value
 2017-01-25 16:26 UTC  (6+ messages)
` [PATCH 0/2] Add DW_OP_implicit_value in dwarf assembler
  ` [PATCH 2/2] Use dwarf assembler in gdb.dwarf2/implptr-64bit.exp
  ` [PATCH 1/2] Handle DW_OP_GNU_implicit_pointer in dwarf assembler

[PATCH] amd64: remove additional comparison for validity of a register number
 2017-01-25 15:23 UTC  (6+ messages)
` [PATCH] amd64: simplify addition of new general registers
` [PATCH V3] amd64-linux: expose system register FS_BASE and GS_BASE for Linux

[PATCH v4 0/9] Python bindings for btrace recordings
 2017-01-25  8:51 UTC  (3+ messages)

[PATCH obv] Fix typo in ExitedEvent doc
 2017-01-24 20:30 UTC 

[RFA 0/5] more cleanup removal in Python
 2017-01-24 20:21 UTC  (3+ messages)
` [RFA 3/5] Introduce gdbpy_subclass and use it to simplify some logic

[PATCH, v2] Improve load command's help text
 2017-01-24 16:22 UTC  (3+ messages)

[PATCH 0/5] Improve Python Inferior reference handling + fix a bug
 2017-01-24 16:18 UTC  (10+ messages)
` [PATCH 1/5] Introduce specialized versions of gdbpy_ref
` [PATCH 3/5] Make Python inferior-related internal functions return inferior_object*
` [PATCH 5/5] Add missing incref when creating Inferior Python object
` [PATCH 2/5] Add Python Inferior object debug traces
` [PATCH 4/5] Make Python inferior-related internal functions return a gdbpy_inf_ref

[patch] update zlib to the 1.2.10 release
 2017-01-23 22:57 UTC  (11+ messages)

[PATCH] Minor simplification of (Python) find_thread_object
 2017-01-23 20:32 UTC  (4+ messages)

[PATCH] PR gdb/21070: Build fix for MIPS with musl libc
 2017-01-23 18:45 UTC  (3+ messages)

[PATCH] Change arglist-intro default indentation in GDB .dir-locals.el
 2017-01-23 12:17 UTC  (3+ messages)

[PATCH] aarch64 sim cmtst bug fix
 2017-01-23 12:03 UTC  (2+ messages)

gdb-7.12 branch FROZEN
 2017-01-21 14:09 UTC  (2+ messages)
` gdb-7.12 branch now *UN*frozen

[release/HEAD] Document the GDB 7.12.1 release in gdb/ChangeLog
 2017-01-21 14:07 UTC 

FYI/BRANCH: Patches applied to branch gdb-7.12-branch
 2017-01-21 14:06 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 7.12.1.DATE-git
` [release/branch 1/2] Document the GDB 7.12.1 release in gdb/ChangeLog

[release/branch] Set GDB version number to 7.12.1
 2017-01-21 13:50 UTC 

[PATCH v4 0/3] OpenRISC gdb port
 2017-01-21  3:06 UTC  (4+ messages)
` [PATCH v4 3/3] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH v4 1/3] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v4 2/3] or1k: gdb: Add xml tdesc

[PATCH v2 0/6] sim: Port for OpenRISC
 2017-01-21  3:05 UTC  (6+ messages)
` [PATCH v2 1/6] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])
` [PATCH v2 2/6] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN
` [PATCH v2 3/6] sim: cgen: allow suffix on generated arch.[ch] and cpuall.h
` [PATCH v2 4/6] sim: or1k: add or1k target to sim
` [PATCH v2 6/6] sim: testsuite: add testsuite for or1k sim

[PATCH v2] Fix python-interactive with Python 3.6
 2017-01-21  1:50 UTC  (3+ messages)

[PATCH] Fix Py_DECREF being executed without holding the GIL in fnpy_call
 2017-01-20 23:48 UTC  (3+ messages)
` [PATCH v2] Fix Py_DECREF being executed without holding the GIL

[PATCH] Fix uppercase test names in gdb.python/py-xmethods.exp
 2017-01-20 20:00 UTC  (7+ messages)

[PATCH] Make gdb.python/python.exp more robust
 2017-01-20 19:17 UTC  (3+ messages)

[PATCH] Fix python-interactive with Python 3.6
 2017-01-20 16:51 UTC  (4+ messages)

gdb-7.12.1 update (2017-01-16)
 2017-01-20 16:17 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).