Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v3 00/23] All-stop on top of non-stop
 2015-04-22 17:48 UTC  (36+ messages)
` [PATCH v3 06/17] Use keep_going in proceed and start_step_over too
` [PATCH v3 04/17] Make thread_still_needs_step_over consider stepping_over_watchpoint too
` [PATCH v3 13/17] Fix step-over-{trips-on-watchpoint|lands-on-breakpoint}.exp race
` [PATCH v3 02/17] Change adjust_pc_after_break's prototype
` [PATCH v3 03/17] remote.c/all-stop: Implement TARGET_WAITKIND_NO_RESUMED and TARGET_WNOHANG
` [PATCH v3 15/17] PPC64: Fix gdb.arch/ppc64-atomic-inst.exp with displaced stepping
` [PATCH v3 11/17] Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stop
` [PATCH v3 05/17] Embed the pending step-over chain in thread_info objects
` [PATCH v3 08/17] Factor out code to re-resume stepped thread
` [PATCH v3 01/17] Fix and test "checkpoint" in non-stop mode
` [PATCH v3 17/17] native Linux: enable always non-stop by default
` [PATCH v3 07/17] Misc switch_back_to_stepped_thread cleanups
` [PATCH v3 09/17] Teach non-stop to do in-line step-overs (stop all, step, restart)
` [PATCH v3 12/17] Fix interrupt-noterm.exp on targets always in non-stop
` [PATCH v3 14/17] Disable displaced stepping if trying it fails
` [PATCH v3 16/17] S/390: displaced stepping and PC-relative RIL-b/RIL-c instructions
` [PATCH v3 10/17] Implement all-stop on top of a target running non-stop mode

[PATCH 0/4] S390: Vector ABI support
 2015-04-22 17:45 UTC 

3 weeks to GDB 7.9.1 release?
 2015-04-22 17:14 UTC  (6+ messages)

[PATCH] Fixes to Cygwin-specific signal handling
 2015-04-22 14:23 UTC  (15+ messages)
` [PATCH 0/5] Fix to Cygwin-specific signal handling (v2)
  ` [PATCH 2/5] windows-nat: Cleanups in get_windows_debug_event
  ` [PATCH 4/5] windows-nat: Report an error if ContinueDebugEvent() fails
  ` [PATCH 5/5] windows-nat: Don't change current_event.dwThreadId in handle_output_debug_string()
  ` [PATCH 1/5] windows-nat: Don't use ternary conditional operator in get_windows_debug_event
  ` [PATCH 3/5] windows-nat: Fix misspelling in debug output

[PATCH] Find debug symbols file by buildid for coff file format also
 2015-04-22 13:41 UTC  (5+ messages)
    ` [PATCH] Find debug symbols file by buildid for PE "

[PATCH] Skip gdb.base/relativedebug.exp if libc doesn't have debug info
 2015-04-22  8:56 UTC 

[PATCH 1/4] compile: Use libcc1.so->libcc1.so.0
 2015-04-22  7:21 UTC  (5+ messages)
` [PATCH 3/4] compile: set debug compile: Display GCC driver filename
` [PATCH 2/4] compile: Use libcc1.so.0->libcc1.so.1
` [PATCH 4/4] compile: Add 'set compile-gcc'

[PATCH] compile: Use libcc1.so->libcc1.so.0
 2015-04-21 21:38 UTC  (2+ messages)
` mail dup cancel: "

[RFA] Fix pascal behavior for class fields
 2015-04-21 20:33 UTC  (7+ messages)
        ` gdb-patches RFA: "
          ` [RFA 0/3] Fix pascal behavior for class fields with testcase
            ` [RFA 0/3 V4] "
                ` PING "

[PATCH 00/24] Remove gdb,noinferiorio from gdbserver boards
 2015-04-21 18:43 UTC  (25+ messages)
