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

GDB 7.99.91 available for testing
 2017-05-24  2:44 UTC  (42+ messages)
` GDB 7.99.91 MinGW compilation error in cli-script.c
` GDB 7.99.91 MinGW compilation warning in tui.c
          ` [PATCH master/8.0] Add alias command to cmd_list_element

MinGW compilation warnings in libiberty's waitpid.c
 2017-05-24  2:26 UTC  (10+ 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)

[PATCH 0/6] Unify the disassembler selection in gdb and objdump
 2017-05-23  9:19 UTC  (9+ messages)
` [PATCH 4/6] Use disassble.c:disassembler select rl78 disassembler
` [PATCH 2/6] Delegate opcodes to select disassembler in GDB
` [PATCH 5/6] Use disassble.c:disassembler select rs6000 disassembler
` [RFC 6/6] Move print_insn_XXX to an opcodes internal header
` [PATCH 3/6] Use disassble.c:disassembler select h8300 disassembler
` [PATCH 1/6] Refactor disassembler selection

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

[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  (23+ messages)
` [RFC 6/7] Lazily and dynamically create i386-linux target descriptions
` [RFC 7/7] Remove builtin tdesc_i386_*_linux
` [RFC 2/7] Add unit test to builtin tdesc generated by xml
` [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  (13+ messages)
` [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p
` [PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support

GDB 8.0 release update (2017-05-19)
 2017-05-19 20:57 UTC  (2+ messages)

[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 3/3] gdb.base/fileio.c: Fix several -Wmaybe-uninitialized warnings
      ` [PATCH 2/3] gdb.base/fileio.c: Fix several -Wreturn-type warnings
      ` [PATCH 1/3] gdb.base/fileio.exp: Remove nowarnings

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

[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  (13+ messages)
` [PATCH v6 08/12] btrace: Replace struct btrace_function::up
` [PATCH v6 04/12] btrace: Use function segment index in call iterator
` [PATCH v6 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v6 09/12] btrace: Remove struct btrace_function::flow
` [PATCH v6 12/12] btrace: Store function segments as objects
` [PATCH v6 02/12] btrace: Transfer ownership of pointers
` [PATCH v6 01/12] btrace: Use std::vector in struct btrace_thread_information
` [PATCH v6 11/12] btrace: Remove bfun_s vector
` [PATCH v6 06/12] btrace: Remove constant arguments
` [PATCH v6 03/12] btrace: Add btinfo to instruction interator
` [PATCH v6 10/12] btrace: Replace struct btrace_function::segment
` [PATCH v6 05/12] btrace: Use function segment index in insn iterator

[PATCH v4 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-17  7:56 UTC  (4+ messages)
` [PATCH v4 04/12] btrace: Use function segment index in call iterator

[PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging
 2017-05-16 23:11 UTC  (15+ messages)
    ` [PATCH] Fix PR 21337 v2: "
                          ` [PATCH] Fix PR 21337 (v3): "

[PATCH v2 00/19] Various DWARF piece fixes
 2017-05-16 21:12 UTC  (26+ messages)
` [PATCH v2 03/19] PR gdb/21226: Take DWARF stack value pieces from LSB end
` [PATCH v2 07/19] write_pieced_value: Fix copy/paste error in size calculation
` [PATCH v2 06/19] read/write_pieced_value: Respect value parent's offset
` [PATCH v2 08/19] write_pieced_value: Include transfer size in byte-wise check
` [PATCH v2 10/19] write_pieced_value: Transfer least significant bits into bit-field
` [PATCH v2 09/19] write_pieced_value: Fix buffer offset for memory pieces
` [PATCH v2 11/19] Add DWARF piece test cases for bit-field access
` [PATCH v2 12/19] read/write_pieced_value: Drop 'buffer_size' variable
` [PATCH v2 15/19] Respect piece offset for DW_OP_bit_piece
` [PATCH v2 18/19] write_pieced_value: Notify memory_changed observers

[FYI 0/3] Fix exponential behavior in rust_evaluate_subexp
 2017-05-16 15:00 UTC  (2+ messages)

[PATCH] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
 2017-05-16 14:01 UTC  (6+ 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).