Show patches with: State = Action Required       |   21021 patches
« 1 2155 156 157210 211 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
PR gdb/20643: Remote file IO not reset by run command - - --- 2016-09-27 Jon Beniston New
[RFA,3/3] Fix "obvious" fall-through warnings - - --- 2016-09-27 Tom Tromey New
[RFA,2/3] Add missing ATTRIBUTE_NORETURNs - - --- 2016-09-27 Tom Tromey New
[RFA,1/3] Fix "fall through" comments - - --- 2016-09-27 Tom Tromey New
[testsuite,bugreport] gdb.base/jit.exp has false PASSes, probably [Re: [PATCH 2/3] Make gdb.base/ji… - - --- 2016-09-27 Jan Kratochvil New
Extend test gdb.python/py-recurse-unwind.exp - - --- 2016-09-27 Kevin Buettner New
[RFA,22/22] Convert dwarf_expr_context_funcs to methods - - --- 2016-09-27 Tom Tromey New
[RFA,21/22] Convert DWARF expr functions to methods - - --- 2016-09-27 Tom Tromey New
[RFA,20/22] Initial conversion of dwarf_expr_ctx - - --- 2016-09-27 Tom Tromey New
[RFA,19/22] Convert tid_range_parser to class - - --- 2016-09-27 Tom Tromey New
[RFA,18/22] Some cleanup removal in dwarf2loc.c - - --- 2016-09-27 Tom Tromey New
[RFA,17/22] Remove make_cleanup_restore_current_uiout - - --- 2016-09-27 Tom Tromey New
[RFA,16/22] Use std::vector in elf_read_minimal_symbols - - --- 2016-09-27 Tom Tromey New
[RFA,15/22] Use std::string in macho_symfile_read_all_oso - - --- 2016-09-27 Tom Tromey New
[RFA,14/22] Replace two xmallocs with vector - - --- 2016-09-27 Tom Tromey New
[RFA,13/22] Remove unnecessary cleanup from stabsread.c - - --- 2016-09-27 Tom Tromey New
[RFA,12/22] Remove unnecessary null_cleanup - - --- 2016-09-27 Tom Tromey New
[RFA,11/22] Change command stats reporting to use class - - --- 2016-09-27 Tom Tromey New
[RFA,10/22] Remove some cleanups in MI - - --- 2016-09-27 Tom Tromey New
[RFA,09/22] Remove make_cleanup_restore_current_ui - - --- 2016-09-27 Tom Tromey New
[RFA,08/22] Record minimal symbols directly in reader. - - --- 2016-09-27 Tom Tromey New
[RFA,07/22] Change scoped_minimal_symbol_reader to store objfile - - --- 2016-09-27 Tom Tromey New
[RFA,06/22] Introduce scoped_minimal_symbol_reader - - --- 2016-09-27 Tom Tromey New
[RFA,05/22] Turn wchar iterator into a class - - --- 2016-09-27 Tom Tromey New
[RFA,04/22] Use scoped_restore for current_ui - - --- 2016-09-27 Tom Tromey New
[RFA,03/22] Use scoped_restore for ui_file - - --- 2016-09-27 Tom Tromey New
[RFA,02/22] Use RAII to save and restore scalars - - --- 2016-09-27 Tom Tromey New
[RFA,01/22] Change selttest.c to use use std::vector - - --- 2016-09-27 Tom Tromey New
Don't set random_signal for single step breakpoint - - --- 2016-09-26 Yao Qi New
Fix exception unwinding for ARM Cortex-M - - --- 2016-09-26 Yao Qi New
[3/3] Enable range stepping if software single step is supported - - --- 2016-09-26 Yao Qi New
[2/3] Get pending events in random - - --- 2016-09-26 Yao Qi New
[1/3] Remove single-step breakpoint for GDBserver internal event - - --- 2016-09-26 Yao Qi New
Update root-level .gitignore - - --- 2016-09-24 Simon Marchi New
[v3,2/2] Add test for user context selection sync - - --- 2016-09-24 Simon Marchi New
[v3,1/2] Emit inferior, thread and frame selection events to all UIs - - --- 2016-09-24 Simon Marchi New
[FYI,v2,5/5] Use std::string rather than dyn-string - - --- 2016-09-23 Tom Tromey New
[FYI,v2,4/5] Use std::vector in objfiles.c - - --- 2016-09-23 Tom Tromey New
[FYI,v2,3/5] Use std::string, std::vector in rust-lang.c - - --- 2016-09-23 Tom Tromey New
[FYI,v2,2/5] Use std::string in cp-namespace.c - - --- 2016-09-23 Tom Tromey New
[FYI,v2,1/5] Use std::string in break-catch-sig.c - - --- 2016-09-23 Tom Tromey New
[OBV] Remove some unnecessary code - - --- 2016-09-23 Tom Tromey New
Replace sprintf with xsnprintf in nat/linux-osdata.c - - --- 2016-09-23 Yao Qi New
Consolidate target_mourn_inferior between GDB and gdbserver - - --- 2016-09-23 Jon Turney New
[RFA,5/5] Use std::string rather than dyn-string - - --- 2016-09-22 Tom Tromey New
[RFA,4/5] Use std::vector in objfiles.c - - --- 2016-09-22 Tom Tromey New
[RFA,3/5] Use std::string, std::vector in rust-lang.c - - --- 2016-09-22 Tom Tromey New
[RFA,2/5] Use std::string in cp-namespace.c - - --- 2016-09-22 Tom Tromey New
[RFA,1/5] Use std::string in break-catch-sig.c - - --- 2016-09-22 Tom Tromey New
Call debug_exit in linux_wait_1 - - --- 2016-09-22 Yao Qi New
Fix build breakage from commit 6ec2b2 - - --- 2016-09-22 Edjunior Barbosa Machado New
Close gdbserver in mi_gdb_exit - - --- 2016-09-22 Yao Qi New
gdb: Replace operator new / operator new[] - - --- 2016-09-22 Pedro Alves New
ppc: Fix return of instruction handlers in ppc_process_record_op63 - - --- 2016-09-21 Edjunior Barbosa Machado New
ppc: Add Power ISA 3.0/POWER9 instructions record support - - --- 2016-09-21 Edjunior Barbosa Machado New
Check the right proc name - - --- 2016-09-21 Yao Qi New
[master/7.12] Keep reserved bits in CPSR on write - - --- 2016-09-21 Yao Qi New
Diagnose invalid pointer arithmetic on gdb.Value - - --- 2016-09-21 Jonathan Wakely New
Use gdbserver-base in remote-gdbserver-on-localhost.exp - - --- 2016-09-21 Yao Qi New
Diagnose invalid pointer arithmetic on gdb.Value - - --- 2016-09-20 Jonathan Wakely New
Diagnose invalid pointer arithmetic on gdb.Value - - --- 2016-09-20 Jonathan Wakely New
Implement floordiv operator for gdb.Value - - --- 2016-09-20 Jonathan Wakely New
Implement floordiv operator for gdb.Value - - --- 2016-09-20 Jonathan Wakely New
Use 'event_ptid' instead of 'resume_ptid' on startup_inferior (fix for regression on my last commit) - - --- 2016-09-20 Sergio Durigan Junior New
ppc: Fix record support of Store String Word instructions - - --- 2016-09-20 Edjunior Barbosa Machado New
[pushed] gdb: Fix build breakage with GCC 4.1 and --disable-nls - - --- 2016-09-19 Pedro Alves New
gdb: Use std::max and std::min throughout - - --- 2016-09-19 Pedro Alves New
[pushed] gdb/s390: Fix build breakage due to std::min/std::max usage without header - - --- 2016-09-18 Pedro Alves New
[pushed] gdb: Fix std::{min, max}-related build breakage on 32-bit hosts - - --- 2016-09-18 Pedro Alves New
gdb: Use std::max and std::min throughout - - --- 2016-09-16 Pedro Alves New
Update and add .gitignore's - - --- 2016-09-16 Simon Marchi New
Fix string formatting in exception raise - - --- 2016-09-16 Daniel Mueller New
[testsuite,patchv2] Fix false FAIL in gdb.cp/casts.exp - - --- 2016-09-15 Jan Kratochvil New
gdb: Use std::max and std::min throughout - - --- 2016-09-15 Pedro Alves New
ppc: Add Power ISA 3.0/POWER9 instructions record support - - --- 2016-09-15 Edjunior Barbosa Machado New
[testsuite] Fix C++11 compilation failure for gdb.cp/m-static.exp - - --- 2016-09-15 Jan Kratochvil New
[6/6] S390: Hardware breakpoint support - - --- 2016-09-15 Andreas Arnez New
[5/6] linux-nat: Add function lwp_is_stepping - - --- 2016-09-15 Andreas Arnez New
[4/6] S390: Enable "maint set show-debug-regs" - - --- 2016-09-15 Andreas Arnez New
[3/6] S390: Multi-inferior watchpoint support - - --- 2016-09-15 Andreas Arnez New
[2/6] S390: Migrate watch areas from list to VEC type - - --- 2016-09-15 Andreas Arnez New
[1/6] S390: Avoid direct access to lwp_info structure - - --- 2016-09-15 Andreas Arnez New
Fix order of inferiors in "thread apply all" - - --- 2016-09-15 Andreas Arnez New
[master+7.12,v2,1/3] Introduce cleanup to restore current_uiout - - --- 2016-09-15 Simon Marchi New
[RFA,2/2] Make some test names invariant - - --- 2016-09-14 Tom Tromey New
[RFA,1/2] PR gdb/20604 - fix "quit" when an invalid expression is used - - --- 2016-09-14 Tom Tromey New
[master+7.12,v2,3/3] Add test for user context selection sync - - --- 2016-09-14 Simon Marchi New
[master+7.12,v2,2/3] Emit inferior, thread and frame selection events to all UIs - - --- 2016-09-14 Simon Marchi New
[master+7.12,v2,1/3] Introduce cleanup to restore current_uiout - - --- 2016-09-14 Simon Marchi New
[RFA] Small improvements to the remote protocol manual - - --- 2016-09-14 Tom Tromey New
Restored Objective-C language support - - --- 2016-09-13 Giah de Barag New
Enabled TUI mode on MSYS2 - - --- 2016-09-13 Giah de Barag New
Fix for gdb.server/non-existing-program.exp test case - - --- 2016-09-13 Carl Love New
[V4,00/21] Fortran dynamic array support - - --- 2016-09-12 Jan Kratochvil New
[3/3] Add -file-list-shared-libraries MI command - - --- 2016-09-12 Marc-Andre Laperle New
[2/3] Add a better diagnostic message in mi_gdb_test - - --- 2016-09-12 Marc-Andre Laperle New
[1/3] Remove unused parameter in solib_add and update_solib_list - - --- 2016-09-12 Marc-Andre Laperle New
Consolidate target_mourn_inferior between GDB and gdbserver - - --- 2016-09-12 Sergio Durigan Junior New
[testsuite] Fix false FAIL in stap-probe.exp - - --- 2016-09-11 Sergio Durigan Junior New
[testsuite] Fix C++11 compilation failure for gdb.cp/m-static.exp - - --- 2016-09-11 Jan Kratochvil New
« 1 2155 156 157210 211 »