Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v8 0/7] Support software single step and conditional breakpoints on ARM in GDBServer
 2015-12-21 13:58 UTC  (11+ messages)
` [PATCH v8 7/7] Enable conditional breakpoints for targets that support software single step "
` [PATCH v8 6/7] Enable software single stepping for while-stepping actions "
` [PATCH v8 3/7] Refactor arm_software_single_step to use regcache
` [PATCH v8 4/7] Share regcache function regcache_raw_read_unsigned
` [PATCH v8 5/7] Support software single step on ARM in GDBServer
` [PATCH v8 1/7] Replace breakpoint_reinsert_addr by get_next_pcs operation "
` [PATCH v8 2/7] Share some ARM target dependent code from GDB with GDBServer

[OBV PATCH] MPX documentation
 2015-12-21 13:48 UTC  (5+ messages)

RFC: block of commands
 2015-12-21 13:35 UTC  (3+ messages)

[PATCH] consolidate gdbserver global data
 2015-12-21 13:30 UTC  (5+ messages)
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] "

[PATCH 1/3] Remove HP-UX reference in testsuite/configure.ac
 2015-12-21 12:48 UTC  (7+ messages)
` [PATCH 3/3] Remove HP-UX references fom testsuite

[PATCH 2/3] Remove references to HP CC/aCC compiler from testsuite
 2015-12-21 12:48 UTC  (4+ messages)

[patch 0/3] fix some gdb.base/paginate-bg-execution.exp problems
 2015-12-21 12:27 UTC  (10+ messages)
` [patch 1/3] make prompt_for_continue call throw_quit directly
` [patch 2/3] reset pagination counts even when stdin is not a tty
` [patch 3/3] add missing gdb_test arguments in paginate-bg-execution.exp

[PATCH 0/2] Fix timeout in random-signal.exp
 2015-12-21 11:30 UTC  (3+ messages)
` [RFC 2/2] Change SIGINT handler for extension languages only when target terminal is ours
` [RFC 1/2] Check input interrupt first when reading packet

[PATCH, ping1] Add missing expect for running a program with CLI jump
 2015-12-21 11:06 UTC  (4+ messages)

[obv/pushed] Minor reformatting fix in gdbtypes.c::create_array_type_with_stride
 2015-12-21  3:35 UTC 

[PATCH 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb
 2015-12-20 22:35 UTC  (12+ messages)
` [PATCH 05/11] [PR gdb/14441] gdb: demangle: implement demangling for rvalue reference typenames
` [PATCH 02/11] [PR gdb/14441] gdb: gdbtypes: change {lookup,make}_reference_type() API
` [PATCH 01/11] [PR gdb/14441] gdb: gdbtypes: add definitions for rvalue reference type
` [PATCH 06/11] [PR gdb/14441] gdb: print: implement correct printing of rvalue reference types and values
` [PATCH 04/11] [PR gdb/14441] gdb: parse: support rvalue reference type
` [PATCH 10/11] [PR gdb/14441] gdb: python: support rvalue references in the gdb module
` [PATCH 07/11] [PR gdb/14441] gdb: dwarf2read: support DW_AT_rvalue_reference type
` [PATCH 08/11] [PR gdb/14441] gdb: convert lvalue reference type check to general reference type check
` [PATCH 11/11] [PR gdb/14441] gdb: testsuite: add rvalue reference tests
` [PATCH 09/11] [PR gdb/14441] gdb: gdbtypes: add rvalue references to overloading resolution
` [PATCH 03/11] [PR gdb/14441] gdb: valops: add ability to return rvalue reference values from value_ref()

[PING^3] [PATCH] Expose signal and syscall catchpoints to Python
 2015-12-19 18:17 UTC  (3+ messages)

[PATCH V2] ABI changes for MPX
 2015-12-19  8:16 UTC  (7+ messages)

[ARI/pushed] Fix ARI warning in gdb/arch/arm-get-next-pcs.c
 2015-12-19  3:36 UTC 

New ARI warning Sat Dec 19 01:54:48 UTC 2015
 2015-12-19  1:54 UTC 

[PATCH OBV] Cast to enum bfd_endian in arm_get_next_pcs_read_memory_unsigned_integer
 2015-12-18 20:31 UTC 

[PATCH] Per-inferior thread IDs
 2015-12-18 19:36 UTC  (8+ messages)

[PATCH] Add function host_string_to_python_string
 2015-12-18 18:48 UTC  (3+ messages)

[PATCH] Add documentation to gdb_compile
 2015-12-18 18:41 UTC  (3+ messages)

[RFC][PATCH][PR gdb/8527] Fix interrupt (^C) in Solaris
 2015-12-18 18:14 UTC  (2+ messages)

[PATCH V2 1/5] Merges gdb and gdbserver implementation for siginfo
 2015-12-18 14:53 UTC  (11+ messages)
` [PATCH V2 3/5] Use linux_get_siginfo_type_with_fields for x86
` [PATCH V2 2/5] Preparation for new siginfo on Linux
` [PATCH V2 4/5] Add bound related fields to the siginfo structure
` [PATCH V2 5/5] Adapt siginfo fixup for the new bnd fields

[PATCH V2 1/2] Bound violation handling preparation
 2015-12-18 13:44 UTC  (2+ messages)
