Show patches with: State = Action Required       |   21023 patches
« 1 2141 142 143210 211 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[14/18] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload - - --- 2017-04-05 Pedro Alves New
[13/18] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals - - --- 2017-04-05 Pedro Alves New
New global maintainer - Simon Marchi - - --- 2017-04-05 Pedro Alves New
[pushed Initialize gdb::optional empty payload to quiet false -Wmaybe-uninitialized warnings (Re: O… - - --- 2017-04-05 Pedro Alves New
[3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs - - --- 2017-04-04 Pedro Alves New
Use ptid from regcache instead of inferior_ptid. - - --- 2017-04-04 John Baldwin New
[3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs - - --- 2017-04-04 Pedro Alves New
[v2] Remove support for FreeBSD/alpha. - - --- 2017-04-04 John Baldwin New
Remove support for using the bsd-uthread target on FreeBSD. - - --- 2017-04-04 John Baldwin New
[2/2] Class-ify ptid_t - - --- 2017-04-04 Simon Marchi New
[1/2] ptid_{lwp,tid}_p: Remove unnecessary checks - - --- 2017-04-04 Simon Marchi New
Remove support for FreeBSD/alpha. - - --- 2017-04-04 John Baldwin New
[v2] PR threads/20743: Don't attempt to suspend or resume exited threads. - - --- 2017-04-04 John Baldwin New
[18/18] -Wwrite-strings: Remove -Wno-write-strings - - --- 2017-04-04 Pedro Alves New
[17/18] -Wwrite-strings: The Rest - - --- 2017-04-04 Pedro Alves New
[16/18] -Wwrite-strings: Some constification in gdb/breakpoint.c - - --- 2017-04-04 Pedro Alves New
[15/18] -Wwrite-strings: execute_command calls with string literals - - --- 2017-04-04 Pedro Alves New
[14/18] -Wwrite-strings: Add a PyArg_ParseTupleAndKeywords "const char *" overload - - --- 2017-04-04 Pedro Alves New
[13/18] -Wwrite-strings: Wrap PyGetSetDef for construction with string literals - - --- 2017-04-04 Pedro Alves New
[12/18] -Wwrite-strings: More fix-old-Python-API wrappers - - --- 2017-04-04 Pedro Alves New
[11/18] -Wwrite-strings: gdbserver/win32-low.c and TARGET_WAITKIND_EXECD - - --- 2017-04-04 Pedro Alves New
[10/18] -Wwrite-strings: gdbserver's 'port' parsing - - --- 2017-04-04 Pedro Alves New
[09/18] -Wwrite-strings: MI -info-os - - --- 2017-04-04 Pedro Alves New
[08/18] -Wwrite-strings: Constify mi_cmd_argv_ftype's 'command' parameter - - --- 2017-04-04 Pedro Alves New
[07/18] -Wwrite-strings: Constify work break character arrays - - --- 2017-04-04 Pedro Alves New
[06/18] -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info - - --- 2017-04-04 Pedro Alves New
[05/18] -Wwrite-strings: Constify warning_pre_print - - --- 2017-04-04 Pedro Alves New
[04/18] -Wwrite-strings: Constify shell_escape and plug make_command leak - - --- 2017-04-04 Pedro Alves New
[03/18] -Wwrite-strings: Don't initialize string command variables to empty string - - --- 2017-04-04 Pedro Alves New
[02/18] -Wwrite-strings: Constify macroexp.c:init_shared_buffer - - --- 2017-04-04 Pedro Alves New
[01/18] -Wwrite-strings: Constify struct disassemble_info's disassembler_options field - - --- 2017-04-04 Pedro Alves New
[pushed] gdbserver: Clear .deps on clean - - --- 2017-04-04 Simon Marchi New
[obv] remote.c: Use ptid_t instead of struct ptid - - --- 2017-04-04 Simon Marchi New
[11/11] Add SH_MAX_REGISTER_SIZE and SH64_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[10/11] Add XTENSA_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[9/11] Add MN10300_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[8/11] Add FRV_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[7/11] Add BFIN_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[6/11] Add ALPHA_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[5/11] Add M32R_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[4/11] Add PPC_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[3/11] Add MIPS_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[2/11] Add IA64_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
[1/11] Add ARM_MAX_REGISTER_SIZE - - --- 2017-04-04 Alan Hayward New
Fix racy test in gdb.threads/thread-specific-bp.exp - - --- 2017-04-03 Yao Qi New
extract_unsigned_integer API (Re: [PATCH] Remove MAX_REGISTER_SIZE from frame.c) - - --- 2017-04-03 Yao Qi New
[1/2] This patch fixes GDBServer's run control for single stepping - - --- 2017-04-03 Antoine Tremblay New
[mips] Fix PR 21337 v1: segfault when re-reading symbols with remote debugging. - - --- 2017-03-31 Doug Gilmore New
Code cleanup: C++ify .gdb_index producer - - --- 2017-03-31 Jan Kratochvil New
[1/2] This patch fixes GDBServer's run control for single stepping - - --- 2017-03-31 Antoine Tremblay New
Make environ.exp run on all platforms (and create info-program.exp) - - --- 2017-03-31 Sergio Durigan Junior New
[v2] gdbserver: Suffix generated C files with -generated - - --- 2017-03-31 Simon Marchi New
[v2,2/2] Teach GDB that wchar_t is a built-in type in C++ mode - - --- 2017-03-31 Pedro Alves New
[v2,1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++ - - --- 2017-03-31 Pedro Alves New
[1/2] This patch fixes GDBServer's run control for single stepping - - --- 2017-03-30 Antoine Tremblay New
[2/2] Teach GDB that wchar_t is a built-in type in C++ mode - - --- 2017-03-30 Pedro Alves New
[1/2] Fix PR c++/21323: GDB thinks char16_t and char32_t are signed in C++ - - --- 2017-03-30 Pedro Alves New
[1/2] This patch fixes GDBServer's run control for single stepping - - --- 2017-03-30 Yao Qi New
gdbserver: Suffix generated C files with -generated - - --- 2017-03-30 Simon Marchi New
[v5,5/5] Implement proper "startup-with-shell" support on gdbserver - - --- 2017-03-30 Sergio Durigan Junior New
[v5,4/5] Share fork_inferior et al with gdbserver - - --- 2017-03-30 Sergio Durigan Junior New
[v5,3/5] C++-fy and prepare for sharing fork_inferior - - --- 2017-03-30 Sergio Durigan Junior New
[v5,2/5] Share parts of gdb/gdbthread.h with gdbserver - - --- 2017-03-30 Sergio Durigan Junior New
[v5,1/5] Move parts of inferior job control to common/ - - --- 2017-03-30 Sergio Durigan Junior New
Update .gitignore files - - --- 2017-03-29 Simon Marchi New
[commit,patchv3] Fix warning: Invalid entry in .debug_gdb_scripts section - - --- 2017-03-29 Jan Kratochvil New
gdb passes and returns incorrect values when dealing with small array on Sparc - - --- 2017-03-29 Vladimir Mezentsev New
[1/2] Add constructor and destructor to thread_info - - --- 2017-03-29 Yao Qi New
[5/5] dwarf2read.c: C++fy lnp_state_machine - - --- 2017-03-29 Pedro Alves New
[4/5] Make sect_offset and cu_offset strong typedefs instead of structs - - --- 2017-03-29 Pedro Alves New
[3/5] dwarf2read.c: Make dir_index and file_name_index strong typedefs - - --- 2017-03-29 Pedro Alves New
[2/5] gdb::optional: Add observers - - --- 2017-03-29 Pedro Alves New
[1/5] dwarf2read.c: Some C++fycation, use std::vector, std::unique_ptr - - --- 2017-03-29 Pedro Alves New
[1/1] gdb: corelow: make it possible to modify registers for a corefile - - --- 2017-03-28 Roman Pen New
[2/2] Delete thread_info is refcount is zero - - --- 2017-03-28 Yao Qi New
[1/2] Add constructor and destructor to thread_info - - --- 2017-03-28 Yao Qi New
aarch64: PR 19806: watchpoints: false negatives + PR 20207 contiguous ones - - --- 2017-03-27 Jan Kratochvil New
[pushed] gdb/cp-name-parser.y: Eliminate make_empty, use cplus_demangle_fill_component (Re: [PATCH]… - - --- 2017-03-27 Pedro Alves New
[pushed/ob] cplus_demangle_fill_component: Handle DEMANGLE_COMPONENT_RVALUE_REFERENCE (Re: [PATCH] … - - --- 2017-03-27 Pedro Alves New
[pushed/ob] Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF use - - --- 2017-03-27 Pedro Alves New
[v2] gdb: Make ldirname return a std::string - - --- 2017-03-27 Pedro Alves New
[PING] D: Fix classification of module.type in lexer - - --- 2017-03-26 Iain Buclaw New
aarch64 sim adds C flag bug fix - - --- 2017-03-26 Jim Wilson New
Add proper single-step support for arm-none-eabi - - --- 2017-03-25 Elouan Appere New
dwarf2read.c: Clean up out of bounds handling - - --- 2017-03-24 Pedro Alves New
Remove MAX_REGISTER_SIZE from target.c - - --- 2017-03-24 Alan Hayward New
Remove MAX_REGISTER_SIZE from frame.c - - --- 2017-03-24 Alan Hayward New
Avoid segfault on invalid directory table - - --- 2017-03-24 Padraig Brady New
Fix invalid sigprocmask call - - --- 2017-03-24 Yousong Zhou New
[pushed] Handle PRFM in AArch64 process record - - --- 2017-03-23 Yao Qi New
[pushed] Fix code indentation - - --- 2017-03-23 Yao Qi New
[pushed] Remove AARCH64_RECORD_FAILURE - - --- 2017-03-23 Yao Qi New
[v2] Fix read after xfree in linux_nat_detach - - --- 2017-03-23 Philipp Rudo New
[pushed,obv] Remove constness of libdir in do_start_initialization - - --- 2017-03-23 Andreas Arnez New
[v2] gdb: Make ldirname return a std::string - - --- 2017-03-22 Pedro Alves New
Remove some unnecessary inferior_ptid setting/restoring when fetching/storing registers - - --- 2017-03-22 Simon Marchi New
gdb: Make ldirname return a std::string - - --- 2017-03-22 Pedro Alves New
Fix read after xfree in linux_nat_detach - - --- 2017-03-22 Philipp Rudo New
Fix memory leak in python.c:do_start_initialization - - --- 2017-03-22 Philipp Rudo New
Remove @code for python - - --- 2017-03-22 Yao Qi New
« 1 2141 142 143210 211 »