public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-04-13 18:30 UTC  (23+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior
          ` [obv/commit] Fix build breakage from last commit (window-nat.c:windows_create_inferior)
          ` [PATCH] fork-child.c: Avoid unnecessary heap-allocation / string copying (Re: [PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior)
  ` [PATCH v5 1/5] Move parts of inferior job control to common/
                ` [PATCH] Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h)

[PATCH] Make environ.exp run on all platforms (and create info-program.exp)
 2017-04-13 18:29 UTC  (5+ messages)

[PATCH 0/4] Cleanups for MIPS registers (mostly FreeBSD-specific)
 2017-04-13 16:37 UTC  (9+ messages)
` [PATCH 1/4] Cleanups to FreeBSD/mips native register operations
` [PATCH 3/4] Consistently use fprintf_filtered when displaying MIPS registers
` [PATCH 2/4] Use mips_regnum instead of constants for FreeBSD/mips register operations
` [PATCH 4/4] Don't throw an error in 'info registers' for unavailable MIPS GP registers

[PATCH 0/9] Various DWARF piece fixes
 2017-04-13 16:35 UTC  (11+ messages)
` [PATCH 1/9] Add test for modifiable DWARF locations
` [PATCH 2/9] Fix size capping in write_pieced_value
` [PATCH 4/9] Remove addr_size field from struct piece_closure

[PATCH v2 0/7] Thread handle to thread info mapping
 2017-04-13 16:11 UTC  (3+ messages)
` [PATCH v2 2/7] Add `thread_from_thread_handle' function to (Python) gdb module

[PATCH 0/8] Python bindings for GDB record
 2017-04-13 15:50 UTC  (13+ messages)
` [PATCH 2/8] Python: Fix exception handling in py-record-btrace.c
` [PATCH 5/8] Python: Introduce gdb.RecordGap class
` [PATCH 6/8] Python: Move and rename gdb.BtraceInstruction
` [PATCH 8/8] Python: Introduce gdb.Instruction class
` [PATCH 4/8] Python: Remove ptid from gdb.Record interface
` [PATCH 7/8] Python: Move and rename gdb.BtraceFunction
` [PATCH 1/8] Python: Fix indentation in py-record-btrace.c
` [PATCH 3/8] Python: Use correct ptid in btrace recording

[PATCH 0/8] Fix removing inferiors from within "thread apply" commands
 2017-04-13 15:33 UTC  (22+ messages)
` [PATCH 2/8] Fix follow-fork latent bug
` [PATCH 1/8] watch_command_1: Fix dangling frame access
` [PATCH 3/8] C++fy thread_apply_all_command
` [PATCH 8/8] Fix removing inferiors from within "thread apply" commands
` [PATCH 6/8] Make inferior a class with cdtors, and use new/delete
` [PATCH 7/8] Make inferior::detaching a bool, and introduce scoped_restore::release()
` [PATCH 4/8] Improve coverage of the PR threads/13217 regression test
` [PATCH 5/8] GC inferior.c:init_inferior_list

[RFA v2 00/17] miscellaneous C++-ification
 2017-04-13 13:44 UTC  (36+ messages)
` [RFA v2 12/17] Use std::vector in reread_symbols
` [RFA v2 01/17] Introduce event_location_up
` [RFA v2 02/17] Introduce command_line_up
` [RFA v2 04/17] Introduce gdb_dlhandle_up
` [RFA v2 10/17] C++ify mi_parse
` [RFA v2 09/17] Remove some cleanups from location.c
` [RFA v2 05/17] Change increment_reading_symtab to return a scoped_restore
` [RFA v2 11/17] Use scoped_restore in more places
` [RFA v2 17/17] Change linespec_result::location to be an event_location_up
` [RFA v2 16/17] Add a constructor and destructor to linespec_result
` [RFA v2 07/17] Fix up wchar_iterator comment
` [RFA v2 13/17] Use std::vector in find_instruction_backward
` [RFA v2 08/17] Remove some cleanups from gnu-v3-abi.c
` [RFA v2 06/17] Remove cleanup_iconv
` [RFA v2 03/17] Change find_pcs_for_symtab_line to return a std::vector
` [RFA v2 14/17] Use std::vector in compile-loc2c.c
` [RFA v2 15/17] Change breakpoint event locations to event_location_up

[PATCH v2] Define an error function in the PPC simulator library
 2017-04-13 13:25 UTC  (2+ messages)

[ob/pushed] Missed ChangeLog entries for last commit in March
 2017-04-13  8:43 UTC 

[PATCH 0/4] Poison non-POD memset & non-trivially-copyable memcpy/memmove
 2017-04-13  7:57 UTC  (7+ messages)
` [PATCH 2/5] Don't memcpy non-trivially-copyable types: Make enum_flags triv. copyable
` [PATCH 4/5] Don't memset non-POD types: struct btrace_insn
` [PATCH 1/5] Poison non-POD memset & non-trivially-copyable memcpy/memmove
` [PATCH 3/5] Don't memset non-POD types: struct bp_location
` [PATCH 5/5] Don't memset non-POD types: struct breakpoint

[PATCH 0/9] Unit test to gdbarch methods register_to_value and value_to_register
 2017-04-13  7:26 UTC  (10+ messages)
` [PATCH OBV 2/9] XCNEW gdbarch_tdep in rl78 and rx
` [PATCH 8/9] Restrict i387_convert_register_p
` [PATCH 6/9] Restrict ia64_convert_register_p
` [PATCH 4/9] Use XCNEW gdbarch_tdep
` [PATCH 5/9] Restrict m68k_convert_register_p
` [PATCH 7/9] Restrict alpha_convert_register_p
` [PATCH 9/9] Add unit test to gdbarch methods register_to_value and value_to_register
` [PATCH 1/9] Clear GDB internal state after each unit test
` [PATCH OBV 3/9] Fix a typo in rx_fpsw_type

[PATCH 1/2] Remove dead code and "current" field from MI thread output doc
 2017-04-13  6:02 UTC  (11+ messages)
` [PATCH 2/2] doc: Improve documentation about MI thread output

[RFA 0/2] Fix PR cli/19551
 2017-04-13  4:44 UTC  (3+ messages)
` [RFA 2/2] PR cli/19551 - change formatting of "Reading symbols" messages
` [RFA 1/2] Use a distinguishing name for minidebug objfile

[PATCH] C++ify gdb/common/environ.c
 2017-04-13  4:05 UTC 

[ob/pushed] struct breakpoint: Fix indentation
 2017-04-13  2:15 UTC 

[ob/pushed] breakpoint.c: bp_location (the array) shadows bp_location (the type)
 2017-04-13  1:17 UTC 

[PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging
 2017-04-12 21:42 UTC  (3+ messages)

[PATCH v2] Add "inferior id" and "id in inferior" info to -thread-info output
 2017-04-12 19:28 UTC  (2+ messages)

[PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads
 2017-04-12 18:12 UTC  (3+ messages)

GDB 8.0 release / imminent branching? (2017-04-10)
 2017-04-12 15:38 UTC  (9+ messages)

[PATCH] gdb: Move DJGPP/go32 bits to their own tdep file
 2017-04-12 15:32 UTC  (11+ messages)

[PATCH] Remove support for "set osabi SVR4"?
 2017-04-12 15:31 UTC 

[PATCH obv] Fix build error in aix-thread.c
 2017-04-12 14:47 UTC 

[PATCH 2/11] Add IA64_MAX_REGISTER_SIZE
 2017-04-12 13:41 UTC  (5+ messages)

[ob/pushed] Remove unnecessary set_gdbarch_gnu_triplet_regexp calls
 2017-04-12 13:19 UTC 

[PATCH v2 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types
 2017-04-12 13:10 UTC  (2+ messages)

[PATCH] Add proper single-step support for arm-none-eabi
 2017-04-12 10:43 UTC  (5+ messages)

[PATCH 5/11] Add M32R_MAX_REGISTER_SIZE
 2017-04-12  8:54 UTC  (5+ messages)

[PATCH 11/11] Add SH_MAX_REGISTER_SIZE and SH64_MAX_REGISTER_SIZE
 2017-04-12  8:34 UTC  (3+ messages)

[PATCH 8/11] Add FRV_MAX_REGISTER_SIZE
 2017-04-12  8:27 UTC  (3+ messages)

[PATCH 6/11] Add ALPHA_MAX_REGISTER_SIZE
 2017-04-12  8:25 UTC  (3+ messages)

[PATCH] Fix memory leak in python.c:do_start_initialization
 2017-04-12  8:14 UTC  (9+ messages)
` [PATCH] Fix read after xfree in linux_nat_detach
        ` [PATCH v2] "

[PATCH] Only use 32-bit thumb-2 breakpoint instruction if necessary
 2017-04-11 18:52 UTC 

[PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE
 2017-04-11 15:37 UTC  (2+ messages)

[ob/pushed] gdb/thread.c: Fix whitespace throughout
 2017-04-11 13:34 UTC 

[PATCH 1/11] Add ARM_MAX_REGISTER_SIZE
 2017-04-11 12:53 UTC  (3+ messages)

[RFA 00/14] miscellaneous C++-ificiation
 2017-04-11  1:59 UTC  (22+ messages)
` [RFA 02/14] Introduce command_line_up
` [RFA 01/14] Introduce event_location_up
` [RFA 10/14] C++ify mi_parse
` [RFA 11/14] Use scoped_restore in more places
` [RFA 06/14] Remove cleanup_iconv
` [RFA 04/14] Introduce gdb_dlopen_up
` [RFA 12/14] Use std::vector in reread_symbols
` [RFA 07/14] Fix up wchar_iterator comment

[obv/commit] Fix PR gdb/21364: Dead code due to an unreachable condition in osdata.c
 2017-04-10 16:46 UTC 

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