public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE
 2017-05-26 16:18 UTC  (25+ messages)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (2/4)

GDB 7.99.91 available for testing
 2017-05-26 14:45 UTC  (47+ messages)
` GDB 7.99.91 MinGW compilation error in cli-script.c
` GDB 7.99.91 MinGW compilation warning in tui.c

MinGW compilation warnings in libiberty's waitpid.c
 2017-05-26  8:08 UTC  (13+ messages)

[PATCH] Fix usage of to_string() for pretty-printers with children
 2017-05-25 18:13 UTC  (6+ messages)

[PATCH][PR python/21460] Avoid segfault during Python cleanup
 2017-05-25 16:26 UTC 

[PATCH] Introduce "set debug separate-debug-file"
 2017-05-25 15:27 UTC  (6+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH master/8.0] Fix NEWS formatting in GDB 8.0 section
 2017-05-25 15:25 UTC  (2+ messages)

[PATCH 0/9 v2] Unit test to gdbarch methods register_to_value and value_to_register
 2017-05-24 21:19 UTC  (2+ messages)

GDB 8.0 release update (2017-05-19)
 2017-05-24 18:06 UTC  (4+ messages)

[PATCH 0/6] Unify the disassembler selection in gdb and objdump
 2017-05-24 16:26 UTC  (4+ messages)

[PATCH 1/3] btrace: work directly on begin and end pointers
 2017-05-23 21:56 UTC  (4+ messages)
` [PATCH 3/3] btrace: support decoder events

[PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)
 2017-05-23 14:40 UTC  (14+ messages)
` [PATCH v2 0/2] Introduce gdb/configure.nat
  ` [PATCH v2 1/2] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)
` [PATCH v3 0/2] Introduce gdb/configure.nat
  ` [PATCH v3 1/2] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

[RFC 0/5] xtensa: support dynamic configuration
 2017-05-22 21:13 UTC  (6+ messages)
` [RFC 3/5] xtensa: support dynconfig on windows
` [RFC 2/5] xtensa: make configuration dynamic
` [RFC 1/5] xtensa: don't expect XCHAL_* macros to be constant
` [RFC 5/5] gdb: xtensa: make tdep and linux-nat dynamically configurable
` [RFC 4/5] xtensa: make xtensa_modules dynamic

[PATCH] gdb: Document vMustReplyEmpty remote packet
 2017-05-22 19:34 UTC  (4+ messages)

[PATCH] Fission support for multiple CUs per DWO file
 2017-05-22 18:01 UTC 

MinGW compilation warnings in libiberty's include/environ.h
 2017-05-22 17:45 UTC  (9+ messages)

MinGW compilation warnings in libiberty's xstrndup.c
 2017-05-22 16:19 UTC  (10+ messages)

[PATCH] John Baldwin nominated FreeBSD Maintainer
 2017-05-22 11:57 UTC 

[RFC v3 0/8] Support for Linux kernel debugging
 2017-05-22 10:18 UTC  (12+ messages)
` [RFC v3 3/8] Add basic Linux kernel support

[RFC 0/7] Make GDB builtin target descriptions more flexible
 2017-05-22  8:51 UTC  (22+ messages)
` [RFC 7/7] Remove builtin tdesc_i386_*_linux
` [RFC 2/7] Add unit test to builtin tdesc generated by xml
` [RFC 6/7] Lazily and dynamically create i386-linux target descriptions
` [RFC 4/7] Share code in initialize_tdesc_ functions

[PATCH 4/11] Add PPC_MAX_REGISTER_SIZE
 2017-05-22  8:12 UTC  (4+ messages)

[FYI] Print Rust unsized array types a bit more nicely
 2017-05-21 23:02 UTC 

[RFA] Use watchpoint's language when re-parsing expression
 2017-05-20  8:24 UTC  (7+ messages)

[PATCH v6 0/5] OpenRISC gdb port
 2017-05-20  6:42 UTC  (6+ messages)
` [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH v2] Define an error function in the PPC simulator library
 2017-05-19 16:28 UTC  (4+ messages)
    ` [PING] "

[PATCH v2 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)
 2017-05-19 16:28 UTC  (2+ messages)

Fix tui compilation with Solaris libcurses (PR tui/21482)
 2017-05-19 13:43 UTC  (9+ messages)

[PATCH] gdb passes and returns incorrect values when dealing with small array on Sparc
 2017-05-19 10:19 UTC  (4+ messages)

[FYI] Fix test failure with Rust 1.18 and 1.19
 2017-05-18 23:45 UTC 

[PATCH, GDB/ARM] Expect prompt after no FPU warning
 2017-05-18 15:46 UTC  (7+ messages)
    ` [PATCH, GDB] "

[PATCH OBV] Add nowarnings in gdb.base/fileio.exp
 2017-05-18 11:51 UTC  (9+ messages)
      ` [PATCH 1/3] gdb.base/fileio.exp: Remove nowarnings
      ` [PATCH 3/3] gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings
      ` [PATCH 2/3] gdb.base/fileio.c: Fix several -Wreturn-type warnings

Support multiple CUs in a single DWO file
 2017-05-17 19:16 UTC  (2+ messages)

GDB 7.99.91 available for testing
 2017-05-17 13:36 UTC  (4+ messages)
` [PATCH master/8.0] Add alias command to cmd_list_element

[PATCH 0/4] Poison non-POD memset & non-trivially-copyable memcpy/memmove
 2017-05-17 13:20 UTC  (9+ messages)
` [PATCH 1/5] "

[PATCH v6 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-17  7:57 UTC  (8+ messages)
` [PATCH v6 11/12] btrace: Remove bfun_s vector
` [PATCH v6 08/12] btrace: Replace struct btrace_function::up
` [PATCH v6 04/12] btrace: Use function segment index in call iterator
` [PATCH v6 09/12] btrace: Remove struct btrace_function::flow
` [PATCH v6 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v6 12/12] btrace: Store function segments as objects
` [PATCH v6 10/12] btrace: Replace struct btrace_function::segment

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