[RFC v2 00/38] clean up target delegation
2014-02-06 21:24 UTC (32+ messages)
` [RFC v2 02/38] introduce and use find_target_at
` [RFC v2 08/38] Add target_ops argument to to_terminal_init
` [RFC v2 09/38] Add target_ops argument to to_insert_vfork_catchpoint
` [RFC v2 03/38] add make-target-delegates
` [RFC v2 16/38] Add target_ops argument to to_static_tracepoint_markers_by_strid
` [RFC v2 36/38] convert to_decr_pc_after_break
` [RFC v2 24/38] convert to_upload_trace_state_variables
` [RFC v2 32/38] remove function casts from target.c
` [RFC v2 34/38] remove exec_set_find_memory_regions
` [RFC v2 26/38] convert to_insert_mask_watchpoint
` [RFC v2 21/38] convert to_extra_thread_info
` [RFC v2 23/38] convert to_disable_tracepoint
` [RFC v2 28/38] convert to_insn_history
` [RFC v2 10/38] Add target_ops argument to to_thread_name
` [RFC v2 27/38] convert to_get_section_table
` [RFC v2 37/38] fix buglet in nto-procfs.c
` [RFC v2 07/38] Add target_ops argument to to_close
` [RFC v2 22/38] convert to_thread_architecture
` [RFC v2 01/38] add "this" pointers to more target APIs
` [RFC v2 35/38] remove some calls to INHERIT and de_fault
` [RFC v2 29/38] convert to_search_memory
` [RFC v2 20/38] convert to_load
` [RFC v2 04/38] add target method delegation
` [RFC v2 17/38] Add target_ops argument to to_save_record
` [RFC v2 11/38] Add target_ops argument to to_get_ada_task_ptid
` [RFC v2 25/38] convert to_static_tracepoint_markers_by_strid
` [RFC v2 15/38] Add target_ops argument to to_upload_trace_state_variables
` [RFC v2 19/38] convert to_remove_watchpoint
` [RFC v2 12/38] Add target_ops argument to to_can_execute_reverse
` [RFC v2 06/38] introduce remote_load
` [RFC v2 05/38] convert to_supports_btrace
[patch] testsuite: Fix "ERROR: no fileid for"
2014-02-06 20:58 UTC
[PATCH] Test no =breakpoint-modified is emitted for modifications from MI commands
2014-02-06 20:39 UTC (3+ messages)
[RFC v2 0/9] move more code into common/
2014-02-06 20:24 UTC (10+ messages)
` [RFC v2 1/9] share "cell" code
` [RFC v2 3/9] don't let bin2hex call strlen
` [RFC v2 4/9] don't let hexify "
` [RFC v2 2/9] move some rsp bits into rsp-low.h
` [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
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 3/9] don't let bin2hex call strlen
` [RFC 1/9] share "cell" code
` [RFC 2/9] move some rsp bits into rsp-low.h
` [RFC 6/9] replace convert_int_to_ascii with bin2hex
` [RFC 5/9] replace hexify "
` [RFC 9/9] update rsp-low comments
` [RFC 8/9] replace convert_ascii_to_int with hex2bin
` [RFC 4/9] don't let hexify call strlen
` [RFC 7/9] replace unhexify with hex2bin
[FYI] indentation fixlet in gdbserver/Makefile.in
2014-02-06 19:06 UTC
[RFC] Remove unused extension_language_defn argument to "virtual" functions
2014-02-06 19:05 UTC
[PATCH/RFC] Parsing auxv entries
2014-02-06 19:03 UTC (2+ messages)
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 (4+ messages)
Fix compilation of 64-bit gdb 7.7 on Solaris
2014-02-06 17:02 UTC (2+ messages)
[PATCH v5 00/15] C99 variable length array support
2014-02-06 16:28 UTC (16+ 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 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence
` [PATCH v5 12/15] test: multi-dimensional c99 vla
` [PATCH v5 03/15] type: add c99 variable length array support
` [PATCH v5 05/15] vla: enable sizeof operator for indirection
` [PATCH v5 13/15] test: evaluate pointers to C99 vla correctly
` [PATCH v5 10/15] vla: evaluate operand of sizeof if its type is a vla
` [PATCH v5 15/15] test: add mi vla test
` [PATCH v5 01/15] refactoring: rename create_range_type to create_static_range_type
` [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 14/15] test: basic c99 vla tests for C primitives
` [PATCH v5 07/15] vla: print "variable length" for unresolved dynamic bounds
[PATCH 0/6] Return target_xfer_status in to_xfer_partial
2014-02-06 14:44 UTC (13+ messages)
` [PATCH 1/6] Tweak in memory_error
` [PATCH 2/6] core_xfer_shared_libraries and core_xfer_shared_libraries_aix returns ULONGEST
` [PATCH 6/6] Update comments to to_xfer_partial implementations
` [PATCH 3/6] Replace -1 with TARGET_XFER_E_IO
` [PATCH 4/6] Return early in target_xfer_partial when LEN is zero
` [PATCH 5/6] Return target_xfer_status in to_xfer_partial
[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 (7+ messages)
[www/commit] Remove reference to CVS from download/ANNOUNCEMENT
2014-02-06 10:51 UTC
[PATCH] Disable gdb.dwarf2/implptr-64bit.exp for 32-bit targets
2014-02-06 9:27 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 1/2] Document the GDB 7.7 release in gdb/ChangeLog
` [release/branch 2/2] Bump GDB version number to 7.7.0.DATE-cvs
[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 1/2] NEWS: Rename "Changes since GDB 7.6" into "Changes in GDB 7.7"
` [release/branch 2/2] Set GDB version number to 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 (7+ messages)
[PATCH v2] Call remote_check_symbols() even if only symbol-file (not file) has been given
2014-02-04 19:55 UTC (2+ messages)
[PATCH v2 00/11] Support powerpc64le-linux platform
2014-02-04 17:51 UTC (2+ messages)
[PATCH] Add support for ELF core files on OpenBSD/sparc64
2014-02-04 12:34 UTC
[PATCH] Makefile fix
2014-02-04 10:33 UTC
[PATCH] Update mn10300 dwarf register map
2014-02-04 5:06 UTC
[PATCH] Fix build on recent versions of OpenBSD
2014-02-03 13:41 UTC
[PATCH] Fix build on OpenBSD/sparc64
2014-02-03 13:39 UTC
[PATCH] Call remote_check_symbols() even if only symbol-file (not file) has been given
2014-02-03 2:19 UTC (2+ messages)
Fwd: [PATCH] PR binutils/16490: Disp8 encoding/decoding is wrong AVX512 gather/scatter insns
2014-02-03 2:15 UTC (3+ messages)
` "
[RFC v2] Extend gdb.parse_and_eval to accept a format string
2014-02-03 1:06 UTC
[RFC/Patch v4] Call overloaded operators to perform valid Python operations on struct/class values
2014-02-02 21:03 UTC (3+ messages)
[PATCH] Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with "triplet operands"
2014-02-02 17:07 UTC (6+ messages)
[PATCH v2 11/11] ELFv2 ABI: skip global entry point code
2014-01-31 16:46 UTC
[PATCH v2 09/11] ELFv2 ABI: stack frame layout changes
2014-01-31 16:45 UTC
[PATCH v2 10/11] ELFv2 ABI: structure passing / return
2014-01-31 16:45 UTC
[PATCH v2 07/11] ELFv2 ABI: base support
2014-01-31 16:44 UTC
[PATCH v2 06/11] Little-endian fixes: 128-bit DFP parameters / registers
2014-01-31 16:44 UTC
[PATCH v2 08/11] ELFv2 ABI: no function descriptors
2014-01-31 16:44 UTC
[PATCH v2 04/11] Little-endian fixes: VSX tests and pseudo-regs
2014-01-31 16:43 UTC
[PATCH v2 05/11] Little-endian fixes: 32-bit DFP parameters
2014-01-31 16:43 UTC
[PATCH v2 02/11] Little-endian fixes: structure passing
2014-01-31 16:42 UTC
[PATCH v2 03/11] Little-endian fixes: AltiVec tests
2014-01-31 16:42 UTC
[PATCH v2 01/11] Refactor ppc64 function call and return value handling
2014-01-31 16:41 UTC
[PATCH] Regression setting breakpoint
2014-01-31 16:21 UTC (2+ messages)
[PATCH 10/11] ELFv2 ABI: structure passing / return
2014-01-31 15:41 UTC (4+ messages)
[PATCH 11/11] ELFv2 ABI: skip global entry point code
2014-01-31 15:41 UTC (4+ messages)
[commit/obvious] Delete ada-lang.h::clear_ada_sym_cache (nonexistant function)
2014-01-31 11:34 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox