public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/9] Add support for DTrace USDT probes to gdb
 2014-10-10 18:44 UTC  (27+ messages)
` [PATCH 7/9] Simple testsuite for DTrace USDT probes
` [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 5/9] New probe type: DTrace USDT probes
` [PATCH 3/9] New commands `enable probe' and `disable probe'
` [PATCH 6/9] Support for DTrace USDT probes in x86_64 targets

[PATCH, doc RFA] Add ability to set random attributes in python objfiles,progspaces
 2014-10-10 18:25 UTC  (7+ messages)

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

[PATCH] Delete IRIX support
 2014-10-10 17:28 UTC  (2+ messages)
` [pushed] "

[PATCH] Microblaze: Reject invalid target descriptions
 2014-10-10 17:14 UTC  (2+ messages)

Deprecating (and deleting) user-facing APIs [was Re: Why do functions objfpy_new and pspy_new exist?]
 2014-10-10 16:35 UTC  (6+ messages)

[PATCH 0/3] Work around PR libc/13097 "linux-vdso.so.1"
 2014-10-10 16:14 UTC  (2+ messages)

[PATCH] Sync libiberty with gcc
 2014-10-10 14:54 UTC  (2+ messages)

[PATCH] Skip server-kill.exp on remote target
 2014-10-10 13:57 UTC  (14+ messages)
  ` [PATCH 0/3] Tweak server-kill.exp for "
    ` [PATCH 3/3] Use command "monitor set debug 0" to check the connection
    ` [PATCH 1/3] Clean up server-kill.exp
    ` [PATCH 2/3] Get GDBserver pid on remote target

[PATCH 0/3] Fix non-stop + "breakpoints always-inserted off" regressions
 2014-10-10 12:52 UTC  (6+ messages)
` [PATCH 3/3] Fix non-stop regressions caused by "breakpoints always-inserted off" changes

[PATCH] Explicitly use language_c when evaluating a SDT probe argument
 2014-10-10 12:38 UTC  (2+ messages)

[patch] save breakpoints does not save disabled breakpoints correctly
 2014-10-10 12:31 UTC  (6+ messages)
  ` [patchv2 1/2] "
  ` [patchv2 2/2] "

[PATCH] gdb/i387-tdep.c: Avoid warning for "-Werror=strict-overflow"
 2014-10-10 11:22 UTC  (11+ messages)

[PATCH] Force to update thread list in queue-signal.exp
 2014-10-10  9:18 UTC  (5+ messages)

[PATCH v3] aarch64/gdbserver: fix floating point registers display
 2014-10-10  8:38 UTC  (2+ messages)

[PATCH, PR 17364] Need better printer names in bound_register.py
 2014-10-10  6:58 UTC  (3+ messages)

[patch] save breakpoints does not save signal catchpoints correctly
 2014-10-10  1:03 UTC  (4+ messages)

[Patch] Microblaze: Port of Linux gdbserver
 2014-10-09 23:42 UTC  (4+ messages)

time to workaround libc/13097 in fsf gdb?
 2014-10-09 22:07 UTC  (12+ messages)

[PATCH] PR tdep/9390: Fix possible typo on xstorxstormy16-tdep.c
 2014-10-09 18:01 UTC  (5+ messages)

[PATCH 0/4] Fix a set of terminal/readline handling bugs/crashes
 2014-10-09 18:00 UTC  (5+ messages)
` [PATCH 1/4] Make common code handle target_terminal_* idempotency
` [PATCH 4/4] PR gdb/17471: Repeating a background command makes it foreground
` [PATCH 2/4] PR gdb/17472: With annotations, input while executing in the foreground crashes readline/GDB
` [PATCH 3/4] PR gdb/17300: Input after "c -a" "

[PATCH][PR python/17364] Cleanup registration of __gdb_builtin_type_bound128 pretty-printer
 2014-10-09 16:23 UTC  (4+ messages)

[PATCH] [PR gdb/16762 gdb/15958] Fixes for properly resizing TUI
 2014-10-09 15:57 UTC 

[PATCH] Remove duplicate code to init python objfile/progspace objects
 2014-10-09 15:54 UTC 

[PATCH v6 0/2] enable target-async by default
 2014-10-09 15:48 UTC  (6+ messages)
` [pushed] "
  ` Crash regression for annota1.exp w/vDSO debuginfo [Re: [pushed] Re: [PATCH v6 0/2] enable target-async by default]

[PATCH 0/3] Rationalize cleanups/exceptions includes
 2014-10-09 14:47 UTC  (17+ messages)
` [PATCH 1/3] Remove spurious exceptions.h inclusions
` [PATCH 3/3] Include common-exceptions.h in common-defs.h
` [PATCH 2/3] Include cleanups.h "
` [PING PATCH 0/3] Rationalize cleanups/exceptions includes

[PATCH 0/2] Fix implptr-optimized-out.exp fail in thumb mode
 2014-10-09 12:43 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH] Remove non-address bits for longjmp resume breakpoint
 2014-10-09 11:46 UTC 

[PATCH 00/13 v2] Refactor low-level Linux x86 debug register code
 2014-10-09 10:44 UTC  (14+ messages)
` [PATCH 04/13 v2] Make linux_stop_lwp be a shared function
` [PATCH 01/13 v2] Introduce current_lwp_ptid
` [PATCH 02/13 v2] Add x86_debug_reg_state to gdbserver
` [PATCH 12/13 v2] Move low-level Linux x86 debug register code to a shared file
` [PATCH 07/13 v2] Make lwp_info.arch_private handling shared
` [PATCH 03/13 v2] Add iterate_over_lwps to gdbserver
` [PATCH 05/13 v2] Introduce basic LWP accessors
` [PATCH 08/13 v2] Rename gdbserver's low-level Linux x86 debug register accessors
` [PATCH 10/13 v2] Linux x86 low-level debug register comment synchronization
` [PATCH 06/13 v2] Change signature of linux_target_ops.new_thread
` [PATCH 11/13 v2] Introduce x86_linux_update_debug_registers
` [PATCH 09/13 v2] Linux x86 low-level debug register code synchronization
` [PATCH 13/13 v2] Move duplicated Linux x86 code to nat/x86-linux.c

