public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/10] Linux extended-remote fork events
 2014-09-29 18:08 UTC  (12+ messages)
` [PATCH 01/16 v2] Refactor native follow-fork
` [PATCH 02/16 v2] Refactor follow-fork message printing

[RFA/commit] arm-tdep.c: Do not single-step after hitting a watchpoint
 2014-09-29 17:57 UTC  (11+ messages)

[PATCH] Add call to prune_program_spaces in mi_cmd_remove_inferior
 2014-09-29 17:48 UTC  (6+ messages)

[PATCH] MIPS bit field failures in gdb.base/store.exp
 2014-09-29 17:35 UTC  (8+ messages)

[patch] Fix library-list.dtd -> library-list-svr4.dtd
 2014-09-29 16:15 UTC  (4+ messages)
  ` [commit] "

[PATCH] Skip dlopen-libpthread.exp in cross testing
 2014-09-29 15:28 UTC  (4+ messages)

[PATCH] DWARFv5 DW_TAG_aligned_type
 2014-09-29 15:17 UTC  (6+ messages)

Source files are deleted in in-tree build/test
 2014-09-29 14:01 UTC  (4+ messages)
` [PATCH 1/2] Don't remove files copied to host
  ` [PATCH 2/2] Rename py-objfile-script-gdb.py.in to py-objfile-script-gdb.py

[PATCH 0/9] Add support for DTrace USDT probes to gdb
 2014-09-29 13:53 UTC  (19+ messages)
  ` [PATCH 4/9] New gdbarch functions: dtrace_probe_argument, dtrace_probe_is_enabled, dtrace_enable_probe, dtrace_disable_probe
  ` [PATCH 2/9] Move `compute_probe_arg' and `compile_probe_arg' to probe.c
  ` [PATCH 1/9] Adapt `info probes' to support printing probes of different types
  ` [PATCH 9/9] Announce the DTrace USDT probes support in NEWS
  ` [PATCH 7/9] Simple testsuite for DTrace USDT probes
  ` [PATCH 6/9] Support for DTrace USDT probes in x86_64 targets
  ` [PATCH 3/9] New commands `enable probe' and `disable probe'
  ` [PATCH 5/9] New probe type: DTrace USDT probes
  ` [PATCH 8/9] Documentation for "

[PATCH 00/26] Regset rework
 2014-09-29 11:22 UTC  (4+ messages)

time to workaround libc/13097 in fsf gdb?
 2014-09-29 10:36 UTC  (42+ messages)
                    ` automated testing comment [Re: time to workaround libc/13097 in fsf gdb?]

[PATCH 4/4] PR c++/13403 and PR c++/15154: Fix gnuv3_pass_by_reference to treat dynamic classes as non-trivial
 2014-09-29  8:08 UTC  (2+ messages)

[PATCH 3/4] PR c++/13403 and PR c++/15154: Add new non-trivial return value tests
 2014-09-29  8:05 UTC  (2+ messages)

[PATCH 0/9] software single-step support rework, fix limitations
 2014-09-29  6:33 UTC  (13+ messages)
` [PATCH 1/9] Decide whether we may have removed breakpoints based on step_over_info
` [PATCH 2/9] Rewrite non-continuable watchpoints handling
` [PATCH 4/9] Remove deprecated_insert_raw_breakpoint and friends
` [PATCH 3/9] Put single-step breakpoints on the bp_location chain
` [PATCH 5/9] Switch back to stepped thread: clear step-over info
` [PATCH 8/9] Make single-step breakpoints be per-thread
` [PATCH 9/9] Non-stop + software single-step archs: don't force displaced-stepping for all single-steps
` [PATCH 6/9] thread.c: cleanup breakpoint deletion
` [PATCH 7/9] infrun.c: add for_each_just_stopped_thread

[PATCH 1/4] PR c++/13403 and PR c++/15154: Non trivial return value tests
 2014-09-29  6:16 UTC  (3+ messages)

[PATCH 2/4] PR c++/13403 and PR c++/15154: Fix gnuv3_pass_by_reference to lookup copy c-tors with qualified args
 2014-09-29  6:01 UTC  (2+ messages)

[PATCH 0/4] PR c++/13403 and PR c++/15154: Fix function calling convention in gnuv3 ABI
 2014-09-29  4:12 UTC  (3+ messages)

[PATCH 0/2] Fix implptr-optimized-out.exp fail in thumb mode
 2014-09-29  0:56 UTC  (3+ messages)
` [PATCH 1/2] Use Dwarf::assemble in implptr-optimized-out.exp
` [PATCH 2/2] Fix implptr-optimized-out.exp fail in thumb mode

[PATCH v2] Bug 17394: we cannot put a break-point at a global function for ASM file
 2014-09-28 16:08 UTC  (4+ messages)

[RFC] Handle armv4t thumb shared library
 2014-09-28 13:50 UTC 

[PATCH] microMIPS support
 2014-09-28 11:12 UTC  (5+ messages)
` [PATCH] microMIPS support (Linux signal trampolines)

[PATCH] gdb/c-lang.c: Remove useless "err = 0;" instruction in c_get_string()
 2014-09-28  0:46 UTC  (2+ messages)

[PATCH] Also mark ELF solib trampoline minimal symbols special
 2014-09-26 22:12 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] testsuite: expect possible pagination when starting gdb
 2014-09-26 21:01 UTC 

break on C++ global objects ctors
 2014-09-26 18:00 UTC  (7+ messages)

Questions on commit 6c95b8df7fef5273da71c34775918c554aae0ea8
 2014-09-26 16:51 UTC  (2+ messages)

[PATCH] Don't prune program spaces when doing "maintenance info program-spaces"
 2014-09-26 14:37 UTC  (9+ messages)

[PATCH 2/2] Enable having chained function calls in expressions
 2014-09-26 13:30 UTC 

[PATCH 0/2] Make chained function calls in expressions work
 2014-09-26 13:29 UTC 

[PATCH 1/2] Introduce a new lval_type lval_mirrored_on_inferior_stack
 2014-09-26 13:29 UTC 

[PATCH v2 2/2] mi-out: Implement mi redirection using a stack
 2014-09-26 12:51 UTC  (3+ messages)

[PATCH 0/3] Work around PR libc/13097 "linux-vdso.so.1"
 2014-09-26 12:25 UTC  (4+ messages)
` [PATCH 3/3] Cache the vsyscall/vDSO range per-inferior
` [PATCH 2/3] Work around PR libc/13097 "linux-vdso.so.1"
` [PATCH 1/3] Split vDSO range lookup to a gdbarch hook

[RFA] Fix PR gdb/17016: Expect for probe "map_complete" instead of "rtld_map_complete"
 2014-09-26  8:23 UTC  (11+ messages)
  ` [PATCH] Remove support for "rtld_" prefix on solib-svr4 probes (was: Re: [RFA] Fix PR gdb/17016: Expect for probe "map_complete" instead of "rtld_map_complete")
    ` [PATCH] Remove support for "rtld_" prefix on solib-svr4 probes

Why do functions objfpy_new and pspy_new exist?
 2014-09-25 22:07 UTC  (5+ messages)

[pushed] infrun.c:user_visible_resume_ptid: Don't check singlestep_breakpoints_inserted_p
 2014-09-25 16:03 UTC 

[pushed] breakpoint.c: debug output when we skip inserting a breakpoint
 2014-09-25 15:53 UTC 

[pushed] infrun.c: comment/typo fixes
 2014-09-25 15:44 UTC 

[PATCH v2 0/3] Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"
 2014-09-25 15:00 UTC  (10+ messages)
` [PATCH v2 3/3] "
    ` [PATCH v3 "
      ` [PATCH v4 "
            ` Regression for gdb.mi/mi-nsintrall.exp [Re: [PATCH v4 3/3] Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"]

[PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions
 2014-09-25 14:58 UTC  (4+ messages)
` [PATCH 3/3] Fix non-stop regressions caused by "breakpoints always-inserted off" changes
` [PATCH 1/3] Reduce Hg packet (select remote general thread) bouncing
` [PATCH 2/3] PR17431: following execs with "breakpoint always-inserted on"

[PATCH] Force to update thread list in queue-signal.exp
 2014-09-25 11:40 UTC 

[PATCH v6] Events when inferior is modified
 2014-09-25 10:14 UTC  (3+ messages)

[PATCH 0/3] Fix gdb.python tests fails on remote host
 2014-09-24 13:11 UTC  (2+ messages)

[PATCH 0/4] Fix gdb.trace/entry-values.exp fails in thumb mode
 2014-09-24 12:56 UTC  (3+ messages)
` [PATCH 2/4] Match instruction adjusts SP in thumb

[PATCH] Avoid software breakpoint's instruction shadow inconsistency
 2014-09-23 18:34 UTC  (4+ messages)

[PATCH v4] Introduce target_is_gdbserver
 2014-09-23 15:19 UTC 

[PING^2] [PATCH] Fix dynamic_cast operator
 2014-09-23 14:47 UTC  (2+ messages)

[PATCH] Honour SIGILL and SIGSEGV in cancel breakpoint
 2014-09-23 12:55 UTC  (7+ messages)

[Patch, microblaze]: Port of Linux gdbserver
 2014-09-23 12:49 UTC  (12+ messages)

[RFC][PATCH] arm-tdep.c (arm_m_exception_cache): Handle stack switching to PSP during exception unwind
 2014-09-23 12:45 UTC  (6+ messages)

[PATCH] Fix missing "@end table" gdb.texinfo
 2014-09-23 12:19 UTC  (2+ messages)

[PATCH] readline/search.c: Remove useless parameter '0' for rl_message()
 2014-09-23 11:40 UTC  (5+ messages)
            ` [Bug-readline] "

[PATCH 2/2] Support setting breakpoints on C++ virtual method pointers
 2014-09-22 23:40 UTC  (3+ messages)
` [PATCH 2/2] Support setting breakpoints on C++ "

[PATCH] Fix gdb.dwarf2/dwz.exp for thumb mode
 2014-09-22 13:52 UTC  (4+ messages)

[PATCH 0/3] target_{stop,continue} things
 2014-09-22 10:35 UTC  (4+ messages)
` [PATCH 2/3] Update target_stop's documentation

[PATCH 1/2] Fix C++ virtual method pointer resolution
 2014-09-22  3:07 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).