public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/7] Thread handle to thread info mapping
 2017-04-09  6:07 UTC  (7+ messages)
` [PATCH v2 1/7] Add target method for converting thread handle to thread_info struct pointer
` [PATCH v2 3/7] Documentation for gdb.thread_from_thread_handle
` [PATCH v2 4/7] Test case "
` [PATCH v2 2/7] Add `thread_from_thread_handle' function to (Python) gdb module
` [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

[RFA 00/14] miscellaneous C++-ificiation
 2017-04-08 20:23 UTC  (15+ messages)
` [RFA 09/14] Remove some cleanups from location.c
` [RFA 10/14] C++ify mi_parse
` [RFA 01/14] Introduce event_location_up
` [RFA 02/14] Introduce command_line_up
` [RFA 06/14] Remove cleanup_iconv
` [RFA 03/14] Change find_pcs_for_symtab_line to return a std::vector
` [RFA 11/14] Use scoped_restore in more places
` [RFA 08/14] Remove some cleanups from gnu-v3-abi.c
` [RFA 14/14] Use std::vector in compile-loc2c.c
` [RFA 13/14] Use std::vector in find_instruction_backward
` [RFA 12/14] Use std::vector in reread_symbols
` [RFA 04/14] Introduce gdb_dlopen_up
` [RFA 07/14] Fix up wchar_iterator comment
` [RFA 05/14] Change increment_reading_symtab to return a scoped_restore

[PATCH] aarch64 sim add support for fcvtl
 2017-04-08 19:13 UTC 

[PATCH] aarch64 sim fcmXX zero instructions
 2017-04-08 14:27 UTC 

[PATCH v5 0/4] OpenRISC gdb port
 2017-04-08  9:38 UTC  (11+ messages)
` [PATCH v5 4/4] Add gdb for or1k build
` [PATCH v5 3/4] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH v5 1/4] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v5 2/4] gdb: provide openrisc target description XML files

New ARI warning Sat Apr 8 01:58:51 UTC 2017
 2017-04-08  1:58 UTC 

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-04-07 18:30 UTC  (14+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] Move parts of inferior job control to common/
  ` [PATCH v5 3/5] C++-fy and prepare for sharing fork_inferior
  ` [PATCH v5 2/5] Share parts of gdb/gdbthread.h with gdbserver

[PATCH 0/9] Various DWARF piece fixes
 2017-04-07 17:45 UTC  (10+ messages)
` [PATCH 1/9] Add test for modifiable DWARF locations
` [PATCH 2/9] Fix size capping in write_pieced_value
` [PATCH 3/9] PR gdb/21226: Take DWARF stack value pieces from LSB end
` [PATCH 4/9] Remove addr_size field from struct piece_closure
` [PATCH 5/9] Fix issues in write_pieced_value when targeting bit-fields
` [PATCH 7/9] Improve logic for buffer allocation in read/write_pieced_value
` [PATCH 6/9] Fix handling of DWARF register pieces on big-endian targets
` [PATCH 8/9] Respect piece offset for DW_OP_bit_piece
` [PATCH 9/9] Remove unnecessary copies of variables in read/write_pieced_value

[PATCH 7/11] Add BFIN_MAX_REGISTER_SIZE
 2017-04-07 16:22 UTC  (11+ messages)

[PATCH] Add proper single-step support for arm-none-eabi
 2017-04-07 16:02 UTC  (3+ messages)

Oh dear. I regret to inform you that commit 'ELF: Check ELF_COMMON_DEF_P for common symbols' might be unfortunate
 2017-04-07 15:32 UTC  (2+ messages)

GDB 8.0 release/branching 2017-03-20 update
 2017-04-07 15:19 UTC  (15+ messages)

[PATCH v2] Class-ify ptid_t
 2017-04-07 14:35 UTC  (11+ messages)
  ` [pushed] "
  ` [pushed] ptid-selftests: Fix erroneous assert messages

[PATCH 2/2] Delete thread_info is refcount is zero
 2017-04-07 10:29 UTC  (8+ messages)
` [PATCH 0/2] Don't delete thread_info if refcount isn't zero
  ` [PATCH 2/2] "
  ` [PATCH 1/2] Hoist code on marking thread as exited

[PATCH] nds32: Abort instead of returning REG_UNKNOWN
 2017-04-07  8:54 UTC 

[PATCH] msp430: Don't use REG_UNKNOWN
 2017-04-07  8:36 UTC 

Oh dear. I regret to inform you that commit 'Add support for disassembling WebAssembly opcodes.' might be unfortunate
 2017-04-07  8:26 UTC  (2+ messages)

[PATCH, GDB] Fix Windows gdb build failure with python support
 2017-04-06 16:24 UTC  (4+ messages)

[PATCH 1/2] ptid_{lwp,tid}_p: Remove unnecessary checks
 2017-04-06 14:38 UTC  (14+ messages)