[PATCH 0/2] Make chained function calls in expressions work
 2014-10-09  0:02 UTC  (3+ messages)

[RFC PATCH 0/3] Catch syscall group
 2014-10-08 20:48 UTC  (11+ messages)
` [RFC PATCH 1/3] Implemement support for groups of syscalls in the xml-syscall interface
` [RFC PATCH 2/3] Add support to catch groups of syscalls
` [RFC PATCH 3/3] Create syscall groups for x86_64

[PATCH v2 00/15] let gdb reuse gcc's C compiler
 2014-10-08 19:42 UTC  (13+ messages)
` [PATCH v2 14/14] the "compile" command
` [PATCH v2 10/14] make dwarf_expr_frame_base_1 public

New global maintainer - Yao Qi
 2014-10-08 19:15 UTC  (2+ messages)

[PATCH] Fix gdb.dwarf2/dwz.exp for thumb mode
 2014-10-08 15:21 UTC  (7+ messages)

[Patch] Microblaze: Port of Linux gdbserver
 2014-10-08 14:59 UTC 

[PATCH] testsuite: add testsuite for aarch64 floating point
 2014-10-08 14:38 UTC  (2+ messages)

[PATCH] Microblaze: Reject invalid target descriptions
 2014-10-08 11:40 UTC 

[OB PATCH] Do not include unnecessary files in fbsd-tdep.c
 2014-10-08  8:54 UTC 

Fix infinite loop in update_enumeration_type_from_children
 2014-10-08  5:58 UTC  (3+ messages)

Fix off-by-one bug calling value_cstring
 2014-10-08  1:13 UTC  (2+ messages)

time to workaround libc/13097 in fsf gdb?
 2014-10-07 23:16 UTC  (5+ messages)

[PATCH RFC] PR 17464: Possible improvement for "info vector" command
 2014-10-07 18:15 UTC  (2+ messages)

[Patch, microblaze]: Added cleanup data for invalid target description
 2014-10-07 17:09 UTC  (4+ messages)

[PATCH RFC] PR 17464: Possible improvement for "info vector" command
 2014-10-07 15:46 UTC 

[PATCH 0/3] Fix gdb.python tests fails on remote host
 2014-10-07 13:58 UTC  (3+ messages)

[RFC] Support for calling overloaded C++ functions from Python
 2014-10-07 13:35 UTC  (2+ messages)

eliminate deprecated_insert_raw_breakpoint. what's left
 2014-10-07  0:25 UTC  (2+ 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-10-06 21:20 UTC  (4+ messages)

[RFD+PATCH] ISA bit treatment on the MIPS platform
 2014-10-06 15:43 UTC  (6+ messages)
  ` [PATCH v2 1/2] "
    ` [PATCH v2 2/2] Correct invalid assumptions made by (mostly) DWARF-2 tests

[PATCH] aarch64/gdbserver: fix floating point registers display
 2014-10-06 12:28 UTC  (14+ messages)

[PATCH] MIPS: Ignore invalid regs during info registers all
 2014-10-06 10:02 UTC  (6+ messages)

[PATCH 0/9] software single-step support rework, fix limitations
 2014-10-06  8:42 UTC  (6+ messages)
` [PATCH 1/9] Decide whether we may have removed breakpoints based on step_over_info

[PATCH] microMIPS support
 2014-10-06  0:46 UTC  (6+ messages)
` [PATCH] microMIPS support (Linux signal trampolines)
        ` [PING][PATCH] "

[committed] MIPS: Rewrite `add_offset_16' to match its name
 2014-10-05 22:42 UTC 

[committed] MIPS: Correct heuristic prologue termination conditions
 2014-10-05 22:25 UTC 

[committed] MIPS: Correct MUSTBE32 interpretation in delay slot handling
 2014-10-05 20:59 UTC 

[PATCH 00/10] Linux extended-remote fork events
 2014-10-03 23:51 UTC  (5+ messages)
` [PATCH 02/16 v2] Refactor follow-fork message printing

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).