Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] Do arm_abi detection for ELFOSABI_GNU binaries
 2015-04-16 17:15 UTC  (2+ messages)

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

[PATCH 0/7] Do not require "file" commands for remote targets
 2015-04-16 15:23 UTC  (29+ messages)
` [PATCH 3/7] Use gdb_sysroot for main executable on attach
` [PATCH 4/7] Introduce linux_pid_to_exec_file
    ` [PATCH 4/7 v2] Introduce linux_proc_pid_to_exec_file
` [PATCH 7/7] Access executable from remote system when first inferior appears

[PATCH 0/7] GNU/Linux mount namespace support
 2015-04-16 15:12 UTC  (9+ messages)
` [PATCH 4/7] Remove linux_proc_pid_get_ns
` [PATCH 2/7] Introduce target_fileio_set_fs
` [PATCH 1/7] Move make_cleanup_close to common code
` [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 5/7] Implement multiple-filesystem support for Linux targets

[PATCH v2 0/7] Support reading/writing memory on architectures with non 8-bits addressable memory
 2015-04-16 14:48 UTC  (9+ messages)
` [PATCH v2 1/7] Various cleanups in target read/write code
` [PATCH v2 3/7] Clarify doc about memory read/write and non-8-bits addressable memory unit sizes
` [PATCH v2 5/7] target: consider addressable unit size when reading/writing memory
` [PATCH v2 6/7] remote: "
` [PATCH v2 4/7] gdbarch: add addressable_memory_unit_size method
` [PATCH v2 7/7] MI: consider addressable unit size when reading/writing memory
` [PATCH v2 2/7] Cleanup some docs about memory write

[pushed] Fix {mi-tracepoint-changed, mi-tsv-changed}.exp with native-extended-gdbserver
 2015-04-16 14:34 UTC 

[PATCH v3] Python API: Fix an exception when registering a global pretty-printer in verbose mode
 2015-04-16 13:55 UTC 

[pushed] Fix gdbserver_reconnect_p handling
 2015-04-16 13:35 UTC 

[PATCH 0/2] Honour software single step in fallback of displaced stepping
 2015-04-16 13:01 UTC  (6+ messages)

[PATCH] sim: avr/mcore/moxie: fill out sim-cpu pc fetch/store helpers
 2015-04-16  6:15 UTC 

[PATCH 0/2] Improved variable object invalidation in GDB
 2015-04-16  3:33 UTC  (3+ messages)
` [PATCH 2/2] Testsuite for varobj updation after symbol removal
` [PATCH 1/2] Fix "

[PATCH] dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls
 2015-04-15 21:35 UTC  (3+ messages)

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

[PATCH v2] gdbserver: fix uClibc build whithout MMU
 2015-04-15 16:03 UTC  (4+ messages)

[PATCH] Some Python 3 fixes
 2015-04-15 15:56 UTC  (4+ messages)

[PATCH v7 7/7] Extended-remote follow fork documentation
 2015-04-15 15:47 UTC  (3+ messages)

[PATCH v7 0/7] Remote fork events
 2015-04-15 15:41 UTC  (10+ messages)
` [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 5/7] Remote follow vfork

[obv] [arm] Update displaced stepping debug message
 2015-04-15 14:25 UTC 

[obv] Fix code indentation
 2015-04-15 14:23 UTC 

[PATCH] [arm] Fix fails in gdb.base/disp-step-syscall.exp
 2015-04-15 13:51 UTC 

[PATCH] Fix fails in gdb.dwarf2/dynarr-ptr.exp
 2015-04-15 13:06 UTC  (2+ messages)

[PATCH] Mark object files with "target:" filenames as OBJF_NONLOCAL_FILENAME
 2015-04-15 12:09 UTC  (8+ messages)
    ` [PATCH v2] Do not manipulate "target:" filenames as local paths

[PATCH] Increase timeout in watch-bitfields.exp for software watchpoint
 2015-04-15 11:48 UTC  (7+ messages)

[PATCH] sim: unify sim-cpu usage
 2015-04-15  6:20 UTC 

[PATCH] sim: cris/frv/h8300/iq2000/lm32/m32r/sh64: standardize cpu state
 2015-04-15  5:25 UTC 

breakage with "switch to gdb version script"
 2015-04-15  4:35 UTC  (7+ messages)
` [PATCH] sim: ppc: fix up version script

