public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/9] share minimal symbols across objfiles
 2014-02-26 18:48 UTC  (3+ messages)

[RFA/DWARF] Set enum type "flag_enum" and "unsigned" flags at type creation
 2014-02-26 18:42 UTC  (7+ messages)
` pushed: "

gdbserver/windows: DLL load/unload simplification
 2014-02-26 18:30 UTC  (6+ messages)
` [RFA 1/3] gdbserver/windows: Ignore DLL load/unload events during child initialization
` [RFA 3/3] gdbserver/Windows: Rely purely on event info when handling DLL load event
` [RFA 2/3] windows: Factorize handling of DLL load address offset

[PATCH, doc RFA] New option: set print symbol-loading
 2014-02-26 18:03 UTC  (3+ messages)

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

[PATCH 0/7] eliminate deprecated_xfer_memory
 2014-02-26 14:50 UTC  (19+ messages)
` [PATCH 2/7] remote-m32r-sdi.c: Don't install a deprecated_xfer_memory method
` [PATCH 5/7] go32-nat.c: "
` [PATCH 1/7] remote-mips.c: "
` [PATCH 3/7] procfs.c: "
` [PATCH 6/7] eliminate target_ops->deprecated_xfer_memory
` [PATCH 4/7] nto-procfs.c: Don't install a deprecated_xfer_memory method
` [PATCH 7/7] bsd-uthread.c: Don't install a to_xfer_partial method

[RFA/DWARF] Add array DW_AT_bit_stride and DW_AT_byte_stride support
 2014-02-26 14:35 UTC  (5+ messages)
      ` pushed: "

[PATCH 0/6] Fix a bunch of run control bugs
 2014-02-26 14:27 UTC  (10+ messages)
` [PATCH 3/6] Fix missing breakpoing/watchpoint hits, eliminate deferred_step_ptid
` [PATCH 1/6] PR gdb/16575: stale breakpoint instructions in the code cache
` [PATCH 2/6] PR breakpoints/7143 - Watchpoint does not trigger when first set
` [PATCH 5/6] Handle multiple step-overs
` [PATCH 4/6] Fix for even more missed events; eliminate thread-hop code
` [PATCH 6/6] Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too
` [PATCH 3.5/6] Multiple Ada task-specific breakpoints at the same address

[commit] Adjust ia64_linux_xfer_partial following to_xfer_partial API change
 2014-02-26 14:10 UTC  (6+ messages)

[PATCH v5 00/15] C99 variable length array support
 2014-02-26 14:05 UTC  (4+ messages)

[RFC] fix regression with target-async and record
 2014-02-26 12:03 UTC  (2+ messages)

[patch][python] PR python/16324 (frame_id_eq check invalid)
 2014-02-26 11:12 UTC  (2+ messages)

[RFA/DWARF] constant class of DW_AT_high_pc is offset for version >=4 only
 2014-02-26 10:53 UTC  (9+ messages)

[PATCH] Doxygenate defs.h
 2014-02-26  0:02 UTC  (2+ messages)

[patch] gdb_assert -> complaint for weird DWARF
 2014-02-25 21:37 UTC  (6+ messages)

[commit 2/2] Move processing of .debug_gdb_scripts to auto-load.c
 2014-02-25 19:50 UTC  (7+ messages)
` [patch+7.7] Fix auto-load 7.7 regression [Re: [commit 2/2] Move processing of .debug_gdb_scripts to auto-load.c]
    ` [patch+7.7] Fix auto-load 7.7 regression (PR gdb/16626)
      ` [commit+7.7] "
          ` [commit#2+7.7] "

[FYI] remove target_ignore
 2014-02-25 18:20 UTC 

[patch] [testsuite] Fix dw2-icycle.exp -fsanitize=address GDB crash
 2014-02-25 18:07 UTC  (2+ messages)
` [commit] "

[OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN
 2014-02-25 15:55 UTC 

[PATCH v2 0/3] Intel(R) AVX-512 register support
 2014-02-25 14:49 UTC  (7+ messages)
` [PATCH v2 3/3] Add AVX512 feature description to GDB manual
` [PATCH v2 1/3] Add AVX512 registers support to GDB
` [PATCH v2 2/3] Add AVX512 register support to gdbserver

[commit] Use 16-bit integer type for rl78 register pairs
 2014-02-25  7:36 UTC 

[PATCH 0/3] Unbreak build on hurd
 2014-02-25  5:10 UTC  (4+ messages)
` [PATCH 3/3] Find and link with -lmachuser -lhurduser

[RFC][PATCH] Allow JIT unwinder provide symbol information
 2014-02-25  3:00 UTC  (7+ messages)

[PATCH] Delete "Loaded symbols for ..." message in solib.c
 2014-02-24 23:37 UTC  (2+ messages)

[PATCH] guile: Add 'history-push!' procedure
 2014-02-24 22:07 UTC  (6+ messages)

[PATCH] value.c (record_latest_value): Fix comment
 2014-02-24 22:02 UTC  (3+ messages)

[commit] lib/gdb.exp (run_on_host): Log error output if program fails
 2014-02-24 21:42 UTC 

[PATCH v4 0/9] enable target-async by default
 2014-02-24 17:38 UTC  (10+ messages)
` [PATCH v4 9/9] enable target-async

[OBV] Tweak target_xfer_status_to_string
 2014-02-24 13:54 UTC  (2+ messages)

[PATCH 0/8] Use new to_xfer_partial interface in ctf and tfile target
 2014-02-24 11:16 UTC  (23+ messages)
` [PATCH 7/8] Adjust read_value_memory to use to_xfer_partial
      ` [PUSHED] Remove TARGET_XFER_STATUS_ERROR_P (Re: [PATCH 7/8] Adjust read_value_memory to use to_xfer_partial)
      ` Rename TARGET_XFER_E_UNAVAILABLE to TARGET_XFER_UNAVAILABLE "
` [PATCH 2/8] Move tfile target to tracefile-tfile.c
` [PATCH 4/8] Let tracefile has_memory and has_all_memory
` [PATCH 5/8] Share code on to_xfer_partial for tfile and ctf target
` [PATCH 8/8] Call target_traceframe_info when traceframe is selected
` [PATCH 1/8] Move trace file writer out of tracepoint.c
` [PATCH 6/8] Use new to_xfer_partial interface in ctf and tfile target
` [PATCH 3/8] Share some code between "

[Windows]Fix a bug which cause GDB.exe assert when try to run the inferior
 2014-02-24  7:50 UTC  (11+ messages)

[OBV] Unbreak mips native build
 2014-02-24  4:07 UTC 

[Patch v9] Debug methods in GDB Python
 2014-02-23 21:10 UTC  (3+ messages)

[PATCH v2 0/5] ARM process record support for asimd, vfp etc instructions
 2014-02-22 16:49 UTC  (6+ messages)
` [PATCH 1/5] Support for recording arm/thumb mode coprocessor instructions
` [PATCH 5/5] Support for recording vector data transfer instructions
` [PATCH 2/5] Support for recording thumb2 ASIMD struct load/store instructions
` [PATCH 3/5] Support for recording VFP data processing instructions
` [PATCH 4/5] Support for recording extension register load/store instructions

[patch] Fix crash on process name "(sd-pam)" (PR 16594)
 2014-02-21 17:42 UTC  (7+ messages)
` [patchv2] "
          ` [commit] "

[PATCH] Fix length arg in call to breakpoint_xfer_memory
 2014-02-21 15:02 UTC  (4+ messages)

[patch][python] PR python/16483 (info frame-filters is too verbose)
 2014-02-21 14:31 UTC 

[patch][python PR python/16497 (bt n produces an off-by-one error)
 2014-02-21 13:43 UTC 

[PUSHED PATCH] Rename test
 2014-02-21 13:36 UTC 

[python][patch] PR python/16486 (Add wrapping hints to frame filter output)
 2014-02-21 13:00 UTC 

[RFC 0/7] make psymbols independent of progspace
 2014-02-20 22:08 UTC  (8+ messages)
` [RFC 4/7] make PSYMBOL_VALUE_ADDRESS take objfile argument
` [RFC 5/7] introduce accessors for psymtab high and low fields
` [RFC 2/7] change how psymtab section offsets are handled
` [RFC 3/7] change representation of psymbol to flush out accessors
` [RFC 1/7] remove dead code in end_psymtab
` [RFC 7/7] make psymbols and psymtabs independent of the program space
` [RFC 6/7] add validity bits for psymtab high and low fields

[PATCH] Fix for PR tdep/16397: SystemTap SDT probe support for x86 doesn't work with "triplet operands"
 2014-02-20 21:53 UTC  (5+ messages)

[PATCH v2 3/3] remove all_lwps from gdbserver: remove all_lwps
 2014-02-20 21:36 UTC  (5+ messages)
` [commit] inferiors.c (add_thread): Fix whitespace
` [commit] linux-low.c (add_lwp): Change result to struct lwp_info *
` [commit] Add backlink from lwp_info to thread_info

[PATCH v2 2/3] remove all_lwps from gdbserver: use list api
 2014-02-20 21:19 UTC  (8+ messages)

[FYI] mark *_varobj_ops as "extern"
 2014-02-20 21:13 UTC 

[PATCH/committed] sim: delete duplicate SIGINT handling
 2014-02-20 19:41 UTC  (2+ messages)

[FYI] minor cleanup in dbxread.c
 2014-02-20 19:16 UTC 

[PATCH v4] fixed inherit_abstract_dies infinite recursive call
 2014-02-20 17:48 UTC  (13+ messages)
  ` PING: "

[commit] Move the containing_scm arg from gdbscm_fill_eqable_gsmob_ptr_slot
 2014-02-20 17:32 UTC 

[Windows] DLL load/unload events during inferior startup cleanup
 2014-02-20 16:40 UTC  (6+ messages)
` [RFA/commit 1/3] Ignore DLL load/unload events during inferior initialization
` pushed: [Windows] DLL load/unload events during inferior startup cleanup

[Windows/RFA/commit] Deprecate windows-specific dll-symbols command and aliases
 2014-02-20  8:34 UTC  (13+ messages)

[commit] Fix ARI warning in thread-thread.c::dec_thread_get_ada_task_ptid
 2014-02-20  7:59 UTC 

[PATCH] Accept convenience variable in commands -break-passcount and -break-commands
 2014-02-20  7:22 UTC  (5+ messages)
  ` ping: "

New ARI warning Thu Feb 20 01:52:41 UTC 2014
 2014-02-20  1:52 UTC 

[obv] Fix return type of darwin_xfer_partial
 2014-02-20  0:52 UTC 

[RFC/Patch v4] Call overloaded operators to perform valid Python operations on struct/class values
 2014-02-20  0:04 UTC  (3+ messages)

[PATCH v2 1/3] remove all_lwps from gdbserver: rename head -> entry
 2014-02-19 22:54 UTC  (3+ messages)

Yao Qi to maintain the nios2 target
 2014-02-19 22:05 UTC 

[PATCH 0/2] remote.c: ptid.tid -> ptid.lwp
 2014-02-19 19:09 UTC  (2+ messages)

[PATCH] Improved ^c support for gdb/guile
 2014-02-19 16:42 UTC  (10+ messages)
` [PATCH v2] "

[RFC v2 00/38] clean up target delegation
 2014-02-19 16:35 UTC  (2+ messages)

[PATCH] Fix PR16220
 2014-02-19  9:01 UTC  (2+ 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).