Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/4] Fix dw2-ifort-parameter.exp on 64-bit big-endian systems
 2014-03-11 14:49 UTC  (6+ messages)
` [PATCH 1/4] gdb.exp: Support absolute path name args in 'prepare_for_testing' etc
` [PATCH 2/4] Exploit 'prepare_for_testing' etc. for 'Dwarf::assemble'-generated files
` [PATCH 3/4] Migrate dw2-ifort-parameter.exp to Dwarf::assemble
` [PATCH 4/4] Fix dw2-ifort-parameter.exp on PPC64

[PATCH] Fix PR breakpoints/16494: gdb.base/dprintf.exp agent-printf failures with non-Z0-supporting gdbservers
 2014-03-11 14:32 UTC 

[PATCH 1/3] Move the traceframe_available_memory code from memory_xfer_partial_1 down to the targets
 2014-03-11 12:45 UTC  (3+ messages)
` [PATCH 2/3] Factor remote_read_bytes
` [PATCH 3/3] Remove target_read_live_memory

[PATCH][PR breakpoints/16606] AVR8 breakpoint out of range, decrement pc after break
 2014-03-11 11:58 UTC  (5+ messages)

[PATCH 0/2] btrace: perf improvements
 2014-03-11 10:08 UTC  (8+ messages)
` [PATCH 2/2] btrace: avoid symbol lookup
` [PATCH 1/2] btrace: only search for lines in current symtab

[PATCH v2 0/5] Fix lost events, and handle multiple step-overs
 2014-03-11  4:42 UTC  (9+ messages)
` [PATCH v2 5/5] Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too
` [PATCH v2 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set
` [PATCH v2 3/5] Fix for even more missed events; eliminate thread-hop code
` [PATCH v2 1/5] Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid
` [PATCH v2 4/5] Handle multiple step-overs

[PATCH 1/3] sim: msp430: fix build time warnings
 2014-03-11  4:12 UTC  (13+ messages)
` [PATCH 2/3] sim: msp430: set initial PC to ELF entry if available
  ` [PATCH v2] "
` [PATCH 3/3] sim: msp430: start a test framework

[PATCH] guile.c: Replace call to scm_init_guile with scm_with_guile
 2014-03-11  4:10 UTC  (2+ messages)

[patch] update outdated links in homepage
 2014-03-11  3:45 UTC 

[RFC][PATCH] Allow JIT unwinder provide symbol information
 2014-03-11  1:46 UTC  (7+ messages)

[PATCH] Power: Correct little-endian e500v2 GPR frame offsets
 2014-03-10 18:45 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH] Support for HWbreak/watchpoint accross fork/vfork on arm-native
 2014-03-10 15:13 UTC  (8+ messages)

[PATCH V3 0/3] Intel(R) AVX-512 register support
 2014-03-10 15:06 UTC  (7+ messages)
