Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 1/2] Use a shell command as a socket for gdbserver
 2015-05-04 21:54 UTC  (2+ messages)
` [PATCH v2 2/2] Make gdbserver connect to SOCK_STREAM sockets

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

3 weeks to GDB 7.9.1 release?
 2015-05-04 12:12 UTC  (7+ messages)

[PATCH] Use a shell command as a socket for gdbserver
 2015-05-04  9:11 UTC  (3+ messages)

[PATCH] Support gzip compressed exec and core files in gdb
 2015-05-04  7:50 UTC  (5+ messages)

[PATCH v3 00/17] Catch syscall group
 2015-05-04  2:34 UTC  (6+ messages)

[PATCH v5] Add Guile frame filter interface
 2015-05-04  0:38 UTC  (8+ messages)
    ` [PATCH v6] "

[PATCH v4 00/11] compile: compile print&printf
 2015-05-03 14:08 UTC  (12+ messages)
` [PATCH v4 08/11] compile: New 'compile print'
` [PATCH v4 05/11] compile: Support relocation to GNU-IFUNCs
` [PATCH v4 01/11] compile: Add one debug message
` [PATCH v4 06/11] compile: Use -Wall, not -w
` [PATCH v4 07/11] Code cleanup: compile: func_addr -> func_sym
` [PATCH v4 03/11] compile: Distribute scope, add scope_data
` [PATCH v4 04/11] Code cleanup: compile: Constify some parameters
` [PATCH v4 02/11] Code cleanup: Make parts of print_command_1 public
` [PATCH v4 10/11] compile: compile printf: gdbserver support
` [PATCH v4 11/11] RFC only: compile: Use also inferior munmap
` [PATCH v4 09/11] compile: New compile printf

[PATCH v3 0/9] compile: compile print&printf
 2015-05-03 14:06 UTC  (26+ messages)
` [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 2/9] compile: Distribute scope, add scope_data
` [PATCH v3 7/9] compile: New 'compile print'
` [PATCH v3 6/9] Code cleanup: compile: func_addr -> func_sym
` [PATCH v3 4/9] compile: Support relocation to GNU-IFUNCs
` [PATCH v3 9/9] compile: compile printf: gdbserver support
` [PATCH v3 5/9] compile: Use -Wall, not -w
` [PATCH v3 8/9] compile: New compile printf

[PATCH] Make gdbserver connect to SOCK_STREAM sockets
 2015-05-02 22:53 UTC 

qXfer:exec-file:read and non multiprocess target
 2015-05-02  9:48 UTC 

Fix sim fallout from arm assembler complaining about symbols named as insns
 2015-05-02  0:17 UTC 

[PATCH 0/7] GNU/Linux mount namespace support
 2015-05-01 20:29 UTC  (18+ messages)
` [PATCH 5/9 v2] Add "inferior" argument to some target_fileio functions
` [PATCH 6/9 v2] Implement mount namespace support for native Linux targets
` [PATCH 3/9 v2] Remove linux_proc_pid_get_ns
` [PATCH 0/9 v2] GNU/Linux mount namespace support
` [PATCH 4/9 v2] Comment and whitespace changes
` [PATCH 8/9 v2] Implement vFile:setfs in gdbserver
` [PATCH 2/9 v2] Introduce nat/linux-namespaces.[ch]
` [PATCH 7/9 v2] Implement multiple-filesystem support for remote targets
` [PATCH 1/9 v2] Move make_cleanup_close to common code
` [PATCH 9/9 v2] Announce new container-awareness features for GNU/Linux systems

[PATCH 0/3] varobj zero-padded hexadecimal format
 2015-05-01 18:58 UTC  (6+ messages)
` [PATCH 1/3] Add zero-padded hexadecimal format support for varobj's
` [PATCH 3/3] Documentation changes for the new zhexadecimal format
` [PATCH 2/3] Add varobj zhexadecimal format tests

[PATCH] PR ld/18355: --enable-shared doesn't work
 2015-05-01 15:32 UTC  (2+ messages)

[PATCH] [gdbserver] Disable conditional breakpoints on no-hardware-single-step targets
 2015-05-01 14:18 UTC 

[PATCH] Skip setting HW watchpoint if skip_hw_watchpoint_multi_tests in gdb.base/break-idempotent.exp
 2015-04-30 12:06 UTC  (2+ messages)

[PATCH] Skip gdb.base/relativedebug.exp if libc doesn't have debug info
 2015-04-30 12:05 UTC  (2+ messages)

[patch v2 0/5, nios2] unbreak nios2-linux-gnu GDB
 2015-04-30 12:05 UTC  (6+ messages)
` [patch v2 1/5, nios2] revert to using "trap 31" for breakpoints
` [patch v2 2/5, nios2] use PTRACE_GETREGSET/SETREGSET in gdbserver
` [patch v2 3/5, nios2] fix register save offset for signal handler trampolines
` [patch v2 4/5, nios2] work around issues with unwritable signal handler trampoline code
` [patch v2 5/5, nios2] add NEWS entry for ABI change

[PATCH 00/18] Implement full completer limiting
 2015-04-30  0:26 UTC  (4+ messages)

