public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[RFC v2 00/38] clean up target delegation
 2014-02-07 21:54 UTC  (46+ messages)
` [RFC v2 02/38] introduce and use find_target_at
` [RFC v2 16/38] Add target_ops argument to to_static_tracepoint_markers_by_strid
` [RFC v2 08/38] Add target_ops argument to to_terminal_init
` [RFC v2 03/38] add make-target-delegates
` [RFC v2 09/38] Add target_ops argument to to_insert_vfork_catchpoint
` [RFC v2 32/38] remove function casts from target.c
` [RFC v2 29/38] convert to_search_memory
` [RFC v2 35/38] remove some calls to INHERIT and de_fault
` [RFC v2 28/38] convert to_insn_history
` [RFC v2 23/38] convert to_disable_tracepoint
` [RFC v2 37/38] fix buglet in nto-procfs.c
` [RFC v2 34/38] remove exec_set_find_memory_regions
` [RFC v2 36/38] convert to_decr_pc_after_break
` [RFC v2 27/38] convert to_get_section_table
` [RFC v2 21/38] convert to_extra_thread_info
` [RFC v2 22/38] convert to_thread_architecture
` [RFC v2 10/38] Add target_ops argument to to_thread_name
` [RFC v2 01/38] add "this" pointers to more target APIs
` [RFC v2 07/38] Add target_ops argument to to_close
` [RFC v2 26/38] convert to_insert_mask_watchpoint
` [RFC v2 24/38] convert to_upload_trace_state_variables
` [RFC v2 20/38] convert to_load
` [RFC v2 04/38] add target method delegation
` [RFC v2 11/38] Add target_ops argument to to_get_ada_task_ptid
` [RFC v2 17/38] Add target_ops argument to to_save_record
` [RFC v2 25/38] convert to_static_tracepoint_markers_by_strid
` [RFC v2 12/38] Add target_ops argument to to_can_execute_reverse
` [RFC v2 15/38] Add target_ops argument to to_upload_trace_state_variables
` [RFC v2 06/38] introduce remote_load
` [RFC v2 19/38] convert to_remove_watchpoint
` [RFC v2 13/38] Add target_ops argument to to_fileio_pwrite
` [RFC v2 14/38] Add target_ops argument to to_disable_tracepoint
` [RFC v2 05/38] convert to_supports_btrace
` [RFC v2 31/38] minor cleanups to update_current_target
` [RFC v2 30/38] change delegation for to_read_description
` [RFC v2 33/38] pass NULL to TARGET_DEFAULT_RETURN when appropriate
` [RFC v2 18/38] convert to_detach
` [RFC v2 38/38] convert to_get_unwinder and to_get_tailcall_unwinder to methods

[RFC 0/2] let gdbserver use libiberty
 2014-02-07 21:00 UTC  (8+ messages)
` [RFC 1/2] link gdbserver against libiberty
` [RFC 2/2] delete gdbserver's freeargv

Fix compilation of 64-bit gdb 7.7 on Solaris
 2014-02-07 20:44 UTC  (9+ messages)

[PATCH] RFC: All stepping threads need the same checks and cleanup as the currently stepping thread
 2014-02-07 20:12 UTC  (6+ messages)

[commit] add comments to extension-priv.h
 2014-02-07 19:57 UTC 

[RFC] Remove unused extension_language_defn argument to "virtual" functions
 2014-02-07 19:53 UTC  (2+ messages)

[PATCH] Fix gdb.threads/stepi-random-signal.exp on software single-step targets
 2014-02-07 19:08 UTC 