` [PATCH V3 1/3] Add AVX512 registers support to GDB
` [PATCH V3 3/3] Add AVX512 feature description to GDB manual
` [PATCH V3 2/3] Add AVX512 register support to gdbserver

[patchv3 0/8] Validate binary before use
 2014-03-10 14:27 UTC  (8+ messages)

[commit/Ada] Missing space before '(' in ada-lang.c::ada_evaluate_subexp
 2014-03-10 14:09 UTC 

[commit/Ada] Full view of tagged type with ptype
 2014-03-10 14:07 UTC 

[PATCH] Remove "hardware" from comments of "target_insert_breakpoint"
 2014-03-10  7:46 UTC  (3+ messages)

target-delegates.c needs some TLC [was Re: [OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN]
 2014-03-10  5:34 UTC  (6+ messages)

[PATCH v4 0/8] Validate binary before use
 2014-03-10  3:46 UTC  (10+ messages)
` [PATCH v4 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
` [PATCH v4 8/8] Tests for validate symbol file using build-id

[PATCH 0/4] Tweak get_number related code
 2014-03-10  2:01 UTC  (22+ messages)
` [PATCH 3/4] Handle parse number error in goto_bookmark_command
` [PATCH 4/4] Remove argument optional_p from get_tracepoint_by_number
` [OBV PATCH 1/4] Add a newline in output messages
` [PATCH 2/4] Error on bad count number

[patchv3 8/8] Tests for validate symbol file using build-id
 2014-03-08 19:46 UTC  (5+ messages)

[commit] dwarf2read.c (read_str_index): Rename local dwo_name to objf_name
 2014-03-08  1:35 UTC 

[commit] read_cutu_die_from_dwo: Misc minor cleanups
 2014-03-08  0:40 UTC 

[RFA] target.h: Expands complete_target_initialization and add_target comments
 2014-03-08  0:33 UTC  (3+ messages)
  ` pushed: "

[RFC] New option -B: simplify running gdb from build directory
 2014-03-07 18:54 UTC  (5+ messages)
` [PATCH, doc RFA] "

[PATCH 0/3] Make all native targets inherit inf-child.c
 2014-03-07 15:38 UTC  (6+ messages)
` [PATCH 2/3] Make the windows-nat.c target "
` [PATCH 3/3] Make the nto-procfs.c "
` [PATCH 1/3] Make the go32-nat.c "

[PATCH] gdb.threads/thread-specific.exp: Fix uninitialized variable references
 2014-03-07 14:38 UTC 

[RFC v4] fix regressions with target-async
 2014-03-07 14:23 UTC  (3+ messages)

[PATCH] Build dw2-abs-hi-pc with nodebug
 2014-03-07 13:10 UTC  (2+ messages)

[PATCH] btrace, test: fix gdb.btrace/data test
 2014-03-07  8:38 UTC  (2+ messages)

[PATCH] sim: constify arg to sim_do_command
 2014-03-07  6:54 UTC 

[PATCH v3 0/5] Fix lost events, and handle multiple step-overs
 2014-03-07  1:10 UTC  (6+ messages)
` [PATCH v3 2/5] PR breakpoints/7143 - Watchpoint does not trigger when first set
` [PATCH v3 5/5] Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too
` [PATCH v3 1/5] Fix missing breakpoint/watchpoint hits, eliminate deferred_step_ptid
` [PATCH v3 3/5] Fix for even more missed events; eliminate thread-hop code
` [PATCH v3 4/5] Handle multiple step-overs

[PATCH] macro-relative.exp: Mark as unsupported if using fission
 2014-03-06 21:07 UTC 

[RFC] fix probe-related internal error on AIX
 2014-03-06 18:06 UTC 

[commit/solaris] Fix sol-thread.c build failure
 2014-03-06 16:12 UTC 

[RFC v2] fix regressions with target-async
 2014-03-06 15:46 UTC  (15+ messages)

AIX threaded cores
 2014-03-06 14:48 UTC 

[PATCH] Fix PR16508
 2014-03-06 13:35 UTC  (6+ messages)
` ping: "

[PATCH] Use target address size for DW_OP_deref in dwarf2expr.c
 2014-03-06 10:28 UTC  (3+ messages)

[PATCH 0/3] Fixed abortion using Python API for label symbol object
 2014-03-06  8:37 UTC  (9+ messages)
` [PATCH 2/3] gdb/python: raise TypeError instead of abort() on calling .value() method "
` [PATCH 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL. Added notion on possible exception thrown from symbol object .value() method
  ` [PATCH v2 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL, added notion on possible exceptions thrown from symbol object value method

Using LD_PRELOAD in testsuite to extend gdb test coverage
 2014-03-06  6:28 UTC  (2+ messages)

[OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN
 2014-03-06  2:21 UTC  (7+ messages)

[PATCH 0/6] Fix a bunch of run control bugs
 2014-03-05 16:10 UTC  (12+ messages)
` [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 3/6] Fix missing breakpoing/watchpoint hits, eliminate deferred_step_ptid
` [PATCH 4/6] Fix for even more missed events; eliminate thread-hop code

[PATCH 1/3] gdb/testsuite/gdb.python: Added testcase for .value() method
 2014-03-05 13:41 UTC  (2+ messages)
` [PATCH v2 1/3] gdb/testsuite/gdb.python: Added testcase for value method

copyright dates in binutils (and includes/)
 2014-03-05 12:34 UTC  (10+ messages)

[PATCH]Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue
 2014-03-05  6:33 UTC  (2+ messages)
` [PATCH/v2] Fix "

[PATCH] Doxygenate gdbtypes.h
 2014-03-05  1:17 UTC  (9+ messages)

[RFC v5 0/8] enable target-async by default
 2014-03-04 19:11 UTC  (11+ messages)
` [RFC v5 7/8] separate MI and target notions of async
` [RFC v5 2/8] PR gdb/13860: make -interpreter-exec console "list" behave more like "list"
` [RFC v5 5/8] make dprintf.exp pass in always-async mode
` [RFC v5 1/8] fix latent bugs in ui-out.c
` [RFC v5 8/8] enable target-async by default
` [RFC v5 3/8] PR gdb/13860: make "-exec-foo"'s MI output equal to "foo"'s MI output
` [RFC v5 4/8] PR gdb/13860: don't lose '-interpreter-exec console EXECUTION_COMMAND''s output in async mode
` [RFC v5 6/8] fix py-finish-breakpoint.exp with always-async

[PATCH 4/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(doc)
 2014-03-04 17:12 UTC  (2+ messages)

[PATCH 3/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(testsuite)
 2014-03-04 16:30 UTC 

[PATCH 2/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(gdbserver)
 2014-03-04 16:30 UTC 

[PATCH 1/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"(gdb)
 2014-03-04 16:29 UTC 

[PATCH 0/4] Fix PR breakpoints/16494: add dprintf-style "agent-call"
 2014-03-04 16:29 UTC 

[PATCH] sim: constify prog_name
 2014-03-04 15:19 UTC  (2+ messages)

[RFC v3] fix regressions with target-async
 2014-03-04 15:11 UTC 

page:  |  | latest

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