[PATCH] [PR python/18285] Fix
 2015-04-30  0:11 UTC  (3+ messages)

[PATCH] Cleanup num_found usage in gdb_wait_for_event
 2015-04-29 22:44 UTC  (3+ messages)

GDB/MI interactive capability?
 2015-04-29 20:30 UTC  (6+ messages)

[PATCH] Use software watchpoints if hardware watchpoints are not available when testing gdb.base/watch-bitfields.exp
 2015-04-29 15:43 UTC  (4+ messages)

[PATCH] Handle memory write errors on gdb.base/break-always.exp
 2015-04-29 15:30 UTC  (4+ messages)

[PATCH] Use exec_file_find to prepend gdb_sysroot in follow_exec
 2015-04-29 15:24 UTC  (8+ messages)
` [PING][PATCH] "
      ` [PATCH] Allow passing fd == NULL to exec_file_find and solib_find

[PATCH] [PR python/18299] Fix
 2015-04-29 15:13 UTC  (3+ messages)

[PATCH] Skip watch_thread_num.exp on targets without access watchpoints
 2015-04-29 14:22 UTC  (2+ messages)

[PATCH] Fix PR gdb/17820
 2015-04-29 12:37 UTC  (4+ messages)

[PATCH] [PR python/18089] Fix
 2015-04-29 10:01 UTC  (2+ messages)

RFC: Python gdb.Type method returning optimized out gdb.Value
 2015-04-29  5:20 UTC  (4+ messages)

[PATCH v3 00/23] All-stop on top of non-stop
 2015-04-29  4:56 UTC  (12+ messages)
` [PATCH v3 01/17] Fix and test "checkpoint" in non-stop mode
` [PATCH v3 07/17] Misc switch_back_to_stepped_thread cleanups
` [PATCH v3 09/17] Teach non-stop to do in-line step-overs (stop all, step, restart)

New ARI warning Tue Apr 28 01:54:12 UTC 2015
 2015-04-28 16:06 UTC  (4+ messages)

[patch 0/3, nios2] unbreak nios2-linux-gnu GDB
 2015-04-28 15:47 UTC  (12+ messages)
` [patch 1/3, nios2] revert to using "trap 31" for breakpoints
` [patch 2/3, nios2] use PTRACE_GETREGSET/SETREGSET in gdbserver
` [patch 3/3, nios2] fixes for new implementation of signal handler trampolines

Git email hook stopped working after bugzilla update
 2015-04-28 15:12 UTC  (3+ messages)

[PATCH 1/3] Introduce function for directly updating GDB's screen dimensions
 2015-04-28 13:15 UTC  (8+ messages)
` [PATCH 3/3] Disable readline's SIGWINCH handler
` [PATCH 2/3] Update our idea of our terminal's dimensions even outside of TUI

[PATCH] A new board file remote-gdbserver-on-localhost.exp
 2015-04-28 10:43 UTC  (3+ messages)

[PATCH] Fix gdb.guile/scm-parameter.exp path matching
 2015-04-28 10:04 UTC  (3+ messages)

[PATCH 1/3] Add fbsd_nat_add_target
 2015-04-28  1:08 UTC  (7+ messages)

[PATCH v2 1/2] compile: set debug compile: Display GCC driver filename
 2015-04-27 21:49 UTC  (14+ messages)
` [PATCH v2 2/2] compile: Add 'set compile-gcc'
  ` [PATCH v3 "

[PATCH 0/2] Improved variable object invalidation in GDB
 2015-04-27 19:10 UTC  (6+ messages)
` [PATCH 2/2] Testsuite for varobj updation after symbol removal

[WIP] Bare-metal register browsing
 2015-04-27 18:39 UTC  (4+ messages)

[PATCH] TUI: avoid calling strcpy() on indentical string objects
 2015-04-27 17:51 UTC  (2+ messages)

[PATCH] Fix PR gdb/18155
 2015-04-27 17:45 UTC  (2+ messages)

[PATCH] Make type-safe the 'content' field of struct tui_gen_win_info
 2015-04-27 16:05 UTC  (2+ messages)

[Python] Add methods reference_value and const_value to gdb.Value
 2015-04-27 14:54 UTC  (2+ messages)

[PATCH] Move vgdb special case into remote_filesystem_is_local
 2015-04-27 14:51 UTC 

[PATCH] Mark object files with "target:" filenames as OBJF_NONLOCAL_FILENAME
 2015-04-27 14:42 UTC  (4+ messages)
` [PATCH v2] Do not manipulate "target:" filenames as local paths

[avr] Fix 'multiple definition of sim_{read,write}'
 2015-04-27 13:56 UTC  (2+ messages)

[PATCH 0/4] S390: Vector ABI support
 2015-04-27  9:41 UTC  (2+ messages)

[PATCH 1/2] Preserve typedef layer when getting struct element
 2015-04-27  9:08 UTC  (6+ messages)
` [PATCH 2/2] Cache all static structures and reset cache during resolution

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

Commit: Obvious fixes for PR 18273
 2015-04-27  6:43 UTC  (3+ messages)

[PATCH v4] Add Guile frame unwinder interface
 2015-04-27  5:02 UTC  (4+ messages)

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

page:  |  | latest

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