public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/19] Various DWARF piece fixes
 2017-05-09 17:58 UTC  (18+ 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 v3 00/12] btrace: Turn linked list of function call segments into vector
 2017-05-09 14:29 UTC  (18+ messages)
` [PATCH v3 07/12] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v3 04/12] btrace: Use function segment index in call iterator
` [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 03/12] btrace: Add btinfo to instruction interator
` [PATCH v3 09/12] btrace: Remove struct btrace_thread_info::flow
` [PATCH v3 08/12] btrace: Replace struct btrace_thread_info::up
` [PATCH v3 10/12] btrace: Replace struct btrace_thread_info::segment
` [PATCH v3 11/12] btrace: Remove bfun_s vector
` [PATCH v3 06/12] btrace: Remove constant arguments
` [PATCH v3 12/12] btrace: Store function segments as objects
` [PATCH v3 02/12] btrace: Transfer ownership of pointers

[PATCH v6 0/5] OpenRISC gdb port
 2017-05-09 14:21 UTC  (10+ 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 0/2] Use std::forward_list for current_regcache
 2017-05-09 11:45 UTC  (4+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] Add current_regcache unit test

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

[PATCH] Move initialize_tdesc_mips* calls from mips-linux-nat.c to mips-linux-tdep.c
 2017-05-09 10:07 UTC 

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 

[RFC v3 0/8] Support for Linux kernel debugging
 2017-05-08 13:05 UTC  (22+ messages)
` [RFC v3 1/8] Convert substitute_path_component to C++
` [RFC v3 3/8] Add basic Linux kernel support
` [RFC v3 4/8] Add kernel module support for linux-kernel target

[PATCH v2 00/11] btrace: Turn linked list of function call segments into vector
 2017-05-08 10:23 UTC  (14+ messages)
` [PATCH v2 08/11] btrace: Remove struct btrace_thread_info::flow
` [PATCH v2 06/11] btrace: Remove struct btrace_thread_info::{begin,end}
` [PATCH v2 01/11] btrace: Transfer ownership of pointers
` [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 09/11] btrace: Replace struct btrace_thread_info::segment
` [PATCH v2 05/11] btrace: Remove constant arguments
` [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] 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  (10+ 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 1/4] Move parts of inferior job control to common/
  ` [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  (18+ 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  (15+ messages)
` [PATCH v2 1/7] Add target method for converting thread handle to thread_info struct pointer
` [PATCH v2 5/7] Add thread_db_notice_clone to gdbserver
` [PATCH v2 6/7] Add thread_handle_to_thread_info support for remote targets
` [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 (3/4)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (2/4)
  ` [PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE (4/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)

[PATCH v3 0/8] Python bindings for GDB record
 2017-05-04  7:10 UTC  (3+ messages)

[RFA 00/23] More miscellaneous C++-ification
 2017-05-03 23:52 UTC  (25+ messages)
` [RFA 14/23] Use unique_xmalloc_ptr in jit.c
` [RFA 21/23] Remove a cleanup in Python
` [RFA 08/23] Remove an unlink cleanup
` [RFA 22/23] Make gdb_buildargv return a unique pointer
` [RFA 11/23] Remove make_cleanup_free_so
` [RFA 06/23] Change open_terminal_stream to return a gdb_file_up
` [RFA 18/23] Use a scoped_restore for command_nest_depth
` [RFA 19/23] Replace do_restore_instream_cleanup with scoped_restore
` [RFA 16/23] Remove in_user_command
` [RFA 05/23] Use gdb_file_up in source.c
` [RFA 15/23] Use std::vector to avoid cleanups
` [RFA 07/23] Remove make_cleanup_fclose
` [RFA 13/23] Replace tui_restore_gdbout with scoped_restore
` [RFA 04/23] Use gdb_file_up in fbsd-nat.c
` [RFA 17/23] Use a scoped_restore for user_call_depth
` [RFA 01/23] Introduce and use ui_out_emit_table
` [RFA 10/23] Remove make_cleanup_restore_current_language
` [RFA 03/23] Use gdb_file_up in find_and_open_script
` [RFA 12/23] More uses of scoped_restore
` [RFA 20/23] Avoid some manual memory management in Python
` [RFA 23/23] Use gdb_argv_up "
` [RFA 09/23] Remove close cleanup
` [RFA 02/23] Introduce and use gdb_file_up

[PATCH] Make sure malloc is linked into gdb.cp/oranking.cc
 2017-05-03 19:48 UTC  (4+ messages)

GDB 8.0 branch 2017-05-02 status update
 2017-05-03 17:09 UTC  (3+ messages)

[PATCH] Make breakpoint subclasses inherit from breakpoint, add virtual destructor
 2017-05-03 15:27 UTC  (6+ messages)

[PATCH 0/9] Various DWARF piece fixes
 2017-05-03 13:59 UTC  (5+ messages)
` [PATCH 5/9] Fix issues in write_pieced_value when targeting bit-fields

[PATCH 8/11] Add FRV_MAX_REGISTER_SIZE
 2017-05-03 13:34 UTC  (10+ messages)

[PATCH] gdbarch.sh: Remove commented out TARGET_CHAR_BIT definition
 2017-05-03 13:22 UTC  (3+ messages)

[commit/obvious] Regenerate gdb/{,gdbserver/}configure (for commit be628ab814f1c90e185d7482d27aa8a991ab5837)
 2017-05-03 13:18 UTC 

[PATCH] Only use 32-bit thumb-2 breakpoint instruction if necessary
 2017-05-03 11:55 UTC  (7+ messages)

[PATCH] Remove MAX_REGISTER_SIZE from regcache.c
 2017-05-03 10:42 UTC  (13+ 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).