public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/2] Use std::hashmap and MI commands classes in mi-cmds.c
 2017-03-17 15:38 UTC  (3+ messages)
` [PATCH] Create MI commands using python

[PATCH] Add "thread-group id" and "id in thread-group" info to -thread-info output
 2017-03-17 15:27 UTC  (7+ messages)

[PATCH] bound_registers.py: Add support for Python 3
 2017-03-17 15:00 UTC  (9+ messages)

[PATCH 01/10] arm-linux-nat.c: Use ptid from regcache instead of inferior_ptid
 2017-03-17 14:45 UTC  (11+ messages)
` [PATCH 08/10] i386-bsd-nat: "
` [PATCH 03/10] bsd-uthread: "
` [PATCH 02/10] arm-nbsd-nat: "
` [PATCH 04/10] corelow: "
` [PATCH 07/10] hppa-obsd-nat: "
` [PATCH 10/10] i386-gnu-nat: "
` [PATCH 09/10] i386-darwin-nat: "
` [PATCH 05/10] hppa-linux-nat: "
` [PATCH 06/10] hppa-nbsd-nat: "

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-03-17 10:27 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 5/6] Share fork_inferior et al with gdbserver
  ` [PATCH v3 6/6] Implement proper "startup-with-shell" support on gdbserver
  ` [PATCH v4 0/5] Implement the ability to start inferiors with a shell "
    ` [PATCH v4 4/5] Share fork_inferior et al with gdbserver
    ` [PATCH v4 5/5] Implement proper "startup-with-shell" support on gdbserver

[PATCH v5 0/4] OpenRISC gdb port
 2017-03-17 10:03 UTC  (9+ messages)
` [PATCH v5 4/4] Add gdb for or1k build
` [PATCH v5 3/4] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH v5 1/4] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v5 2/4] gdb: provide openrisc target description XML files

[PATCH v3 0/5] sim port for OpenRISC
 2017-03-17  5:58 UTC  (6+ messages)
` [PATCH v3 2/5] sim: cgen: add mul-o1flag, mul-o2flag RTL functions to CGEN
` [PATCH v3 1/5] sim: cgen: add rem (remainder) function (needed for OR1K lf.rem.[sd])
` [PATCH v3 3/5] sim: or1k: add or1k target to sim
` [PATCH v3 5/5] sim: testsuite: add testsuite for or1k sim

[PATCH] gdb.base/siginfo-thread.exp: Increase timeout for 'gcore' command
 2017-03-16 19:51 UTC  (9+ messages)

[PATCH] Big-endian targets: Don't ignore offset into DW_OP_stack_value
 2017-03-16 18:52 UTC  (7+ messages)

[patch] Fix warning: Invalid entry in .debug_gdb_scripts section
 2017-03-16 18:02 UTC  (4+ messages)

[OB PATCH] gdb.python/py-lazy-string (pointer): Really add new typedef
 2017-03-16 17:59 UTC 

[OB PATCH] Remove patch collision markers in testsuite/ChangeLog
 2017-03-16 17:56 UTC 

[PATCH 4/4] Fix some aspects of python lazy string handling: scheme
 2017-03-16 17:21 UTC 

[PATCH 2/4] Fix some aspects of python lazy string handling: python
 2017-03-16 17:20 UTC 

[PATCH 2/4] Fix some aspects of python lazy string handling: python
 2017-03-16 16:59 UTC  (2+ messages)

[PATCH 4/4] Fix some aspects of python lazy string handling: scheme
 2017-03-16 16:59 UTC  (2+ messages)

[RFC v3 0/8] Support for Linux kernel debugging
 2017-03-16 16:58 UTC  (9+ messages)
` [RFC v3 1/8] Convert substitute_path_component to C++
` [RFC v3 6/8] Seperate common s390-tdep.* from s390-linux-tdep.*
` [RFC v3 8/8] Add S390 support for linux-kernel target
` [RFC v3 3/8] Add basic Linux kernel support
` [RFC v3 5/8] Add commands for linux-kernel target
` [RFC v3 2/8] Add libiberty/concat styled concat_path function
` [RFC v3 4/8] Add kernel module support for linux-kernel target
` [RFC v3 7/8] Add privileged registers for s390x

[PATCH 3/4] Fix some aspects of python lazy string handling: scheme addition
 2017-03-16 16:43 UTC  (2+ messages)

[PATCH 1/4] Fix some aspects of python lazy string handling: docs
 2017-03-16 16:40 UTC  (3+ messages)

[PATCH 0/3] Fix gdb.reverse/solib-precsave.exp fails in -mthumb
 2017-03-16 16:37 UTC  (2+ messages)

[PATCH v2] inf-ptrace: Do not stop memory transfers after a single word
 2017-03-16 15:21 UTC  (6+ messages)

[PING] [PATCH] D: Fix classification of module.type in lexer
 2017-03-16 14:22 UTC  (2+ messages)

[PATCH, gdb] Fix expect for gdb.cp/m-static.exp
 2017-03-16 14:04 UTC 

[PING][PATCH] gdb.base/siginfo-thread.exp: Increase timeout for 'gcore' command
 2017-03-16  1:59 UTC 

[PATCH 5/5] arc: Add prologue analysis
 2017-03-15 15:59 UTC  (3+ messages)
` [PATCH 5/5 v2] "

[PATCH 4/5] arc: Add disassembler helper
 2017-03-15 15:58 UTC  (3+ messages)
` [PATCH 4/5 v2] "

[PATCH 1/5] arc: Align internal regnums with architectural regnums
 2017-03-15 15:16 UTC  (6+ messages)
