Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[RFC][PATCH][PR 18376] gdb: Add process record and replay support for s390
 2015-11-02 20:41 UTC  (10+ messages)
    ` [PATCH 2/2] gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit
    ` [PATCH 1/2] gdb: Add process record and replay support for s390

[PATCH 00/11] C++/MinGW patches
 2015-11-02 20:40 UTC  (15+ messages)
` [PATCH 02/11] [C++/mingw] Misc alloca casts
` [PATCH 04/11] [C++/mingw] windows-nat.c casts
` [PATCH 01/11] [C++/mingw] ser-mingw.c casts
` [PATCH 03/11] [C++/mingw] gdb-dlfcn.c casts
` [PATCH 10/11] [C++/mingw] Fix windows-nat.c::xlate
` [PATCH 11/11] [C++/mingw] gdbserver: gdb/host signal mixup
` [PATCH 06/11] [C++/mingw] ser-tcp.c casts
` [PATCH 09/11] [C++/mingw] handle_output_debug_string
` [PATCH 05/11] [C++/mingw] gdbserver casts
` [PATCH 07/11] [C++/mingw] Define __STDC_CONSTANT_MACROS / __STDC_LIMIT_MACROS for stdint.h
` [PATCH 08/11] [C++/mingw] Simplify first chance exception handling

gdb/linux-record fixes
 2015-11-02 20:00 UTC  (26+ messages)
          ` [PATCH v2 01/13] gdb/linux-record: Add testcases for a few syscalls
                      ` [PATCH] gdb/reverse: Fix continue_to_breakpoint in syscall testcases
                          ` [PATCH 1/2] "
                            ` [PATCH 1/2] Obvious typo fix in gdb.reverse/readv-reverse.exp
              ` [PATCH 01/13] gdb/record: Add testcases for a few syscalls
                  ` [PATCH v4 "

[PATCH] gdb/record-full: Use xmalloc instead of alloca for large buffers
 2015-11-02 18:42 UTC 

[PATCH] Fix length calculation in aarch64_linux_set_debug_regs
 2015-11-02 18:25 UTC  (8+ messages)

[PATCH] Implement 'catch syscall' for gdbserver
 2015-11-02 18:24 UTC  (4+ messages)

[PATCH] Read correct xcoff auxilliary entry
 2015-11-02 18:01 UTC 

[PATCH v3 0/4] disasm, record: fix "record instruction-history /m"
 2015-11-01 22:01 UTC  (6+ messages)
` [PATCH v3 3/4] btrace: change record instruction-history /m
` [PATCH v3 4/4] btrace: add instruction-history /s and fix documentation

[PATCH] Remove explicit leading space in query strings
 2015-11-01 15:25 UTC  (4+ messages)

[PATCH] Type-safe wrapper for enum flags
 2015-11-01 15:19 UTC  (9+ messages)

[PATCH] gdb.dwarf2: Don't hardcode certain constants in Dwarf::assemble constructs
 2015-11-01  4:24 UTC  (2+ messages)

[PATCH] Do not use internal definition of SIGRTMIN
 2015-11-01  1:12 UTC 

[PATCH obv/c++] Add/adjust casts in gdbserver's proc-service
 2015-10-30 20:17 UTC  (3+ messages)

[PATCH] gdb.dwarf2: Define and use gdb_target_symbol_prefix for symbol prefixes
 2015-10-30 15:53 UTC  (4+ messages)

[RFC][PATCH 00/15] Fast tracepoint support for ARMv7
 2015-10-30 14:15 UTC  (23+ messages)
` [RFC][PATCH 04/15] Fix crash in tstatus after detach
` [RFC][PATCH 10/15] gdb: Add arm_fast_tracepoint_valid_at
` [RFC][PATCH 08/15] gdbserver: Move pointer dereference to after assert checks
` [RFC][PATCH 07/15] Fix mmap usage of MAP_FIXED for multiple pages
` [RFC][PATCH 14/15] gdbserver: Add linux-arm-ipa.c
` [RFC][PATCH 09/15] gdb: Add relocate instruction helpers

[PATCH] rx, rl78: Don't use internal_error() in dwarf_reg_to_regnum method
 2015-10-30 11:11 UTC 

[PATCH] MinGW and attribute format(printf/gnu_printf)
 2015-10-30 10:45 UTC 

[PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support
 2015-10-30 10:39 UTC  (4+ messages)
` off-trunk gdb.fortran/dwarf-stride.exp no longer PASSes [Re: [PATCH 0/2] fort_dyn_array: Enable basic Fortran dynamic array support]

[PATCH c++ 0/6] A few C++ patches
 2015-10-29 17:54 UTC  (15+ messages)
` [PATCH c++ 1/6] dwarf2read.c: Add cast
` [PATCH c++ 2/6] mdebugread.c: "
` [PATCH c++ 4/6] gdbserver/server.c: Cast return value of memmem
` [PATCH c++ 5/6] Cast gdb_dlsym return value
` [PATCH c++ 3/6] Change type of write_qxfer_response parameter
` [PATCH c++ 6/6] Add a cast in jit_target_read_impl

[PATCH] Add cast to VEC_iterate
 2015-10-29 17:53 UTC  (3+ messages)

[PATCH] gnu-v2-abi.c: Add casts
 2015-10-29 17:51 UTC  (3+ messages)

