public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/17] All-stop on top of non-stop
 2015-04-01 22:14 UTC  (10+ messages)
` [PATCH 08/17] Use keep_going in proceed and start_step_over too
` [PATCH 13/17] Fix signal-while-stepping-over-bp-other-thread.exp on targets always in non-stop
` [PATCH 03/17] Displaced stepping debug: fetch the right regcache
` [PATCH 10/17] Factor out code to re-resume stepped thread
` [PATCH 17/17] native Linux: enable always non-stop by default
` [PATCH 04/17] Change adjust_pc_after_break's prototype
` [PATCH 02/17] PR13858 - Can't do displaced stepping with no symbols
` [PATCH 01/17] Fix and test "checkpoint" in non-stop mode
` [PATCH 09/17] Misc switch_back_to_stepped_thread cleanups

[rfc, spu] Don't call set_gdbarch_cannot_step_breakpoint in spu_gdbarch_init
 2015-04-01 20:35 UTC  (2+ messages)

[PATCH] Support gzip compressed exec and core files in gdb
 2015-04-01 19:10 UTC  (8+ messages)

[committed, PATCH] Fix sim build
 2015-04-01 17:33 UTC 

PATCH: Update --with-system-zlib
 2015-04-01 17:17 UTC  (5+ messages)

[PATCH] sim: update zlib handling
 2015-04-01 17:16 UTC  (3+ messages)

[PATCH] sim: run: punt!
 2015-04-01 17:13 UTC  (3+ messages)

[PATCH 0/9] New default sysroot "target:"
 2015-04-01 16:03 UTC  (29+ messages)
` [PATCH 6/9] Strip "target:" prefix in solib_find if accessing local files
` [PATCH 4/9] Convert "remote:" sysroots to "target:" and remove "remote:"
` [PATCH 1/9] Introduce target_fileio_fstat
` [PATCH 8/9] Make the default sysroot be "target:"
` [PATCH 9/9] Document "target:" sysroot changes
` [PATCH 7/9] Update exec_file_attach to cope with "target:" filenames
` [PATCH 2/9] Introduce target_filesystem_is_local
` [PATCH 5/9] Rearrange symfile_bfd_open
` [PATCH 3/9] Make gdb_bfd_open able to open BFDs using target fileio
` [PING][PATCH 0/9] New default sysroot "target:"

[PATCH 0/7] Do not require "file" commands for remote targets
 2015-04-01 14:55 UTC  (10+ messages)
` [PATCH 2/7] Introduce exec_file_find
` [PATCH 3/7] Use gdb_sysroot for main executable on attach
` [PATCH 1/7] Introduce exec_file_locate_attach
` [PATCH 4/7] Introduce linux_pid_to_exec_file
` [PATCH 5/7] Implement remote_pid_to_exec_file using qXfer:exec-file:read
` [PATCH 6/7] Implement qXfer:exec-file:read in gdbserver
` [PATCH 7/7] Access executable from remote system when first inferior appears

[pushed] infrun.c:resume: currently_stepping after clearing stepped_breakpoint
 2015-04-01 14:40 UTC 

[pushed] gdb.threads/manythreads.exp: can't read "test": no such variable
 2015-04-01 14:34 UTC 

[pushed] Fix gdb_spawn_with_cmdline_opts with non-empty GDBFLAGS
 2015-04-01 14:28 UTC 

[pushed] Make print_target_wait_results print the whole ptid
 2015-04-01 14:26 UTC  (2+ messages)

[PATCH] Fix a crash with maintenance print type for GNAT stuff
 2015-04-01 14:25 UTC  (2+ messages)

[pushed] keep_going: Add missing discard_cleanups call
 2015-04-01 14:20 UTC 

[pushed] wait_for_inferior and errors thrown from target_wait
 2015-04-01 13:59 UTC 

[pushed] Use do_target_resume when stepping past permanent breakpoint too
 2015-04-01 13:31 UTC 

