public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[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 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 16/18] -Wwrite-strings: Some constification in gdb/breakpoint.c
` [PATCH 15/18] -Wwrite-strings: execute_command calls with string literals
` [PATCH 07/18] -Wwrite-strings: Constify work break character arrays
` [PATCH 09/18] -Wwrite-strings: MI -info-os
` [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 05/18] -Wwrite-strings: Constify warning_pre_print
` [PATCH 02/18] -Wwrite-strings: Constify macroexp.c:init_shared_buffer
` [PATCH 10/18] -Wwrite-strings: gdbserver's 'port' parsing
` [PATCH 13/18] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals
` [PATCH 11/18] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD
` [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 7/11] Add BFIN_MAX_REGISTER_SIZE
 2017-04-05 15:51 UTC  (8+ messages)

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

[PATCH 0/5] dwarf2read.c: Some C++fycation
 2017-04-05 15:13 UTC  (13+ messages)
` [PATCH 1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr
` [PATCH 2/5] gdb::optional: Add observers
` [PATCH 5/5] dwarf2read.c: C++fy lnp_state_machine
` [PATCH 3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs
` [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  (11+ 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)

New global maintainer - Simon Marchi
 2017-04-05 12:04 UTC  (3+ messages)

[PATCH] Add proper single-step support for arm-none-eabi
 2017-04-05 11:30 UTC  (2+ messages)

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

[PATCH 10/11] Add XTENSA_MAX_REGISTER_SIZE
 2017-04-05 10:23 UTC  (2+ 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 v5 0/4] OpenRISC gdb port
 2017-04-04 21:32 UTC  (9+ messages)
` [PATCH v5 4/4] Add gdb for or1k build
` [PATCH v5 1/4] gdb: Add OpenRISC or1k and or1knd target support
` [PATCH v5 3/4] gdb: testsuite: Add or1k l.nop inscruction
` [PATCH v5 2/4] gdb: provide openrisc target description XML files

[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  (11+ 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 6/11] Add ALPHA_MAX_REGISTER_SIZE
 2017-04-04 10:14 UTC 

[PATCH 8/11] Add FRV_MAX_REGISTER_SIZE
 2017-04-04 10:14 UTC 

[PATCH 5/11] Add M32R_MAX_REGISTER_SIZE
 2017-04-04 10:13 UTC 

[PATCH 4/11] Add PPC_MAX_REGISTER_SIZE
 2017-04-04 10:13 UTC 

[PATCH 1/2] This patch fixes GDBServer's run control for single stepping
 2017-04-03 16:57 UTC  (25+ messages)

[PATCH] [mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging
 2017-03-31 23:04 UTC 

[PATCH 0/6] Implement the ability to start inferiors with a shell on gdbserver
 2017-03-31 21:20 UTC  (12+ 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 v5 4/5] Share fork_inferior et al "
  ` [PATCH v5 5/5] Implement proper "startup-with-shell" support on gdbserver

[patch] Code cleanup: C++ify .gdb_index producer
 2017-03-31 21:07 UTC 

[PATCH] Make environ.exp run on all platforms (and create info-program.exp)
 2017-03-31 17:29 UTC 

GDB 8.0 release/branching 2017-03-20 update
 2017-03-31 16:02 UTC  (27+ messages)

[PATCH v2 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types
 2017-03-31 13:00 UTC  (6+ messages)
` [PATCH v2 1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++
` [PATCH v2 2/2] Teach GDB that wchar_t is a built-in type in C++ mode

[PATCH 0/2] PR c++/21323: char16_t/char32_t/wchar_t built-in C++ types
 2017-03-31 10:47 UTC  (4+ messages)
` [PATCH 2/2] Teach GDB that wchar_t is a built-in type in C++ mode
` [PATCH 1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++

[PATCH] Fix usage of inferior_ptid in two thread_alive implementations
 2017-03-30  0:51 UTC  (5+ messages)

[PATCH] Update .gitignore files
 2017-03-29 20:47 UTC 

[patch] Fix warning: Invalid entry in .debug_gdb_scripts section
 2017-03-29 19:58 UTC  (6+ messages)
    ` [patchv3] "
        ` [commit] "

[PATCH] gdb passes and returns incorrect values when dealing with small array on Sparc
 2017-03-29 16:38 UTC 

[PATCH] gdb passes and returns incorrect values when dealing with small array on Sparc
 2017-03-29 16:21 UTC 

[PATCH 0/2] Fix thread_info refcount
 2017-03-29 15:59 UTC  (8+ messages)
` [PATCH 1/2] Add constructor and destructor to thread_info

[PATCH 1/1] gdb: corelow: make it possible to modify registers for a corefile
 2017-03-28 15:29 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).