` [PATCH 01/24] gdb_test_multiple match eof of any spawn_id
` [PATCH 10/24] Make gdb.base/catch-gdb-caused-signals.exp use gdb_test_stdio
` [PATCH 07/24] Introduce gdb_test_stdio
` [PATCH 12/24] Make gdb.base/a2-run.exp use $inferior_spawn_id and gdb_test_stdio
` [PATCH 04/24] Don't rely on inferior I/O in gdb.base/siginfo-addr.exp
` [PATCH 13/24] Make gdb.base/call-ar-st.exp use gdb_test_stdio
` [PATCH 16/24] Make gdb.base/shlib-call.exp "
` [PATCH 05/24] Don't rely on inferior I/O in {call-signal-resume, unwindonsignal}.exp
` [PATCH 02/24] gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
` [PATCH 24/24] Don't set gdb,noinferiorio on gdbserver boards
` [PATCH 17/24] Make gdb.base/varargs.exp use gdb_test_stdio
` [PATCH 20/24] Adjust MI to $inferior_spawn_id
` [PATCH 21/24] Make gdb.mi/mi-dprintf.exp use $inferior_spawn_id
` [PATCH 11/24] Make gdb.base/dprintf.exp use gdb_test_stdio
` [PATCH 23/24] interrupt.exp: Revert back to checking gdb,noinferiorio at the top
` [PATCH 09/24] Make gdb.base/call-strs.exp use gdb_test_stdio
` [PATCH 03/24] Fix gdb.base/interrupt.exp racy fail against gdbserver
` [PATCH 22/24] Unbuffer all tests that rely on stdio
` [PATCH 14/24] Make gdb.base/call-rt-st.exp use $inferior_spawn_id
` [PATCH 06/24] Don't rely on inferior I/O in gdb.base/restore.exp
` [PATCH 19/24] Make gdb.gdb/selftest.exp use '-i $inferior_spawn_id'
` [PATCH 08/24] Make gdb.base/sizeof.exp use gdb_test_stdio
` [PATCH 18/24] Make gdb.gdb/complaints.exp use '-i $inferior_spawn_id' and gdb_test_stdio
` [PATCH 15/24] Make gdb.base/ending-run.exp use gdb_test_stdio

[PATCH 0/6] Introduce $inferior_spawn_id, make interrupt.exp work with GDBserver
 2015-04-21 18:32 UTC  (10+ messages)
` [PATCH 5/6] testsuite: Introduce $inferior_spawn_id

[PING][PATCH v3] Python API: Fix an exception when registering a global pretty-printer in verbose mode
 2015-04-21 17:26 UTC 

[Ada/DWARF] printing array of variant records
 2015-04-21 15:44 UTC  (7+ messages)
` [FYI 3/6] [Ada] Resolve dynamic type before trying to print it
` [FYI 6/6] testsuite/gdb.ada/var_rec_arr: New testcase
` [FYI 4/6] [Ada] array of variant record subscripting
` [RFA/commit 2/6] Add valaddr support in dynamic property resolution
` [FYI 5/6] GDB crash trying to subscript array of variant record
` [RFA/commit 1/6] preserve the bit stride when resolving an array type

[OB PATCH] Introduce new shared function fileio_to_host_openflags
 2015-04-21 11:23 UTC 

[PATCH 0/7] GNU/Linux mount namespace support
 2015-04-21  7:56 UTC  (34+ messages)
` [PATCH 4/7] Remove linux_proc_pid_get_ns
` [PATCH 1/7] Move make_cleanup_close to common code
` [PATCH 2/7] Introduce target_fileio_set_fs
` [PATCH 6/7] Implement multiple-filesystem support for remote targets
` [PATCH 3/7] Introduce nat/linux-namespaces.[ch]
` [PATCH 7/7] Implement vFile:setfs in gdbserver

[PATCH] Extend rl78 prologue analyzer to recognize more complicated prologues
 2015-04-21  7:54 UTC 

[PATCH 1/5] sim: gennltvals.sh: handle split out newlib source tree
 2015-04-21  7:30 UTC  (5+ messages)
` [PATCH 3/5] sim: mcore: drop watchpoint/dumpmem/clearstats support
` [PATCH 2/5] sim: mcore: switch to common syscall handling
` [PATCH 4/5] sim: mcore: convert to common memory/verbose functions
` [PATCH 5/5] sim: mcore: clean up printf warnings

RFC: "set" command with 2 arguments instead of one?
 2015-04-20 15:30 UTC  (10+ messages)

[PATCH] Do not consider reference types as dynamic
 2015-04-20 14:27 UTC  (9+ messages)

[PATCH] Fix MI dprintf-insert not printing when a location is pending
 2015-04-20 12:14 UTC  (6+ messages)

[PATCH 0/7] Do not require "file" commands for remote targets
 2015-04-20 10:41 UTC  (16+ messages)
` [PATCH 6/7] Implement qXfer:exec-file:read in gdbserver
  ` Possible regression on gdb.base/attach.exp when using native-extended-gdbserver (was: Re: [PATCH 6/7] Implement qXfer:exec-file:read in gdbserver)
    ` [OB PATCH] Fix three test failures with extended remote targets