GDB crashing on gdb.python/py-linetable.exp
 2014-02-07 17:17 UTC  (3+ messages)
  ` [patch] [python] "

[PATCH] Use Doxygen for internals documentation
 2014-02-07 16:18 UTC  (4+ messages)

[PATCH] Test no =breakpoint-modified is emitted for modifications from MI commands
 2014-02-07 16:12 UTC  (6+ messages)

[PATCH] Support for HWbreak/watchpoint accross fork/vfork on arm-native
 2014-02-07 15:32 UTC  (3+ messages)

[patch] testsuite: Fix "ERROR: no fileid for"
 2014-02-07 15:10 UTC  (3+ messages)

[PATCH] Disable gdb.dwarf2/implptr-64bit.exp for 32-bit targets
 2014-02-07 14:15 UTC  (2+ messages)

[RFC v2 0/9] move more code into common/
 2014-02-07 12:53 UTC  (11+ messages)
` [RFC v2 2/9] move some rsp bits into rsp-low.h
` [RFC v2 3/9] don't let bin2hex call strlen
` [RFC v2 1/9] share "cell" code
` [RFC v2 4/9] don't let hexify call strlen
` [RFC v2 5/9] replace hexify with bin2hex
` [RFC v2 6/9] replace convert_int_to_ascii "
` [RFC v2 7/9] replace unhexify with hex2bin
` [RFC v2 8/9] replace convert_ascii_to_int "
` [RFC v2 9/9] update rsp-low comments

[PATCH v5 00/15] C99 variable length array support
 2014-02-07 12:27 UTC  (18+ messages)
