Show patches with: none      |   25670 patches
« 1 2156 157 158256 257 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[1/2] Remove x32 non-linux target descriptions - - --- 2017-08-04 Yao Qi New
[PUSHED] Unbreak GDBserver build for x32 - - --- 2017-08-04 Yao Qi New
[v2] PR breakpoints/21886: mem-break: Fix breakpoint insertion location - - --- 2017-08-04 Maciej W. Rozycki Committed
[RFA] Use gdb::unique_xmalloc_ptr when calling tilde_expand - - --- 2017-08-04 Tom Tromey New
[RFA,v3,21/23] Introduce gdb_argv, a class wrapper for buildargv - - --- 2017-08-04 Yao Qi New
[pushed] Add myself as a write-after-approval GDB maintainer. - - --- 2017-08-04 Ruslan Kabatsayev New
[RFA] Use gdb::unique_xmalloc_ptr when calling tilde_expand - - --- 2017-08-03 Tom Tromey New
GDB/opcodes: Remove arch/mach/endian disassembler assertions - - --- 2017-08-03 Yao Qi New
GDB testsuite: Suppress GCC's colored output - - --- 2017-08-02 Andreas Arnez New
[committed] MIPS: Factor out FPU type naming in `gdbarch' debug - - --- 2017-08-02 Maciej W. Rozycki Committed
[RFA,v3,23/23] Remove make_cleanup_freeargv and gdb_buildargv - - --- 2017-08-02 Tom Tromey New
[RFA,v3,22/23] Use gdb_argv in Python - - --- 2017-08-02 Tom Tromey New
[RFA,v3,21/23] Introduce gdb_argv, a class wrapper for buildargv - - --- 2017-08-02 Tom Tromey New
[RFA,v3,20/23] Remove a cleanup in Python - - --- 2017-08-02 Tom Tromey New
[RFA,v3,19/23] Avoid some manual memory management in Python - - --- 2017-08-02 Tom Tromey New
[RFA,v3,18/23] Replace do_restore_instream_cleanup with scoped_restore - - --- 2017-08-02 Tom Tromey New
[RFA,v3,17/23] Use a scoped_restore for command_nest_depth - - --- 2017-08-02 Tom Tromey New
[RFA,v3,16/23] Remove user_call_depth - - --- 2017-08-02 Tom Tromey New
[RFA,v3,15/23] Remove in_user_command - - --- 2017-08-02 Tom Tromey New
[RFA,v3,14/23] Use containers to avoid cleanups - - --- 2017-08-02 Tom Tromey New
[RFA,v3,13/23] Use unique_xmalloc_ptr in jit.c - - --- 2017-08-02 Tom Tromey New
[RFA,v3,12/23] Replace tui_restore_gdbout with scoped_restore - - --- 2017-08-02 Tom Tromey New
[RFA,v3,11/23] More uses of scoped_restore - - --- 2017-08-02 Tom Tromey New
[RFA,v3,10/23] Remove make_cleanup_free_so - - --- 2017-08-02 Tom Tromey New
[RFA,v3,09/23] Remove make_cleanup_restore_current_language - - --- 2017-08-02 Tom Tromey New
[RFA,v3,08/23] Remove an unlink cleanup - - --- 2017-08-02 Tom Tromey New
[RFA,v3,07/23] Remove make_cleanup_fclose - - --- 2017-08-02 Tom Tromey New
[RFA,v3,06/23] Change open_terminal_stream to return a gdb_file_up - - --- 2017-08-02 Tom Tromey New
[RFA,v3,05/23] Use gdb_file_up in source.c - - --- 2017-08-02 Tom Tromey New
[RFA,v3,04/23] Use gdb_file_up in fbsd-nat.c - - --- 2017-08-02 Tom Tromey New
[RFA,v3,03/23] Change return type of find_and_open_script - - --- 2017-08-02 Tom Tromey New
[RFA,v3,02/23] Introduce and use gdb_file_up - - --- 2017-08-02 Tom Tromey New
[RFA,v3,01/23] Introduce and use ui_out_emit_table - - --- 2017-08-02 Tom Tromey New
[committed] MIPS: Consistently use MIPS_FPU_TYPE for `gdbarch' member - - --- 2017-08-01 Maciej W. Rozycki Committed
GDB/opcodes: Remove arch/mach/endian disassembler assertions - - --- 2017-08-01 Maciej W. Rozycki Committed
mem-break: Fix breakpoint insertion location - - --- 2017-08-01 Maciej W. Rozycki Superseded
[v2] gdbarch: Use an anonymous union for target data in `gdbarch_info' - - --- 2017-08-01 Maciej W. Rozycki Committed
Fix dwarf2_string_attr for -gsplit-dwarf - - --- 2017-08-01 Terekhov, Mikhail via Gdb-patches New
[9/9] Throw exception in aarch64 unwinder - - --- 2017-07-31 Yao Qi New
[8/9] Throw exception in i386 unwinders - - --- 2017-07-31 Yao Qi New
[7/9] Throw exception in amd64 unwinders - - --- 2017-07-31 Yao Qi New
[6/9] Throw exception in dwarf2 unwinders - - --- 2017-07-31 Yao Qi New
[5/9] Handle unwinding exceptions - - --- 2017-07-31 Yao Qi New
[4/9] Reset *THIS_CACHE in frame_unwind_try_unwinder in case of exception - - --- 2017-07-31 Yao Qi New
[3/9] Class-fy dwarf2_frame_state_reg_info - - --- 2017-07-31 Yao Qi New
[2/9] Class-fy dwarf2_frame_state - - --- 2017-07-31 Yao Qi New
[1/9] Move dwarf2_frame_state_reg.exp_len to union .loc - - --- 2017-07-31 Yao Qi New
[RFA,1/2] Fix two regressions in scalar printing - - --- 2017-07-31 Tom Tromey New
doc: Fix copy-pasto in Z0 packet documentation - - --- 2017-07-31 Simon Marchi New
Fix documentation about rot agent expression bytecode - - --- 2017-07-31 Simon Marchi New
[pushed] darwin: handle recent version of dyld - - --- 2017-07-31 Xavier Roirand New
[commit] MAINTAINERS: Add myself to write after approval privileges. - - --- 2017-07-27 Xavier Roirand New
[v2] Implement the ability to set/unset environment variables to GDBserver when starting the inferi… - - --- 2017-07-27 Sergio Durigan Junior New
[v5] gdb: ADI support - - --- 2017-07-27 Weimin Pan New
Add enum for result of fast_tracepoint_collecting - - --- 2017-07-26 Simon Marchi New
[v2] Align natural-format register values to the same column - - --- 2017-07-26 Ruslan Kabatsayev New
Add enum for result of fast_tracepoint_collecting - - --- 2017-07-25 Simon Marchi New
[RFA,v2,24/24] Remove make_cleanup_freeargv and gdb_buildargv - - --- 2017-07-25 Tom Tromey New
[RFA,v2,23/24] Use gdb_argv in Python - - --- 2017-07-25 Tom Tromey New
[RFA,v2,22/24] Introduce gdb_argv, a class wrapper for buildargv - - --- 2017-07-25 Tom Tromey New
[RFA,v2,21/24] Remove a cleanup in Python - - --- 2017-07-25 Tom Tromey New
[RFA,v2,20/24] Avoid some manual memory management in Python - - --- 2017-07-25 Tom Tromey New
[RFA,v2,19/24] Replace do_restore_instream_cleanup with scoped_restore - - --- 2017-07-25 Tom Tromey New
[RFA,v2,18/24] Use a scoped_restore for command_nest_depth - - --- 2017-07-25 Tom Tromey New
[RFA,v2,17/24] Remove user_call_depth - - --- 2017-07-25 Tom Tromey New
[RFA,v2,16/24] Remove in_user_command - - --- 2017-07-25 Tom Tromey New
[RFA,v2,15/24] Use containers to avoid cleanups - - --- 2017-07-25 Tom Tromey New
[RFA,v2,14/24] Use unique_xmalloc_ptr in jit.c - - --- 2017-07-25 Tom Tromey New
[RFA,v2,13/24] Replace tui_restore_gdbout with scoped_restore - - --- 2017-07-25 Tom Tromey New
[RFA,v2,12/24] More uses of scoped_restore - - --- 2017-07-25 Tom Tromey New
[RFA,v2,11/24] Remove make_cleanup_free_so - - --- 2017-07-25 Tom Tromey New
[RFA,v2,10/24] Remove make_cleanup_restore_current_language - - --- 2017-07-25 Tom Tromey New
[RFA,v2,09/24] Remove close cleanup - - --- 2017-07-25 Tom Tromey New
[RFA,v2,08/24] Remove an unlink cleanup - - --- 2017-07-25 Tom Tromey New
[RFA,v2,07/24] Remove make_cleanup_fclose - - --- 2017-07-25 Tom Tromey New
[RFA,v2,06/24] Change open_terminal_stream to return a gdb_file_up - - --- 2017-07-25 Tom Tromey New
[RFA,v2,05/24] Use gdb_file_up in source.c - - --- 2017-07-25 Tom Tromey New
[RFA,v2,04/24] Use gdb_file_up in fbsd-nat.c - - --- 2017-07-25 Tom Tromey New
[RFA,v2,03/24] Change return type of find_and_open_script - - --- 2017-07-25 Tom Tromey New
[RFA,v2,02/24] Introduce and use gdb_file_up - - --- 2017-07-25 Tom Tromey New
[RFA,v2,01/24] Introduce and use ui_out_emit_table - - --- 2017-07-25 Tom Tromey New
[v2,2/2] Enable support for x86 debug registers on NetBSD. - - --- 2017-07-25 John Baldwin New
[v2,1/2] Define _KMEMUSER before including BSD kernel headers. - - --- 2017-07-25 John Baldwin New
[OBV] Make amd64_x32_init_abi and amd64_init_abi argument constant - - --- 2017-07-25 Yao Qi New
[1/2] Catch exceptions thrown from gdbarch_skip_prologue - - --- 2017-07-25 Yao Qi New
[2/3] gdbserver lwp_info: Initialize fields, use new/delete - - --- 2017-07-25 Simon Marchi New
[ARM] Access FPSCR on vfpv2 - - --- 2017-07-25 Yao Qi New
define_command: Don't convert command name to lower case - - --- 2017-07-24 Simon Marchi New
[pushed] s390-vregs.exp: Fix Tcl error after non-zero-pad patch - - --- 2017-07-24 Andreas Arnez New
[3/3] Create arch_lwp_info class hierarchy - - --- 2017-07-24 Simon Marchi New
[2/3] gdbserver lwp_info: Initialize fields, use new/delete - - --- 2017-07-24 Simon Marchi New
[1/3] gdb lwp_info: Add destructor, initialize fields, use new/delete - - --- 2017-07-24 Simon Marchi New
[RFA,v3,4/4] Use std::vector in struct catch_syscall_inferior_data - - --- 2017-07-22 Tom Tromey New
[RFA,v3,3/4] Use std::vector in syscall_catchpoint - - --- 2017-07-22 Tom Tromey New
[RFA,v3,2/4] C++-ify break-catch-throw - - --- 2017-07-22 Tom Tromey New
[RFA,v3,1/4] C++-ify break-catch-sig - - --- 2017-07-22 Tom Tromey New
[6/6] Fortran: Nested functions, add scope parameter. - - --- 2017-07-21 Wiederhake, Tim New
[5/6] Fortran: Enable setting breakpoint on nested functions. - - --- 2017-07-21 Wiederhake, Tim New
[4/6] Dwarf: Fortran, support DW_TAG_entry_point. - - --- 2017-07-21 Wiederhake, Tim New
[3/6] Fortran: Ptype, print type extension. - - --- 2017-07-21 Wiederhake, Tim New
« 1 2156 157 158256 257 »