` [PATCH 7/7] Access executable from remote system when first inferior appears

[WIP] Bare-metal register browsing
 2015-04-20  6:30 UTC 

[PATCH v5] Add Guile frame filter interface
 2015-04-20  5:29 UTC  (3+ messages)

[PATCH 00/18] Implement full completer limiting
 2015-04-20  3:21 UTC  (2+ messages)

[OB PATCH] Remove duplicated xmalloc in update_dprintf_command_list
 2015-04-19 23:12 UTC 

[committed mig] Do not generate code dereferencing type-punned pointers
 2015-04-19 22:41 UTC 

[PATCH] readline: rlmbutil.h: Declare wcwidth() when HANDLE_MULTIBYTE enabled
 2015-04-19 18:46 UTC  (3+ messages)

[PATCH] readline: rltty.c: Declare ioctl() explicitly
 2015-04-19 17:45 UTC  (3+ messages)

[PATCH v5 0/9] Update of the SPARC SIS simulator
 2015-04-19  7:04 UTC  (15+ messages)
` [PATCH v5 3/9] sim/erc32: Access memory subsystem through struct memsys
` [PATCH v5 6/9] sim/erc32: Add support for LEON2 processor emulation
` [PATCH v5 4/9] sim/erc32: Move local extern declarations into sis.h
` [PATCH v5 1/9] sim/erc32: Switched emulated memory to host endian order
` [PATCH v5 5/9] sim/erc32: Add support for LEON3 processor emulation
` [PATCH v5 8/9] sim/erc32: Add data watchpoint support
` [PATCH v5 2/9] sim/erc32: Use gdb callback for UART I/O when linked with gdb

[patch] compile: Fix crash on cv-qualified self-reference
 2015-04-18 17:28 UTC 

[patch] Fix ASAN crash for gdb.compile/compile.exp
 2015-04-18 17:01 UTC 

[PATCH] sim: clean up duplicate sim-engine hooks
 2015-04-18  8:40 UTC 

[PATCH] sim: trim old USING_SIM_BASE_H define
 2015-04-18  8:35 UTC 

[PATCH] sim: unify SIM_CPU definition
 2015-04-18  8:35 UTC 

[PATCH] sim: unify sim_cia definition
 2015-04-18  8:15 UTC 

[PATCH v8 0/7]
 2015-04-17 21:00 UTC  (8+ messages)
` [PATCH v8 2/7] Clone remote breakpoints
` [PATCH v8 3/7] Extended-remote Linux follow fork
` [PATCH v8 4/7] Arch-specific remote "
` [PATCH v8 1/7] Identify remote fork event support
` [PATCH v8 5/7] Remote follow vfork
` [PATCH v8 7/7] Extended-remote follow fork documentation
` [PATCH v8 6/7] Remote fork catch

[PATCH] gdb: fix xtensa build with custom overlay
 2015-04-17 17:24 UTC  (4+ messages)

[PATCH 0/2] Improved variable object invalidation in GDB
 2015-04-17 15:18 UTC  (3+ messages)
` [PATCH 2/2] Testsuite for varobj updation after symbol removal

[committed] ob: merge include/partition.h from gcc
 2015-04-17 15:15 UTC 

[PATCH] Use exec_file_find to prepend gdb_sysroot in follow_exec
 2015-04-17 13:28 UTC 

[PATCH] Update comments to target_can_use_hardware_watchpoint
 2015-04-17 13:01 UTC  (3+ messages)

[PATCH] return zero in arm_linux_can_use_hw_breakpoint if HW point isn't supported
 2015-04-17 13:01 UTC  (3+ messages)

[PATCH] [testsuite] Probe awatch/rwatch support
 2015-04-17  9:34 UTC  (3+ messages)

[PATCH] Do arm_abi detection for ELFOSABI_GNU binaries
 2015-04-17  8:41 UTC  (2+ messages)

[PATCH] sim: microblaze: switch to common memory functions
 2015-04-17  7:19 UTC 

[PATCH] sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}
 2015-04-17  7:00 UTC 

[PATCH] sim: arm/cr16/d10v/h8300/microblaze/sh: fill out sim-cpu pc fetch/store helpers
 2015-04-17  6:26 UTC 

[PATCH] [PR symtab/18258] Fix
 2015-04-17  0:02 UTC 

page:  |  | latest

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