` [PATCH v5 08/15] vla: support for DW_AT_count
` [PATCH v5 04/15] vla: enable sizeof operator to work with variable length arrays
` [PATCH v5 11/15] test: cover subranges with present DW_AT_count attribute
` [PATCH v5 07/15] vla: print "variable length" for unresolved dynamic bounds
` [PATCH v5 03/15] type: add c99 variable length array support
` [PATCH v5 05/15] vla: enable sizeof operator for indirection
` [PATCH v5 02/15] vla: introduce new bound type abstraction adapt uses
` [PATCH v5 06/15] vla: update type from newly created value
` [PATCH v5 15/15] test: add mi vla test
` [PATCH v5 14/15] test: basic c99 vla tests for C primitives
` [PATCH v5 13/15] test: evaluate pointers to C99 vla correctly
` [PATCH v5 01/15] refactoring: rename create_range_type to create_static_range_type
` [PATCH v5 12/15] test: multi-dimensional c99 vla
` [PATCH v5 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence
` [PATCH v5 10/15] vla: evaluate operand of sizeof if its type is a vla

[PATCH 0/3] Unbreak build on hurd
 2014-02-07 11:42 UTC  (5+ messages)
` [PATCH 3/3] Find and link with -lmachuser -lhurduser
` [PATCH 2/3] Fix -Werror=pointer-sign warnings
` [PATCH 1/3 OBV] Fix -Wformat warnings in gnu-nat.c

[RFC/Patch v4] Call overloaded operators to perform valid Python operations on struct/class values
 2014-02-07  6:53 UTC  (2+ messages)

[PATCH 0/6] Return target_xfer_status in to_xfer_partial
 2014-02-07  4:21 UTC  (14+ messages)
` [PATCH 1/6] Tweak in memory_error
` [PATCH 2/6] core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGEST
` [PATCH 4/6] Return early in target_xfer_partial when LEN is zero
` [PATCH 3/6] Replace -1 with TARGET_XFER_E_IO
` [PATCH 5/6] Return target_xfer_status in to_xfer_partial

[obv] testsuite: Fix i386-sse-stack-align.exp regression since GDB_PARALLEL
 2014-02-06 22:17 UTC 

[PATCH/RFC] Parsing auxv entries
 2014-02-06 21:33 UTC  (3+ messages)

gdbreplay not installed
 2014-02-06 19:14 UTC  (8+ messages)

[RFC 0/9] move more code into common/
 2014-02-06 19:08 UTC  (24+ messages)
` [RFC 6/9] replace convert_int_to_ascii with bin2hex
` [RFC 2/9] move some rsp bits into rsp-low.h
` [RFC 3/9] don't let bin2hex call strlen
` [RFC 1/9] share "cell" code
` [RFC 5/9] replace hexify with bin2hex
` [RFC 4/9] don't let hexify call strlen
` [RFC 8/9] replace convert_ascii_to_int with hex2bin
` [RFC 9/9] update rsp-low comments
` [RFC 7/9] replace unhexify with hex2bin

[FYI] indentation fixlet in gdbserver/Makefile.in
 2014-02-06 19:06 UTC 

Fwd: [patch] fix stl printer for const containers
 2014-02-06 17:58 UTC  (2+ messages)
`  "

[PATCH] gdb/elfread.c: Enable ifunc support on ARM
 2014-02-06 17:43 UTC  (2+ messages)

[PATCH] add gdbarch_in_function_epilogue_p hook for sparc64
 2014-02-06 14:24 UTC  (7+ messages)

[PATCH] Accept convenience variable in commands -break-passcount and -break-commands
 2014-02-06 12:39 UTC  (2+ messages)

[PATCH v2 3/3] remove all_lwps from gdbserver: remove all_lwps
 2014-02-06 12:28 UTC  (2+ messages)

[PATCH v2 0/3] remove all_lwps from gdbserver
 2014-02-06 12:27 UTC  (2+ messages)

[PATCH v2 1/3] remove all_lwps from gdbserver: rename head -> entry
 2014-02-06 12:27 UTC  (2+ messages)

[PATCH v2 2/3] remove all_lwps from gdbserver: use list api
 2014-02-06 12:27 UTC  (2+ messages)

[PATCH/obvious] Fix 7.7 branch date annoucement
 2014-02-06 11:29 UTC  (5+ messages)

[www/commit] Remove reference to CVS from download/ANNOUNCEMENT
 2014-02-06 10:51 UTC 

Fun with LD_PRELOAD
 2014-02-06  7:58 UTC  (5+ messages)

Your remove-symbol-file patch
 2014-02-06  5:44 UTC  (4+ messages)

[commit/www] Announce the GDB 7.7 release
 2014-02-06  4:46 UTC 

[PATCH v4 00/16] extension language API for GDB
 2014-02-06  4:42 UTC  (7+ messages)

[htdocs] schedule/index.html: Add entry documenting the GDB 7.7 release
 2014-02-06  3:40 UTC 

gdb-7.7 branch FROZEN
 2014-02-06  3:39 UTC  (2+ messages)
` gdb-7.7 branch now OPEN again

FYI/BRANCH: Patches applied to branch gdb-7.7-branch
 2014-02-06  3:39 UTC  (3+ messages)
` [release/branch 2/2] Bump GDB version number to 7.7.0.DATE-cvs
` [release/branch 1/2] Document the GDB 7.7 release in gdb/ChangeLog

[release/HEAD] Document the GDB 7.7 release in gdb/ChangeLog
 2014-02-06  3:39 UTC 

FYI/BRANCH: Patches applied to branch gdb-7.7-branch
 2014-02-06  2:31 UTC  (3+ messages)
` [release/branch 2/2] Set GDB version number to 7.7
` [release/branch 1/2] NEWS: Rename "Changes since GDB 7.6" into "Changes in GDB 7.7"

[PATCH] gdbserver: keep event_child and current_inferior in sync
 2014-02-05 23:16 UTC  (2+ messages)

[patch] fix stl printer for const containers
 2014-02-05 22:32 UTC  (2+ messages)

[PATCH] Fix passing double float complex arguments in sparc64
 2014-02-05 19:02 UTC  (2+ messages)

[PATCH] h8300 "info registers" broken
 2014-02-05 17:59 UTC  (4+ messages)

[PATCH] Fix generic address check in gdb.base/dump.exp
 2014-02-05 15:25 UTC  (2+ messages)

[PATCH 0/2] Create inferior fro trace file target
 2014-02-05 12:54 UTC  (11+ messages)

[PATCH] Fix building with yacc
 2014-02-05 12:37 UTC  (3+ messages)

[PATCH] Use rs->buf after getpkt
 2014-02-05 12:29 UTC  (3+ messages)

[Windows/RFA/commit] Deprecate windows-specific dll-symbols command and aliases
 2014-02-04 20:20 UTC  (5+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).