public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/18] Implement full completer limiting
 2015-04-13 19:23 UTC  (10+ messages)
` [PATCH 03/18] Implement completion limiting for complete_on_cmdlist
` [PATCH 05/18] Implement completion limiting for ada_make_symbol_completion_list
` [PATCH 07/18] Implement completion limiting for filename_completer
` [PATCH 09/18] Implement completion limiting for interpreter_completer
` [PATCH 08/18] Implement completion limiting for signal_completer
` [PATCH 04/18] Implement completion limiting for add_filename_to_list
` [PATCH 06/18] Implement completion limiting for condition_completer
` [PATCH 01/18] Add struct completer_data to the completion API
` [PATCH 02/18] Remove completion_tracker_t from the public "

[PATCH] Mark object files with "target:" filenames as OBJF_NONLOCAL_FILENAME
 2015-04-13 19:07 UTC 

[PATCH] Use software watchpoints if hardware watchpoints are not available when testing gdb.base/watch-bitfields.exp
 2015-04-13 18:36 UTC 

[PATCH] Handle memory write errors on gdb.base/break-always.exp
 2015-04-13 18:21 UTC 

[PATCH] Harden gdb.base/bp-permanent.exp
 2015-04-13 17:51 UTC  (5+ messages)

[PATCH] Harden gdb.base/coredump-filter.exp
 2015-04-13 17:50 UTC  (6+ messages)

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

[PATCH 0/3] bfd cache: tighten match criteria and debug commands
 2015-04-13 17:33 UTC  (4+ messages)
` [PATCH 2/3] gdb: New maintenance command to disable bfd sharing
` [PATCH 1/3] gdb: Use bfd size as another cache identification criteria
` [PATCH 3/3] gdb: Add debug tracing for bfd cache activity

[PATCH] Fix gdb.guile/scm-parameter.exp path matching
 2015-04-13 16:36 UTC  (2+ messages)

[PATCH v2 00/23] All-stop on top of non-stop
 2015-04-13 16:23 UTC  (27+ messages)
` [PATCH v2 01/23] Fix gdb.base/sigstep.exp with displaced stepping on software single-step targets
` [PATCH v2 03/23] PR13858 - Can't do displaced stepping with no symbols
` [PATCH v2 15/23] Implement all-stop on top of a target running non-stop mode
` [PATCH v2 08/23] Test step-over-{lands-on-breakpoint|trips-on-watchpoint}.exp with displaced stepping
` [PATCH v2 06/23] Make thread_still_needs_step_over consider stepping_over_watchpoint too

[PATCH] Add IPv6 support for remote TCP connections
 2015-04-13 16:10 UTC  (15+ messages)

RFC: "set" command with 2 arguments instead of one?
 2015-04-13 15:32 UTC  (6+ messages)

[PATCH 0/6] Introduce $inferior_spawn_id, make interrupt.exp work with GDBserver
 2015-04-13 14:48 UTC  (9+ messages)
` [PATCH 4/6] testsuite: Don't use expect_background to reap gdbserver

breakage with "switch to gdb version script"
 2015-04-13 14:35 UTC 

[RFC] Unset tcl variable addr to avoid clashing
 2015-04-13  8:26 UTC  (8+ messages)

[PATCH 1/3] sim: switch to gdb version script
 2015-04-13  6:43 UTC  (3+ messages)
` [PATCH 2/3] sim: options: add --version support
` [PATCH 3/3] sim: fix the PKGVERSION define

[PATCH 1/4] sim: m68hc11: convert to sim-cpu
 2015-04-13  6:15 UTC  (4+ messages)
` [PATCH 3/4] sim: v850: "
` [PATCH 2/4] sim: mips: "
` [PATCH 4/4] sim: mn10300: "

[PATCH] sim: ft32: fix ft32_pc_get logic
 2015-04-13  6:02 UTC 

[PATCH] sim: mips: fix prototype warnings
 2015-04-13  6:02 UTC 

Patch, sim: fix m68hc11 and iq2000 testsuites using dejagnu baseboard files
 2015-04-13  0:16 UTC  (4+ messages)

RFC: Python gdb.Type method returning optimized out gdb.Value
 2015-04-12 16:48 UTC  (4+ messages)

[PATCH] sim: move sim-engine.o/sim-hrw.o to the common list
 2015-04-12  9:55 UTC  (6+ messages)

[PATCH] sim: ft32: delete sim_read/sim_write funcs
 2015-04-12  9:14 UTC 

[PATCH v2 0/9] compile: compile print&printf
 2015-04-11 19:46 UTC  (22+ messages)
` [PATCH v2 7/9] compile: New 'compile print'
              ` [doc patch] compile: missing bits [Re: [PATCH v2 7/9] compile: New 'compile print']
                      ` [commit] "
` [PATCH v2 9/9] compile: compile printf: gdbserver support
` obsolete: [PATCH v2 0/9] compile: compile print&printf

[PATCH v3 0/9] compile: compile print&printf
 2015-04-11 19:44 UTC  (10+ messages)