[PATCH] guile/: Add enum casts
 2015-10-29 17:51 UTC  (6+ messages)

[PATH] Honor $INSIDE_EMACS, not only $EMACS
 2015-10-29 17:50 UTC  (3+ messages)

[PATCH 0/10] Support software single step and conditional breakpoints on ARM in GDBServer
 2015-10-29 17:48 UTC  (11+ messages)
` [PATCH 10/10] Enable conditional breakpoints for targets that support software single step "
` [PATCH 07/10] Share some ARM target dependant code from GDB with GDBServer
` [PATCH 04/10] Remove support for thread events without TRACE_EVENT_CLONE in GDBServer
` [PATCH 09/10] Enable software single stepping for while-stepping actions "
` [PATCH 03/10] Refactor queries for hardware and software single stepping support "
` [PATCH 05/10] Remove too simple breakpoint_reinsert_addr implementations
` [PATCH 01/10] Fix breakpoint size when stepping over a permanent breakpoint in GDBServer
` [PATCH 08/10] Support software single step on ARM "
` [PATCH 06/10] Replace breakpoint_reinsert_addr by get_next_pcs operation "
` [PATCH 02/10] Fix instruction skipping when using software single step "

[PATCH 2/2] [D] Remove search_parents parameter from d_lookup_symbol_imports
 2015-10-29 17:10 UTC  (7+ messages)

[PATCH] [PATCH] Don't displaced step when there's a breakpoint in the scratch pad range
 2015-10-29 17:10 UTC  (2+ messages)

[PATCH 0/2] Fix gdb.threads/multiple-step-overs.exp fails on arm
 2015-10-29 17:10 UTC  (3+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] New function displaced_step_in_progress_thread

[PATCH 0/3] Use aarch64_decode_insn more in GDB
 2015-10-29 17:09 UTC  (4+ messages)
` [PATCH 2/3] Use aarch64_decode_insn in aarch64_analyze_prologue
` [PATCH 1/3] Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offset
` [PATCH 3/3] Use aarch64_decode_insn in aarch64_displaced_step_copy_insn

[PATCH 0/7] C++ patches
 2015-10-29 15:32 UTC  (11+ messages)
` [PATCH 1/7] compile: Rename struct type_map_instance::gcc_type field
` [PATCH 6/7] gdbserver/tracepoint: Add casts out of tpoint->handle
` [PATCH 3/7] gdbserver/Linux: Introduce NULL_REGSET
` [PATCH 4/7] gdbserver: btrace enums
` [PATCH 5/7] gdbserver: enum gdb_signal casts
` [PATCH 2/7] Add cast to exception_none
` [PATCH 7/7] gdbserver/mem-break.c: Add cast

[PATCH] building on musl: #include sys/types.h for mode_t
 2015-10-29 11:30 UTC  (3+ messages)

[PATCH] Add missing leading space to some queries
 2015-10-28 20:34 UTC  (3+ messages)

FYI: GDB 7.10.1 release still planned end of Nov
 2015-10-28 19:46 UTC  (2+ messages)

FW: [PATCH, MIPS, PING] Move encoded as 'or' in binutils
 2015-10-28 19:38 UTC  (5+ messages)

[PATCH] [Ada] Fix the evaluation of access to packed array subscript
 2015-10-28 16:20 UTC  (5+ messages)
  ` [patch] Fix access_to_packed_array.exp typos/errors [Re: [PATCH] [Ada] Fix the evaluation of access to packed array subscript]

[PATCH] Add some testcases
 2015-10-28 14:59 UTC  (2+ messages)

[PATCH c++ 01/12] Introduce ax_raw_byte and use it
 2015-10-28 14:59 UTC  (17+ messages)
` [PATCH c++ 05/12] guile: Constify gdbscm_with_guile return value
` [PATCH c++ 04/12] Add scm_t_dynwind_flags casts
` [PATCH c++ 02/12] ctf.c: Fix int/enum implicit cast

[PATCH] target_read_memory&co: no longer return target_xfer_status
 2015-10-28 14:59 UTC  (3+ messages)

[PATCH] Make host_address_to_string/gdb_print_host_address cast parameter to 'void *'
 2015-10-28 14:59 UTC  (5+ messages)

[PATCH] Don't assume break/continue inside a TRY block works
 2015-10-28 14:59 UTC  (2+ messages)

[PATCH] [PR symtab/17911] Recognize bad file types
 2015-10-27 18:00 UTC  (6+ messages)

[ob/pushed] psymtab.c: Add casts
 2015-10-27 17:24 UTC 

[PATCH obv] Changing compiler flags for MPX tests
 2015-10-27 17:21 UTC  (4+ messages)
` [PATCH v1] ABI changes for Intel(R) MPX

[PATCH c++ 11/12] target.c: Add a cast and change a type
 2015-10-27 16:00 UTC  (6+ messages)
` [PATCH c++ 12/12] ada-lang.h: Add cast in GROW_VECT

[pushed] x86/Linux: reenable all-stop on top of non-stop
 2015-10-27 14:44 UTC  (3+ messages)
` Regression for callframecfa.exp and typeddwarf.exp [Re: [pushed] x86/Linux: reenable all-stop on top of non-stop]

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox