public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/19] Various DWARF piece fixes
 2017-05-16 13:50 UTC  (34+ messages)
` [PATCH v2 01/19] Add test for modifiable DWARF locations
` [PATCH v2 02/19] write_pieced_value: Fix size capping logic
` [PATCH v2 03/19] PR gdb/21226: Take DWARF stack value pieces from LSB end
` [PATCH v2 04/19] Remove addr_size field from struct piece_closure
` [PATCH v2 05/19] gdb/testsuite: Add "get_endianness" convenience proc
` [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 13/19] Fix handling of DWARF register pieces on big-endian targets
` [PATCH v2 14/19] read/write_pieced_value: Improve logic for buffer allocation
` [PATCH v2 15/19] Respect piece offset for DW_OP_bit_piece
` [PATCH v2 16/19] read/write_pieced_value: Remove unnecessary variable copies
` [PATCH v2 17/19] Fix bit-/byte-offset mismatch in parameter to read_value_memory
` [PATCH v2 18/19] write_pieced_value: Notify memory_changed observers
` [PATCH v2 19/19] read/write_pieced_value: Merge into one function

[PATCH] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
 2017-05-16 13:44 UTC  (5+ messages)

[RFC 0/7] Make GDB builtin target descriptions more flexible
 2017-05-16 12:02 UTC  (15+ messages)