[PATCH: gdb-7.8-branch] gdbserver: fix uClibc whithout MMU
 2015-04-14 21:05 UTC  (3+ messages)

[RFC] Unset tcl variable addr to avoid clashing
 2015-04-14 19:12 UTC  (6+ messages)

[PATCH] [testsuite] Probe awatch/rwatch support
 2015-04-14 16:36 UTC  (4+ messages)

[PATCH 00/18] Implement full completer limiting
 2015-04-14 15:28 UTC  (20+ messages)
` [PATCH 03/18] Implement completion limiting for complete_on_cmdlist
` [PATCH 02/18] Remove completion_tracker_t from the public completion API
` [PATCH 16/18] Make the completion API completely opaque
` [PATCH 04/18] Implement completion limiting for add_filename_to_list
` [PATCH 10/18] Implement completion limiting for cmdpy_completer
` [PATCH 18/18] Remove the vector return result from the completion API
` [PATCH 09/18] Implement completion limiting for interpreter_completer
` [PATCH 06/18] Implement completion limiting for condition_completer
` [PATCH 11/18] Implement completion limiting for reg_or_group_completer
` [PATCH 07/18] Implement completion limiting for filename_completer
` [PATCH 13/18] Implement completion limiting for complete_on_enum
` [PATCH 05/18] Implement completion limiting for ada_make_symbol_completion_list
` [PATCH 14/18] Implement completion limiting in add_struct_fields
` [PATCH 17/18] Use the hashtable to accumulate completion results
` [PATCH 15/18] Implement completion limiting for scmcmd_add_completion
` [PATCH 08/18] Implement completion limiting for signal_completer
` [PATCH 12/18] Implement completion limiting for sim_command_completer
` [PATCH 01/18] Add struct completer_data to the completion API

[PATCH] GDB tests for Go language support: remove unnecessary first breakpoint
 2015-04-14 15:08 UTC  (3+ messages)

[PATCH] Fixes to Cygwin-specific signal handling
 2015-04-14 14:38 UTC  (3+ messages)

RFC: "set" command with 2 arguments instead of one?
 2015-04-14 12:49 UTC  (7+ messages)

[PATCH] Harden gdb.base/bp-permanent.exp
 2015-04-14 12:27 UTC  (8+ messages)

[PATCH] Zero supplied stat buffers in functions that pretend to stat
 2015-04-14 11:37 UTC  (4+ messages)

[PATCH] Handle memory write errors on gdb.base/break-always.exp
 2015-04-14  9:00 UTC  (2+ messages)

[PATCH] Use software watchpoints if hardware watchpoints are not available when testing gdb.base/watch-bitfields.exp
 2015-04-14  8:50 UTC  (2+ messages)

RFC: Python gdb.Type method returning optimized out gdb.Value
 2015-04-14  2:43 UTC  (6+ messages)

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

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

[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  (11+ messages)
` [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)

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

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

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

[PATCH] sim: move sim-engine.o/sim-hrw.o to the common list
 2015-04-12  9:55 UTC  (5+ 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  (2+ messages)
` obsolete: "

[PATCH v3 0/9] compile: compile print&printf
 2015-04-11 19:44 UTC  (7+ messages)
` [PATCH v3 6/9] Code cleanup: compile: func_addr -> func_sym
` [PATCH v3 7/9] compile: New 'compile print'
` [PATCH v3 8/9] compile: New compile printf
` [PATCH v3 4/9] compile: Support relocation to GNU-IFUNCs
` [PATCH v3 5/9] compile: Use -Wall, not -w
` [PATCH v3 9/9] compile: compile printf: gdbserver support

page:  |  | latest

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