` [PATCH 2/5] arc: Set section to ".text" when disassembling

[PATCH 1/1] [RFC] gdb: corelow: make possible to modify (set) registers for a corefile
 2017-03-15  9:02 UTC  (3+ messages)

[PATCH v6 00/11] c++/14441: Rvalue reference support
 2017-03-14 18:39 UTC  (20+ messages)
` [PATCH v6 01/11] Add definitions for rvalue reference types
` [PATCH v6 11/11] Add rvalue reference tests and NEWS entry
` [PATCH v6 03/11] Add ability to return rvalue reference values from value_ref
` [PATCH v6 02/11] Change {lookup,make}_reference_type API
` [PATCH v6 05/11] Implement demangling for rvalue reference type names
` [PATCH v6 08/11] Support rvalue references in the gdb python module (includes doc/)
` [PATCH v6 04/11] Support rvalue reference type in parser
` [PATCH v6 06/11] Implement printing of rvalue reference types and values
` [PATCH v6 07/11] Support DW_TAG_rvalue_reference type
` [PATCH v6 09/11] Convert lvalue reference type check to general reference type check
` [PATCH v6 10/11] Add rvalue references to overloading resolution

[PATCH 0/3] PR gdb/21220: Fix quadratic runtime of memory writes into inferior on GNU/Linux
 2017-03-14 15:23 UTC  (17+ messages)
` [PATCH 1/3] inf-ptrace: Do not stop memory transfers after a single word
` [PATCH 2/3] Test case for dump/restore of large array
` [PATCH 3/3] linux-nat: Exploit /proc/<pid>/mem for writing

[PATCH] PR remote/21188: Fix remote serial timeout
 2017-03-14 14:29 UTC  (6+ messages)

[PATCH obv] Make length_of_subexp static
 2017-03-14 14:28 UTC 

[PATCH] [PR build/21187] Static linking of libstdc++ and libgcc with GDB leads to broken exception handling on AIX platform
 2017-03-14 11:03 UTC  (2+ messages)

[PATCH] libiberty: Initialize d_printing in all cplus_demangle_* functions
 2017-03-14 10:50 UTC  (4+ messages)

[PATCH] [PR tdep/20928] Decode properly flags of %ccr register on sparc64
 2017-03-14  8:37 UTC  (3+ messages)

[PATCH] aarch64 sim, add cnt insn support
 2017-03-14  3:59 UTC  (3+ messages)
` popcount support

[pushed] Restore test-cp-name-parser build
 2017-03-14  0:12 UTC 

[PATCH v1.99 0/6] Make register fetch/store implementations use ptid from regcache
 2017-03-13 22:53 UTC  (9+ messages)
` [PATCH v1.99 3/6] amd64-linux-nat: Use ptid from regcache instead of inferior_ptid
` [PATCH v1.99 6/6] alpha-bsd-nat: "
` [PATCH v1.99 1/6] Introduce regcache_get_ptid
` [PATCH v1.99 2/6] Add asserts in target_fetch/store_registers
` [PATCH v1.99 4/6] aarc64-linux-nat: Use ptid from regcache instead of inferior_ptid
` [PATCH v1.99 5/6] aix-thread: "

[PATCH 0/8] Use pattern rules in gdbserver's Makefile
 2017-03-13 22:46 UTC  (11+ messages)
` [PATCH 3/8] gdbserver: Use pattern rule for objects from common/
` [PATCH 5/8] gdbserver: Use pattern rule for objects from arch/
` [PATCH 1/8] gdbserver: Use pattern rule for regformats source file generation
` [PATCH 2/8] gdbserver: Use pattern rule for objects from target/
` [PATCH 8/8] gdbserver: Use pattern rule for the remaining %-ipa.o objects
` [PATCH 6/8] gdbserver: Use pattern rule for IPA objects from gdbserver/
` [PATCH 7/8] gdbserver: Use pattern rule for IPA objects from common/
` [PATCH 4/8] gdbserver: Use pattern rule for objects from nat/

[PATCH 1/2] testsuite: Introduce dejagnu_version
 2017-03-13 22:03 UTC  (5+ messages)
` [PATCH 2/2] testsuite: Disable backslash_in_multi_line_command_test for old DejaGnus

[PATCH] Add test name argument to get_valueof, get_integer_valueof and get_sizeof
 2017-03-13 19:23 UTC  (2+ messages)

[PATCH] PR gdb/21226: Take DWARF stack value pieces from LSB end
 2017-03-13 12:24 UTC  (9+ messages)

[PATCH] PowerPC: incorrect library search order?
 2017-03-13  3:50 UTC  (2+ messages)

[PATCH] Use containing function when reporting breakpoint location
 2017-03-10 20:59 UTC 

RISC-V GDB Port v3
 2017-03-10 19:38 UTC  (2+ messages)

[PATCH] c++/8218: Destructors w/arguments
 2017-03-10 19:24 UTC  (6+ messages)

[pushed] Fix PR tui/21216: TUI line breaks regression
 2017-03-10 18:55 UTC  (10+ messages)

[PATCH 0/7] Pass ptid to target_ops register methods
 2017-03-10 17:51 UTC  (5+ messages)

[Patch v2 2/2] Enable ILP32 mode in gdb on aarch64
 2017-03-10 16:49 UTC  (2+ messages)

RFC: Add native support for Linux SH
 2017-03-10 10:53 UTC  (8+ messages)

[Patch v4] Add -file-list-shared-libraries MI command
 2017-03-09 19:12 UTC  (3+ messages)
` [Patch v5] "

GDB 8.0 release/branching update (10 more days to branching)
 2017-03-09 18:52 UTC  (2+ messages)

[Patch v2 1/2] Enable ILP32 mode in gdb on aarch64
 2017-03-09 17:33 UTC  (5+ 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).