` [PATCH V2 2/2] Bound violation handling

[PATCH obv] Changing compiler flags for MPX tests
 2015-12-17 17:31 UTC  (9+ messages)
` [PATCH v1] Intel(R) MPX - Bound violation handling

[PATCH V2 1/2] Bound violation handling preparation
 2015-12-17 17:12 UTC  (3+ messages)
` [PATCH V2 2/2] Bound violation handling

[PATCH 1/1] Add support for Intel PKRU register to GDB and GDBserver
 2015-12-17 16:24 UTC  (2+ messages)

[PATCH] Fix PR threads/19354: "info threads" error with multiple inferiors
 2015-12-17 15:04 UTC  (2+ messages)

[PATCH] Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTL
 2015-12-17 15:02 UTC  (2+ messages)

[PATCH v7 0/8] Support software single step and conditional breakpoints on ARM in GDBServer
 2015-12-17 13:36 UTC  (20+ messages)
` [PATCH v7 3/8] Use xml-syscall to compare syscall numbers in arm_linux_sigreturn_return-addr
          ` [PATCH v7.1 "

find_and_open_source in symtab_to_fullname
 2015-12-17 13:03 UTC 

[PATCH][PR gdb/17903] Implement to_pid_to_exec_file for solaris
 2015-12-17 11:01 UTC  (2+ messages)

cortex-m xml register descriptions for m-system
 2015-12-17  8:32 UTC  (19+ messages)

[PATCH][PR gdb/19374] null-ptr dereference on solaris when running get_osdata( "processes" )
 2015-12-17  1:02 UTC 

[PATCH] Fix -Wno-unknown-warning support detection
 2015-12-16 23:13 UTC  (3+ messages)

[PING^3] [PATCH] Expose signal and syscall catchpoints to Python
 2015-12-16 22:24 UTC 

[pushed] [C++] Fix -Winvalid-offsetof warnings with g++ 4.4
 2015-12-16 20:10 UTC 

[PATCH v2 1/2] gdbserver: Set Linux ptrace options ASAP
 2015-12-16 15:42 UTC  (7+ messages)
` [PATCH v3 1/2] gdbserver: set ptrace flags after creating inferiors
  ` [PATCH v3 2/2] Implement 'catch syscall' for gdbserver

[PATCH] Fix one heap buffer overflow in aarch64_push_dummy_call
 2015-12-16  9:35 UTC 

[PATCH] Tweak gdb.trace/ftrace.exp for aarch64
 2015-12-15 16:08 UTC 

[PATCH v6 0/9] Series short description
 2015-12-15 13:40 UTC  (5+ messages)
` [PATCH v6 4/9] Explicit locations: introduce address locations

[PATCH 0/2] Fix invalid left shift of negative value
 2015-12-15 13:15 UTC  (5+ messages)
` [PATCH 3/2] "
    ` [SIM patch] "

[PATCH][PR gdb/19361] Fix invalid comparison functions
 2015-12-15 11:51 UTC 

RFA: AArch64 sim: Add support for the MRS instruction
 2015-12-15 11:04 UTC  (3+ messages)

[PATCH 1/3] Target remote mode fork and exec events
 2015-12-15 10:52 UTC  (12+ messages)
` [PATCH v2 0/3] Target remote mode fork and exec support
  ` [PATCH v2 2/3] Target remote mode fork and exec events
  ` [PATCH v2 1/3] Target remote mode fork and exec tests
      ` [pushed] "
  ` [PATCH v2 3/3] Target remote mode fork and exec docs
      ` [pushed] "

[PATCH/aarch64] Fix handling of hfa/hva arrays
 2015-12-14 12:59 UTC  (2+ messages)

[patch, testsuite] fix problems in gdb.base/paginate-bg-execution.exp
 2015-12-14 10:52 UTC  (5+ messages)

[patch, testsuite] check for readline support in gdb.base/history-duplicates.exp
 2015-12-14  9:27 UTC  (2+ messages)

[patch, testsuite] skip gdb.base/gdbhistsize-history.exp on remote hosts
 2015-12-14  9:16 UTC  (2+ messages)

[patch, testsuite] skip gdb.base/gdbinit-history.exp on remote hosts
 2015-12-14  9:10 UTC  (2+ messages)

[PATCH] gdb: Use TYPE_LENGTH macro
 2015-12-14  8:00 UTC  (2+ messages)

tentative GDB 7.11 release schedule
 2015-12-14  5:33 UTC 

[patch ping] unreviewed testsuite patches
 2015-12-14  0:08 UTC 

[PATCH/sim]: Fix aarch64 simulator build
 2015-12-13  1:32 UTC  (2+ messages)

[PATCH 0/7] Minor changes to 'list' command
 2015-12-11 23:28 UTC  (2+ messages)

[PATCH 0/2] Problems with gdb.mi/mi-vla-fortran.exp
 2015-12-11 21:38 UTC  (4+ messages)
` [PATCH 1/3] gdb: New set/show max-value-size command
` [PATCH 2/3] gdb: Set max-value-size before running tests
` [PATCH 3/3] gdb: Guard against undefined behaviour in mi-vla-fortran.exp

[PATCH v7 6/8] Support software single step on ARM in GDBServer
 2015-12-11 17:52 UTC  (14+ messages)
` [PATCH v7.1] "
          ` [PATCH v7.2] "

[PATCH] Remove gdb.base/coremaker2.c
 2015-12-11 16:22 UTC  (2+ messages)

page:  |  | latest

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