[PATCH] linux_nat.c: Mark new thread running even if momentarily pausing
 2015-04-01 13:27 UTC  (2+ messages)
` [pushed] "

[PATCH v2] Add support for the x86 XSAVE extended state on FreeBSD/x86
 2015-04-01 13:27 UTC  (2+ messages)

[PATCH] Share the "multi_line" helper among all Ada testcases
 2015-04-01 13:08 UTC  (9+ messages)

[PATCH][COMMITTED] Add myself as a write-after-approval GDB maintainer
 2015-04-01 13:07 UTC 

[PATCH] Crash on thread id wrap around
 2015-04-01 12:48 UTC  (3+ messages)
  ` [pushed] "

[PATCH 1/8] Add --with-system-zlib in bfd
 2015-04-01 12:18 UTC  (36+ messages)

[patch/cygwin] Remove dependency on __COPY_CONTEXT_SIZE
 2015-04-01 11:53 UTC  (9+ messages)

[PATCH 0/4] GDBServer: introduce a dedicated stderr stream
 2015-04-01 11:17 UTC  (9+ messages)
` [PATCH 2/4] GDBServer: give more complete usage information

[PATCH] Do not consider reference types as dynamic
 2015-04-01  8:52 UTC  (3+ messages)

[RFC] Guile info/enable/disable command trio support
 2015-04-01  6:26 UTC 

[PATCH] sim: m32c: enable warnings & clean up a bunch
 2015-04-01  6:23 UTC 

[PATCH] Fix Python completion when using the "complete" command
 2015-04-01  2:07 UTC  (2+ messages)

[RFC] [PATCH] Provide the ability to write the frame unwinder in Python
 2015-04-01  0:28 UTC  (29+ messages)

[PATCH v4 0/2] Improve corefile generation by using /proc/PID/coredump_filter (PR corefile/16902)
 2015-03-31 23:40 UTC  (4+ messages)
` [PATCH 1/2] Implement support for checking /proc/PID/coredump_filter

[RFC/PATCH] Extend gdb_core_cmd to allow "Cannot access memory..." messages
 2015-03-31 23:39 UTC  (5+ messages)
  ` [PATCH] Catch exception on solib_svr4_r_ldsomap (was: Re: [RFC/PATCH] Extend gdb_core_cmd to allow "Cannot access memory..." messages)
    ` [PATCH] Catch exception on solib_svr4_r_ldsomap

[zlib] [PATH] Use AM_ENABLE_MULTILIB only if with_target_subdir isn't empty
 2015-03-31 20:12 UTC 

[PATCH V4 0/9] Add support for DTrace USDT probes to gdb
 2015-03-31 19:54 UTC  (9+ messages)
` [PATCH V4 5/9] New probe type: DTrace USDT probes

[comitted, PATCH] Replace src-release with src-release.sh
 2015-03-31 18:51 UTC 

[PATCH v3 0/3] GDBServer: introduce a dedicated output stream
 2015-03-31 16:18 UTC  (5+ messages)
` [PATCH v3 2/3] GDBServer: introduce --server-output command line option
` [PATCH v3 1/3] GDBServer: introduce a stream dedicated to the server
` [PATCH v3 3/3] GDBServer: add 'monitor set server-output' command

[PATCH] Add --with-system-zlib in gdb
 2015-03-31 15:11 UTC  (6+ messages)

[PATCH][V2] dwarf.exp: Allow generating a stub .debug_line section
 2015-03-31 14:30 UTC  (5+ messages)

[patch] fix the triplet regexp to recognize triplets, not only quadruplets
 2015-03-31 13:27 UTC  (4+ messages)

[PATCH] gdb: New frame_cache_cleared observer
 2015-03-31 12:08 UTC  (6+ messages)

[PATCH] Add cpu information to the info os command on linux
 2015-03-31 11:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] sim: common: sim-arange: fix extern inline handling
 2015-03-31  6:05 UTC  (2+ messages)
