public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFA 00/23] More miscellaneous C++-ification
 2017-05-03 22:46 UTC  (10+ messages)
` [RFA 08/23] Remove an unlink cleanup
` [RFA 01/23] Introduce and use ui_out_emit_table
` [RFA 11/23] Remove make_cleanup_free_so
` [RFA 10/23] Remove make_cleanup_restore_current_language
` [RFA 03/23] Use gdb_file_up in find_and_open_script
` [RFA 06/23] Change open_terminal_stream to return a gdb_file_up
` [RFA 05/23] Use gdb_file_up in source.c
` [RFA 07/23] Remove make_cleanup_fclose
` [RFA 04/23] Use gdb_file_up in fbsd-nat.c

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

[PATCH v2 0/7] Thread handle to thread info mapping
 2017-05-03 18:32 UTC  (3+ messages)

[PATCH] Introduce "gdb/configure.nat" (and delete "gdb/config/*/*.mh" files)
 2017-05-03 17:28 UTC  (14+ 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)

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

[RFC v3 0/8] Support for Linux kernel debugging
 2017-05-03 16:20 UTC  (17+ messages)
` [RFC v3 1/8] Convert substitute_path_component to C++
` [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-03 16:18 UTC  (3+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] Add current_regcache unit test

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

[pushed] solib-target: Remove local variables
 2017-05-02 18:29 UTC 

[PATCH 3/4] Use std::vector in solib-target lm_info
 2017-05-02 17:50 UTC  (8+ messages)
` [PATCH v3] Use std::vector in lm_info_target

[PATCH 0/4] Remove VEC (CORE_ADDR)
 2017-05-02 17:35 UTC  (2+ messages)

[PATCH v6 0/5] OpenRISC gdb port
 2017-05-02 15:53 UTC  (13+ messages)
` [PATCH v6 1/5] tdesc: handle arbitrary strings in tdesc_register_in_reggroup_p
` [PATCH v6 5/5] Add gdb for or1k build
` [PATCH v6 2/5] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v6 4/5] gdb: testsuite: Add or1k tdesc-regs.exp test support

[PATCH 00/10] Make lm_info class hierarchy
 2017-05-02 14:42 UTC  (28+ messages)
` [PATCH 01/10] Standardize darwin's lm_info
` [PATCH 03/10] Class-ify lm_info_aix
` [PATCH 04/10] Class-ify lm_info_dsbt
` [PATCH 02/10] Make various lm_info implementations inherit from a base class
` [PATCH 06/10] Class-ify lm_info_frv
` [PATCH 05/10] Fix indentation of lm_info_frv
` [PATCH 08/10] Class-ify lm_info_svr4
` [PATCH 10/10] Class-ify lm_info_windows
` [PATCH 07/10] Class-ify lm_info_target
` [PATCH 09/10] Class-ify lm_info_darwin

[PATCH] Fix overload resolution involving rvalue references and cv qualifiers
 2017-05-02 14:33 UTC  (4+ messages)

Daniel Jacobowitz and Mark Kettenis stepping down as Global Maintainers
 2017-05-01 17:02 UTC 

[PATCH] C++ify gdb/common/environ.c
 2017-05-01  2:22 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging
 2017-04-30  5:14 UTC  (13+ messages)
    ` [PATCH] Fix PR 21337 v2: "

[PATCH 0/4] Poison non-POD memset & non-trivially-copyable memcpy/memmove
 2017-04-30  1:51 UTC  (7+ messages)
` [PATCH 1/5] "

[PATCH] Make environ.exp run on all platforms (and create info-program.exp)
 2017-04-29  0:32 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/6] Class-fy regcache in GDB
 2017-04-28 21:44 UTC  (21+ messages)
` [PATCH 2/6] Add constructor and destructor to regcache
` [PATCH 3/6] Class-fy regcache
` [PATCH 5/6] Use copy ctor in regcache_dup
` [PATCH 0/4 v2] Class-fy regcache in GDB
  ` [PATCH 2/4] Simplify regcache_dup
  ` [PATCH 1/4] Class-fy regcache
  ` [PATCH 3/4] Use tag dispatch regcache ctor in regcache_dup
  ` [PATCH 4/4] Remove cleanup in get_return_value

[PATCH 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)
 2017-04-28 16:52 UTC  (15+ messages)
` [PATCH 3/4] Consistently use fprintf_filtered when displaying MIPS registers
` [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers

[RFA 00/10] various frame filter fixes and cleanups
 2017-04-28 15:09 UTC  (20+ messages)
` [RFA 04/10] Remove EXT_LANG_BT_COMPLETED
` [RFA 06/10] Allow C-c to work in backtrace in more cases
` [RFA 03/10] Allow elision of some filtered frames
` [RFA 09/10] Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c
` [RFA 10/10] Call wrap_hint "
` [RFA 05/10] Avoid manual resource management "
` [RFA 07/10] Throw a "quit" on a KeyboardException "
` [RFA 02/10] Change backtrace_command_1 calling to use flags
` [RFA 08/10] Move some code later in backtrace_command_1

[PATCH 1/3] btrace: work directly on begin and end pointers
 2017-04-28 14:44 UTC  (3+ messages)
` [PATCH 2/3] config, btrace: check for pt_insn_event in libipt
` [PATCH 3/3] btrace: support decoder events

Support multiple CUs in a single DWO file
 2017-04-28 14:38 UTC  (2+ messages)

[RFA] Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPE
 2017-04-28 13:47 UTC  (4+ messages)

Reg : gdb crash is seen while attaching a process to gdb
 2017-04-28  8:55 UTC  (5+ messages)
              ` [PATCH] [MIPS] Use lwpid from lwp_info instead of inferior_ptid

New ARI warning Fri Apr 28 01:58:14 UTC 2017
 2017-04-28  1:58 UTC 

[RFA 0/2] Fix PR cli/19551
 2017-04-27 23:53 UTC  (5+ messages)
` [RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages

[RFA 0/5] some cleanup removal for ui_out
 2017-04-27 21:23 UTC  (4+ messages)

[PATCH 5/5] Add missing incref when creating Inferior Python object
 2017-04-27 21:13 UTC  (2+ messages)
` [pushed master+8.0] "

[PATCH v2 0/8] Python bindings for GDB record
 2017-04-27 16:35 UTC  (3+ messages)
` [PATCH v2 2/8] Python: Fix exception handling in py-record-btrace.c

[PATCH v2] RAII-fy make_cleanup_restore_current_thread & friends
 2017-04-27 15:48 UTC  (2+ messages)

[PATCH] Read corrrect auxiliary entry in AIX
 2017-04-27 14:04 UTC  (2+ messages)

[PATCH 2/11] Add IA64_MAX_REGISTER_SIZE
 2017-04-27 10:48 UTC  (9+ messages)

[PATCH v3 0/8] Python bindings for GDB record
 2017-04-26 14:05 UTC  (2+ 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).