public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/19] Various DWARF piece fixes
 2017-05-11 21:26 UTC  (22+ 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 09/19] write_pieced_value: Fix buffer offset for memory pieces
` [PATCH v2 10/19] write_pieced_value: Transfer least significant bits into bit-field
` [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 17/19] Fix bit-/byte-offset mismatch in parameter to read_value_memory
` [PATCH v2 16/19] read/write_pieced_value: Remove unnecessary variable copies
` [PATCH v2 18/19] write_pieced_value: Notify memory_changed observers
` [PATCH v2 19/19] read/write_pieced_value: Merge into one function

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

[RFC 0/7] Make GDB builtin target descriptions more flexible
 2017-05-11 21:03 UTC  (12+ messages)
` [RFC 2/7] Add unit test to builtin tdesc generated by xml
` [RFC 7/7] Remove builtin tdesc_i386_*_linux
` [RFC 1/7] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
` [RFC 5/7] Centralize i386 linux target descriptions
` [RFC 6/7] Lazily and dynamically create i386-linux "
` [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 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 02/12] btrace: Transfer ownership of pointers
` [PATCH v4 05/12] btrace: Use function segment index in insn iterator
` [PATCH v4 12/12] btrace: Store function segments as objects
` [PATCH v4 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v4 03/12] btrace: Add btinfo to instruction interator
` [PATCH v4 10/12] btrace: Replace struct btrace_function::segment
` [PATCH v4 08/12] btrace: Replace struct btrace_function::up
` [PATCH v4 06/12] btrace: Remove constant arguments
` [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] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging
 2017-05-10 23:26 UTC  (13+ messages)
    ` [PATCH] Fix PR 21337 v2: "

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

[PATCH v3 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-10 14:16 UTC  (36+ messages)
` [PATCH v3 11/12] btrace: Remove bfun_s vector
` [PATCH v3 12/12] btrace: Store function segments as objects
` [PATCH v3 02/12] btrace: Transfer ownership of pointers
` [PATCH v3 06/12] btrace: Remove constant arguments
` [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 04/12] btrace: Use function segment index in call iterator
` [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 07/12] btrace: Remove struct btrace_thread_info::{begin,end}

[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 3/9] Restrict m68k_convert_register_p
` [PATCH 6/9] Restrict i387_convert_register_p
` [PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register
` [PATCH 4/9] Restrict ia64_convert_register_p
` [PATCH 5/9] Restrict alpha_convert_register_p
` [PATCH 8/9] Move current_regcache to regcache::current_regcache
` [PATCH 1/9] Clear GDB internal state after each unit test
` [PATCH 2/9] Use XCNEW gdbarch_tdep
` [PATCH 7/9] Get register contents by register_size instead of TYPE_LENGTH

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

[PATCH v6 0/5] OpenRISC gdb port
 2017-05-09 14:21 UTC  (10+ 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

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

GDB 7.99.91 available for testing
 2017-05-09 10:17 UTC  (5+ 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 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 04/11] btrace: Use function segment index in insn iterator
` [PATCH v2 03/11] btrace: Use function segment index in call iterator
` [PATCH v2 10/11] btrace: Remove bfun_s vector
` [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 01/11] btrace: Transfer ownership of pointers
` [PATCH v2 09/11] btrace: Replace struct btrace_thread_info::segment
` [PATCH v2 05/11] btrace: Remove constant arguments
` [PATCH v2 11/11] btrace: Store function segments as objects
` [PATCH v2 02/11] btrace: Add btinfo to instruction interator
` [PATCH v2 07/11] btrace: Replace struct btrace_thread_info::up

[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 3/4] Share fork_inferior et al with gdbserver
  ` [PATCH v6 2/4] Share parts of gdb/gdbthread.h "
  ` [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  (16+ messages)
` [PATCH v2 0/2] Introduce gdb/configure.nat
  ` [PATCH v2 2/2] Rearrange gdb/configure.nat to make it simpler and less redundant
  ` [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  (14+ messages)
` [PATCH v2 1/7] Add target method for converting thread handle to thread_info struct pointer
` [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 v2 4/7] Test case for gdb.thread_from_thread_handle
` [PATCH v2 3/7] Documentation "
` [PATCH v2 2/7] Add `thread_from_thread_handle' function to (Python) gdb module

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

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

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

[PUSHED, OBV] btrace: Fix memory leak in btrace_clear
 2017-05-05  6:25 UTC 

[pushed/ob master+8.0] Fix gdb.python/py-record-btrace-threads.exp with Python 3
 2017-05-05  6:02 UTC  (2+ messages)

Oh dear. I regret to inform you that commit 'RAII-fy make_cleanup_restore_current_thread & friends' might be unfortunate
 2017-05-05  0:10 UTC  (7+ messages)
      ` [pushed] gdb: Disable -Werror for -Wmaybe-uninitialized (Re: Oh dear. I regret to inform you that commit 'RAII-fy make_cleanup_restore_current_thread & friends' might be unfortunate)

gdb-8.0 branch FROZEN
 2017-05-04 19:39 UTC  (2+ messages)
` gdb-8.0 branch now OPEN again

FYI/BRANCH: Patches applied to branch gdb-8.0-branch
 2017-05-04 19:38 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 7.99.91.DATE-git
` [release/branch 1/2] Document the GDB 7.99.91 release in gdb/ChangeLog

[release/branch] Set GDB version number to 7.99.91
 2017-05-04 19:18 UTC 

[commit/8.0-branch] gdb/NEWS: rewrite "since GDB 7.12" into "in GDB 8.0"
 2017-05-04 19:17 UTC 

[PATCH] C++ify gdb/common/environ.c
 2017-05-04 15:30 UTC  (5+ messages)
` [PATCH v3] "

[pushed/ob] make_cleanup_restore_current_thread: Look up thread earlier
 2017-05-04 14:18 UTC 

[PATCH obv] Remove some superfluous code in corelow.c
 2017-05-04 14:17 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).