` [PATCH v3 2/9] compile: Distribute scope, add scope_data
` [PATCH v3 3/9] Code cleanup: compile: Constify some parameters
` [PATCH v3 1/9] Code cleanup: Make parts of print_command_1 public
` [PATCH v3 4/9] compile: Support relocation to GNU-IFUNCs
` [PATCH v3 5/9] compile: Use -Wall, not -w
` [PATCH v3 6/9] Code cleanup: compile: func_addr -> func_sym
` [PATCH v3 9/9] compile: compile printf: gdbserver support
` [PATCH v3 7/9] compile: New 'compile print'
` [PATCH v3 8/9] compile: New compile printf

[patch] Remove HPUX
 2015-04-11 17:54 UTC  (9+ messages)
  ` [testsuite patch] Remove gdb.hp [Re: [patch] Remove HPUX]
    ` Remove --xdb? (Re: [testsuite patch] Remove gdb.hp [Re: [patch] Remove HPUX])
      ` [patch] Re: Remove --xdb? (Re: [testsuite patch] Remove gdb.hp)
          ` [doc patch] Remove --xdb
              ` [commit] "

[PATCH: gdb-7.8-branch] gdbserver: fix uClibc whithout MMU
 2015-04-10 22:11 UTC 

[PATCH: gdb-7.9-branch] gdbserver: fix uClibc whithout MMU
 2015-04-10 22:10 UTC 

[PATCH v7 0/7] Remote fork events
 2015-04-10 20:43 UTC  (12+ messages)
` [PATCH v7 2/7] Clone remote breakpoints
` [PATCH v7 4/7] Arch-specific remote follow fork
` [PATCH v7 1/7] Identify remote fork event support
` [PATCH v7 3/7] Extended-remote Linux follow fork
` [PATCH v7 6/7] Remote fork catch
` [PATCH v7 7/7] Extended-remote follow fork documentation
` [PATCH v7 5/7] Remote follow vfork

[gdb-xfails] Remove gdb.threads/step-over-trips-on-watchpoint.exp fails
 2015-04-10 19:24 UTC  (2+ messages)

[ob/pushed] Cleanup signal-while-stepping-over-bp-other-thread.exp
 2015-04-10 18:51 UTC 

[ob/pushed] step-over-trips-on-watchpoint.exp: Don't put addresses in test messages
 2015-04-10 18:25 UTC 

[PATCH] solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
 2015-04-10 18:17 UTC 

[PATCH 0/7] Support reading/writing memory on architectures with non 8-bits bytes
 2015-04-10 18:16 UTC  (21+ messages)
` [PATCH 6/7] remote: Consider byte size when reading/writing memory
` [PATCH 3/7] Clarify doc about memory read/write and non-8-bits bytes
` [PATCH 7/7] MI: Consider byte size when reading/writing memory
` [PATCH 2/7] Cleanup some docs about memory write
` [PATCH 1/7] Various cleanups in target read/write code
` [PATCH 4/7] gdbarch: add memory_byte_size method
` [PATCH 5/7] target: consider byte size when reading/writing memory

[PATCH] Update my address
 2015-04-10 17:05 UTC 

[PATCH] [arm] watchpoint-reuse-slot.exp: skip setting HW points on some address
 2015-04-10 15:25 UTC  (3+ messages)

[PATCH] Fix fails in gdb.dwarf2/dynarr-ptr.exp
 2015-04-10 15:19 UTC 

[pushed] PPC64: Fix step-over-trips-on-watchpoint.exp with displaced stepping on
 2015-04-10 15:19 UTC 

[PATCH] Make gdb.threads/step-over-trips-on-watchpoint.exp effective on !x86
 2015-04-10 12:14 UTC 

[pushed] gdb/18216: displaced step+deliver signal, a thread needs step-over, crash
 2015-04-10  9:38 UTC 

[PATCH][AT_ENTRY version] PR13858 - Can't do displaced stepping with no symbols
 2015-04-10  9:13 UTC  (3+ messages)

[PATCH v5] Add Guile frame unwinder interface
 2015-04-10  7:26 UTC  (2+ messages)

[PATCH v4] Add Guile frame unwinder interface
 2015-04-09 20:02 UTC  (3+ messages)

[PATCH v5] Add Guile frame filter interface
 2015-04-09 16:49 UTC  (3+ messages)

[pushed] Add test for PR18214 and PR18216 - multiple step-overs with queued signals
 2015-04-09 16:46 UTC  (2+ messages)

[PATCH] Introduce new shared function remote_fileio_to_fio_error
 2015-04-09 16:04 UTC  (9+ messages)
        ` [PATCH] Rename common-remote-fileio.[ch] as fileio.[ch]

[PATCH] gdbserver gnu/linux: stepping over breakpoint
 2015-04-09 15:29 UTC  (8+ messages)

[PATCH][COMMITTED] Add myself to Write After Approval list
 2015-04-09 11:58 UTC 

[PATCH 0/2] Import gnulib strtok_r module
 2015-04-09  9:39 UTC  (8+ messages)
` [PATCH 1/2] update-gnulib.sh: work around aclocal warning with Perl >= 5.16
` [PATCH 2/2] Import strtok_r gnulib module

[RFC] Guile info/enable/disable command trio support
 2015-04-09  9:27 UTC  (2+ messages)

[PATCH] Fix Python completion when using the "complete" command
 2015-04-08 22:29 UTC  (7+ messages)

[PATCH] PR server/18081: gdbserver crashes when providing an unexisting binary
 2015-04-08 19:30 UTC  (2+ messages)

[PATCH v4 0/2] Improve corefile generation by using /proc/PID/coredump_filter (PR corefile/16902)
 2015-04-08 17:21 UTC  (10+ messages)
` [PATCH 1/2] Implement support for checking /proc/PID/coredump_filter
      ` Build failure following: Implement support for checking /proc/PID/coredump_filter commit

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