` [RFC 6/7] Lazily and dynamically create i386-linux target descriptions
` [RFC 5/7] Centralize i386 linux "
` [RFC 1/7] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
` [RFC 7/7] Remove builtin tdesc_i386_*_linux
` [RFC 2/7] Add unit test to builtin tdesc generated by xml
` [RFC 3/7] Adjust the order of 32bit-linux.xml and 32bit-sse.xml in i386/i386-linux.xml
` [RFC 4/7] Share code in initialize_tdesc_ functions

[PATCH v6 0/5] OpenRISC gdb port
 2017-05-16 11:20 UTC  (12+ messages)
` [PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p

[PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE
 2017-05-16 11:16 UTC  (11+ messages)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (1/4)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (3/4)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (2/4)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (4/4)

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

GDB 7.99.91 available for testing
 2017-05-15 21:11 UTC  (9+ messages)
` GDB 7.99.91 MinGW compilation error in cli-script.c
` GDB 7.99.91 MinGW compilation warning in tui.c

[PATCH] gdb: Document vMustReplyEmpty remote packet
 2017-05-15 19:13 UTC  (2+ messages)

[PATCH] Fission support for multiple CUs per DWO file
 2017-05-14 16:20 UTC 

Support multiple CUs in a single DWO file
 2017-05-12 22:42 UTC  (3+ messages)

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

[FYI 0/3] Fix exponential behavior in rust_evaluate_subexp
 2017-05-12 15:03 UTC  (4+ messages)
` [FYI 1/3] Replace "return" with "break"
` [FYI 2/3] Fix rust_dump_subexp_body
` [FYI 3/3] Avoid exponential behavior in rust_evaluate_subexp

Fix gdb 8.0 compilation on Solaris
 2017-05-11 21:16 UTC  (2+ messages)

[PATCH v5 12/12] btrace: Store function segments as objects
 2017-05-11 15:15 UTC  (2+ messages)

[PATCH 4/11] Add PPC_MAX_REGISTER_SIZE
 2017-05-11 13:11 UTC  (3+ messages)

[PATCH v4 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-11 10:02 UTC  (17+ messages)
` [PATCH v4 04/12] btrace: Use function segment index in call iterator
` [PATCH v4 09/12] btrace: Remove struct btrace_function::flow
` [PATCH v4 01/12] btrace: Use std::vector in struct btrace_thread_information
` [PATCH v4 11/12] btrace: Remove bfun_s vector
` [PATCH v4 05/12] btrace: Use function segment index in insn iterator
` [PATCH v4 12/12] btrace: Store function segments as objects
` [PATCH v4 02/12] btrace: Transfer ownership of pointers
` [PATCH v4 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v4 10/12] btrace: Replace struct btrace_function::segment
` [PATCH v4 03/12] btrace: Add btinfo to instruction interator
` [PATCH v4 08/12] btrace: Replace struct btrace_function::up
` [PATCH v4 06/12] btrace: Remove constant arguments

[PATCH v3 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-10 14:16 UTC  (36+ messages)
` [PATCH v3 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v3 03/12] btrace: Add btinfo to instruction interator
` [PATCH v3 05/12] btrace: Use function segment index in insn iterator
` [PATCH v3 01/12] btrace: Use std::vector in struct btrace_thread_information
` [PATCH v3 04/12] btrace: Use function segment index in call iterator
` [PATCH v3 08/12] btrace: Replace struct btrace_thread_info::up
` [PATCH v3 10/12] btrace: Replace struct btrace_thread_info::segment
` [PATCH v3 09/12] btrace: Remove struct btrace_thread_info::flow
` [PATCH v3 02/12] btrace: Transfer ownership of pointers
` [PATCH v3 12/12] btrace: Store function segments as objects
` [PATCH v3 06/12] btrace: Remove constant arguments
` [PATCH v3 11/12] btrace: Remove bfun_s vector

[PATCH 0/9 v2] Unit test to gdbarch methods register_to_value and value_to_register
 2017-05-10 13:10 UTC  (10+ messages)
` [PATCH 8/9] Move current_regcache to regcache::current_regcache
` [PATCH 5/9] Restrict alpha_convert_register_p
` [PATCH 4/9] Restrict ia64_convert_register_p
` [PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register
` [PATCH 6/9] Restrict i387_convert_register_p
` [PATCH 3/9] Restrict m68k_convert_register_p
` [PATCH 7/9] Get register contents by register_size instead of TYPE_LENGTH
` [PATCH 2/9] Use XCNEW gdbarch_tdep
` [PATCH 1/9] Clear GDB internal state after each unit test

[RFC v3 0/8] Support for Linux kernel debugging
 2017-05-10  9:36 UTC  (14+ messages)
` [RFC v3 4/8] Add kernel module support for linux-kernel target
` [RFC v3 3/8] Add basic Linux kernel support

[PATCH 0/2] Use std::forward_list for current_regcache
 2017-05-09 11:45 UTC  (2+ messages)

MinGW compilation warnings in libiberty's xstrndup.c
 2017-05-08 15:30 UTC 

MinGW compilation warnings in libiberty's waitpid.c
 2017-05-08 15:27 UTC 

MinGW compilation warnings in libiberty's include/environ.h
 2017-05-08 15:25 UTC 

[PATCH v2 00/11] btrace: Turn linked list of function call segments into vector
 2017-05-08 10:23 UTC  (14+ messages)
` [PATCH v2 05/11] btrace: Remove constant arguments
` [PATCH v2 09/11] btrace: Replace struct btrace_thread_info::segment
` [PATCH v2 07/11] btrace: Replace struct btrace_thread_info::up
` [PATCH v2 02/11] btrace: Add btinfo to instruction interator
` [PATCH v2 11/11] btrace: Store function segments as objects
` [PATCH v2 01/11] btrace: Transfer ownership of pointers
` [PATCH v2 06/11] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v2 08/11] btrace: Remove struct btrace_thread_info::flow
` [PATCH v2 10/11] btrace: Remove bfun_s vector
` [PATCH v2 03/11] btrace: Use function segment index in call iterator
` [PATCH v2 04/11] btrace: Use function segment index in insn iterator

[PATCH v2] RAII-fy make_cleanup_restore_current_thread & friends
 2017-05-08  2:07 UTC  (4+ messages)

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-05-06 14:15 UTC  (9+ messages)
` [PATCH v6 0/4] "
  ` [PATCH v6 2/4] Share parts of gdb/gdbthread.h with gdbserver
  ` [PATCH v6 3/4] Share fork_inferior et al "
  ` [PATCH v6 4/4] Implement proper "startup-with-shell" support on gdbserver

[PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)
 2017-05-06 14:13 UTC  (13+ 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 2/2] Rearrange gdb/configure.nat to make it simpler and less redundant
  ` [PATCH v3 1/2] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)

[PATCH v2 0/7] Thread handle to thread info mapping
 2017-05-06  2:28 UTC  (5+ messages)
` [PATCH v2 6/7] Add thread_handle_to_thread_info support for remote targets
` [PATCH v2 5/7] Add thread_db_notice_clone to gdbserver

[PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE
 2017-05-05 21:39 UTC  (3+ messages)
` [PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE (1)

[PATCH 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)
 2017-05-05 20:08 UTC  (5+ messages)
` [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers

[PATCH v2] Define an error function in the PPC simulator library
 2017-05-05 19:51 UTC  (4+ 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).