` [PATCH] common: cgen-mem/cgen-ops: "

[PATCH] sim: cr16/d10v: restore generated headers dep
 2015-03-31  6:05 UTC 

[PATCH] sim: m68hc11: fix gcc-5 build error w/restrict keyword
 2015-03-31  6:02 UTC 

[PATCH] [c++/18141] Fix perf issue
 2015-03-30 23:42 UTC  (2+ messages)

[PATCH] dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls
 2015-03-30 23:29 UTC 

[PATCH v4 00/13] Update of the SPARC SIS simulator
 2015-03-30 20:51 UTC  (4+ messages)
` [PATCH v4 13/13] Add watchpoint support to gdb simulator interface

[PATCH 1/7 v3] powerpc: Support z-point type in gdbserver
 2015-03-30 16:31 UTC  (7+ messages)
` [PATCH 3/7 v3] Add testcases for ppc64 tracepoint
` [PATCH 7/7 v3] Remove tracepoint_action ops
` [PATCH 4/7 v3] Allow target to decide where to map jump-pad
` [PATCH 6/7 v3] Build unavailable-stack frames for tracepoint
` [PATCH 5/7 v3] Replace write_inferior_data_ptr with write_inferior_data_pointer
` [PATCH 2/7 v3] Tracepoint for ppc64

[PATCH 0/4] sim: arm: convert to nrun
 2015-03-30 16:11 UTC  (6+ messages)
` [PATCH 4/4] "
` [PATCH 3/4] sim: arm: delete NEED_UI_LOOP_HOOK handling
` [PATCH 2/4] sim: arm: clean up misc warnings
` [PATCH 1/4] sim: arm: use common configure options

[OB PATCH] Remove three redundant wrapper functions in remote.c
 2015-03-30 14:20 UTC 

[PATCH] sim: arm: move COPRO settings to the makefile
 2015-03-30  7:07 UTC 

[PATCH 1/4] sim: d10v: use common configure options
 2015-03-30  6:22 UTC  (4+ messages)
` [PATCH 4/4] sim: d10v: convert to nrun
` [PATCH 2/4] sim: d10v: clean up misc warnings
` [PATCH 3/4] sim: d10v: delete NEED_UI_LOOP_HOOK handling

[PATCH] sim: d10v: link in missing testsuite
 2015-03-30  5:09 UTC 

[PATCH 1/5] sim: cr16: use common configure options
 2015-03-30  4:55 UTC  (5+ messages)
` [PATCH 3/5] sim: cr16: delete dead code
` [PATCH 4/5] sim: cr16: delete NEED_UI_LOOP_HOOK handling
` [PATCH 2/5] sim: cr16: clean up misc warnings
` [PATCH 5/5] sim: cr16: convert to nrun

[PATCH] sim: cr16: add _start symbol to tests [BZ #12385]
 2015-03-30  1:01 UTC 

[PATCH 1/2] sim: mcore/microblaze: delete dead code
 2015-03-29 21:45 UTC  (2+ messages)
` [PATCH 2/2] sim: microblaze: convert to nrun

[PATCH 1/2] sim; testsuite: allow tests to set no output
 2015-03-29 20:47 UTC  (2+ messages)
` [PATCH 2/2] sim: microblaze: start a testsuite

[PATCH 2/2] Fast tracepoint for powerpc64le
 2015-03-29 19:36 UTC  (2+ messages)

[PATCH 1/3 v2] Fast tracepoint for powerpc64le
 2015-03-29 19:27 UTC  (2+ messages)

[PATCH] sim: microblaze: use common configure options
 2015-03-29 15:50 UTC 

[PATCH] sim: testsuite: make subdir unconditional
 2015-03-29 15:50 UTC 

[PATCH] Handle unbuffered Guile memory ports, and zero sized ports
 2015-03-29 15:36 UTC  (2+ messages)

[PATCH 1/4] sim: mcore: drop sbrk support
 2015-03-29  8:13 UTC  (3+ messages)
` [PATCH 2/4] sim: mcore: add a basic testsuite
` [PATCH 4/4] sim: mcore: convert to nrun

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).