` [PATCH 2/2] Class-ify ptid_t

[PATCH 10/11] Add XTENSA_MAX_REGISTER_SIZE
 2017-04-06 12:49 UTC  (3+ messages)

New ARI warning Thu Apr 6 01:58:13 UTC 2017
 2017-04-06  1:58 UTC 

New global maintainer - Simon Marchi
 2017-04-05 19:53 UTC  (4+ messages)

[pushed] -Wwrite-strings: More Solaris
 2017-04-05 18:23 UTC 

[pushed] -Wwrite-strings: Fix Solaris "set procfs-file"
 2017-04-05 18:23 UTC 

[PATCH] Remove MAX_REGISTER_SIZE from regcache.c
 2017-04-05 18:10 UTC  (6+ messages)

[PATCH 00/18] gdb: Enable -Wwrite-strings (aka remove -Wno-write-strings)
 2017-04-05 18:05 UTC  (38+ messages)
` [PATCH 09/18] -Wwrite-strings: MI -info-os
` [PATCH 07/18] -Wwrite-strings: Constify work break character arrays
` [PATCH 16/18] -Wwrite-strings: Some constification in gdb/breakpoint.c
` [PATCH 15/18] -Wwrite-strings: execute_command calls with string literals
` [PATCH 04/18] -Wwrite-strings: Constify shell_escape and plug make_command leak
` [PATCH 03/18] -Wwrite-strings: Don't initialize string command variables to empty string
` [PATCH 06/18] -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info
` [PATCH 02/18] -Wwrite-strings: Constify macroexp.c:init_shared_buffer
` [PATCH 05/18] -Wwrite-strings: Constify warning_pre_print
` [PATCH 08/18] -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter
` [PATCH 14/18] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload
` [PATCH 01/18] -Wwrite-strings: Constify struct disassemble_info's disassembler_options field
` [PATCH 10/18] -Wwrite-strings: gdbserver's 'port' parsing
` [PATCH 11/18] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD
` [PATCH 13/18] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals
` [PATCH 18/18] -Wwrite-strings: Remove -Wno-write-strings
` [PATCH 12/18] -Wwrite-strings: More fix-old-Python-API wrappers
` [PATCH 17/18] -Wwrite-strings: The Rest

[commit/obvious] Fix PR 21352: Command tsave does not support -r argument
 2017-04-05 16:49 UTC  (4+ messages)

[PATCH v2] Define an error function in the PPC simulator library
 2017-04-05 16:34 UTC 

[PATCH 0/5] dwarf2read.c: Some C++fycation
 2017-04-05 15:13 UTC  (11+ messages)
` [PATCH 3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs
` [PATCH 1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr
` [PATCH 4/5] Make sect_offset and cu_offset strong typedefs instead of structs

[PATCH] Remove MAX_REGISTER_SIZE from frame.c
 2017-04-05 13:56 UTC  (9+ messages)
  ` extract_unsigned_integer API (Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c)

[PATCH] Fix racy test in gdb.threads/thread-specific-bp.exp
 2017-04-05 13:49 UTC  (5+ messages)

[PATCH 1/11] Add ARM_MAX_REGISTER_SIZE
 2017-04-05 13:20 UTC  (3+ messages)

New ARI warning Wed Apr 5 01:59:13 UTC 2017
 2017-04-05 12:04 UTC  (2+ messages)

[PATCH 3/11] Add MIPS_MAX_REGISTER_SIZE
 2017-04-05 10:27 UTC  (3+ messages)

[PATCH 2/11] Add IA64_MAX_REGISTER_SIZE
 2017-04-05 10:00 UTC  (2+ messages)

RISC-V GDB Port v3
 2017-04-05  9:30 UTC  (5+ messages)
` [PATCH 1/2] RISC-V GDB Port

[pushed Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings (Re: Oh dear. I regret to inform you that commit 'dwarf2read.c: Make dir_index and file_name_index strong typedefs' might be unfortunate)
 2017-04-05  0:45 UTC 

[PATCH] Remove support for using the bsd-uthread target on FreeBSD
 2017-04-04 21:28 UTC  (3+ messages)

[PATCH] Use ptid from regcache instead of inferior_ptid
 2017-04-04 20:59 UTC  (3+ messages)

[PATCH v2] Remove support for FreeBSD/alpha
 2017-04-04 19:42 UTC  (3+ messages)

[PATCH] Remove support for FreeBSD/alpha
 2017-04-04 19:08 UTC  (4+ messages)

[PATCH v2] PR threads/20743: Don't attempt to suspend or resume exited threads
 2017-04-04 17:33 UTC 

[PATCH] gdbserver: Suffix generated C files with -generated
 2017-04-04 14:52 UTC  (8+ messages)
` [PATCH v2] "
            ` [PATCH pushed] gdbserver: Clear .deps on clean

[PATCH obv] remote.c: Use ptid_t instead of struct ptid
 2017-04-04 14:34 UTC 

[PATCH v6 00/11] c++/14441: Rvalue reference support
 2017-04-04 11:10 UTC  (3+ messages)
` [PATCH v6 11/11] Add rvalue reference tests and NEWS entry

[PATCH] Fix PR18360 - internal error when using "interrupt -a"
 2017-04-04 10:25 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 11/11] Add SH_MAX_REGISTER_SIZE and SH64_MAX_REGISTER_SIZE
 2017-04-04 10:16 UTC 

[PATCH 9/11] Add MN10300_MAX_REGISTER_SIZE
 2017-04-04 10:15 UTC 

[PATCH 8/11] Add FRV_MAX_REGISTER_SIZE
 2017-04-04 10:14 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).