Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/3] Fixed abortion using Python API for label symbol object
 2014-03-04 10:37 UTC  (4+ messages)
` [PATCH 2/3] gdb/python: raise TypeError instead of abort() on calling .value() method "
` [PATCH 1/3] gdb/testsuite/gdb.python: Added testcase for .value() method
` [PATCH 3/3] gdb/doc/python.texi: documented gdb.SYMBOL_LOC_LABEL. Added notion on possible exception thrown from symbol object "

[PATCH] sim: constify prog_name
 2014-03-04  8:05 UTC 

[PATCH 0/6] Fix a bunch of run control bugs
 2014-03-04  6:05 UTC  (9+ 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 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

Using LD_PRELOAD in testsuite to extend gdb test coverage
 2014-03-04  3:40 UTC 

[OB PATCH] target.h (to_traceframe_info): Fix TARGET_DEFAULT_RETURN
 2014-03-04  1:38 UTC  (4+ messages)

[PATCH] Doxygenate gdbtypes.h
 2014-03-04  1:18 UTC  (3+ messages)

[FYI v2 0/3] make probes independent of the program space
 2014-03-03 21:05 UTC  (4+ messages)
` [FYI v2 1/3] comment fixes
` [FYI v2 2/3] change probes to be program-space-independent
` [FYI v2 3/3] move probes to be per-bfd

[PATCH v5 00/15] C99 variable length array support
 2014-03-03 16:51 UTC  (27+ messages)
` [PATCH v5 08/15] vla: support for DW_AT_count
` [PATCH v5 11/15] test: cover subranges with present DW_AT_count attribute
` [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 03/15] type: add c99 variable length array support
` [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 14/15] test: basic c99 vla tests for C primitives
` status update: [PATCH v5 00/15] C99 variable length array support

[RFC v2] fix regressions with target-async
 2014-03-03 16:38 UTC  (8+ messages)

[Patch v11] Debug methods in GDB Python
 2014-03-03 16:24 UTC  (2+ messages)

[PATCH] record_latest_value: Call release_value_or_incref instead of release_value
 2014-03-03 16:22 UTC  (7+ messages)

[patchv3 8/8] Tests for validate symbol file using build-id
 2014-03-03 14:47 UTC  (4+ messages)

[patchv3 7/8] Validate symbol file using build-id
 2014-03-03 13:58 UTC  (6+ messages)

[PATCH] inferior.c (delete_inferior): Delete, unused
 2014-03-03 13:54 UTC  (2+ messages)

[PATCH] Prune program spaces in remove-inferiors
 2014-03-03 13:49 UTC  (2+ messages)

copyright dates in binutils (and includes/)
 2014-03-03 13:33 UTC  (9+ messages)

[RFC] Remove unnecessary argument METHOD to valops.c:oload_method_static
 2014-03-03 13:28 UTC 

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

[PATCH/RFC] Support rthreads on OpenBSD 5.2 and later
 2014-03-03 12:07 UTC  (7+ messages)

[PATCH, doc RFA] Add progspace support to Guile
 2014-03-02 21:40 UTC 

[PATCH v4 0/8] Validate binary before use
 2014-03-02 20:47 UTC  (11+ messages)
` [PATCH v4 5/8] Move linux_find_memory_regions_full & co
` [PATCH v4 2/8] Merge multiple hex conversions
` [PATCH v4 6/8] gdbserver build-id attribute generator
` [PATCH v4 4/8] Prepare linux_find_memory_regions_full & co. for move
` [PATCH v4 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
` [PATCH v4 1/8] Move utility functions to common/
` [PATCH v4 8/8] Tests for validate symbol file using build-id
` [PATCH v4 7/8] Validate "

[commit] guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment
 2014-03-02 18:32 UTC 

[commit] guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko
 2014-03-02 17:21 UTC 

[PATCH] sim: convert old style prototypes
 2014-03-02  2:37 UTC 

New ARI warning Sat Mar 1 01:53:24 UTC 2014
 2014-03-01 16:25 UTC  (2+ messages)

[PATCH] Enable rthreads support on OpenBSD/i386
 2014-03-01 14:32 UTC 

[PATCH] Eliminate pointer signedness warning
 2014-03-01 12:16 UTC 

[PATCH] Enable rthreads support on OpenBSD/mips64
 2014-03-01 11:13 UTC 

[PATCH] Enable rthreads support on OpenBSD/amd64
 2014-03-01 10:55 UTC 

[PATCH] Power: Correct little-endian e500v2 GPR frame offsets
 2014-03-01  0:02 UTC 

[RFC v2] Unnecessary argument METHOD to valops.c:find_oload_champ?
 2014-02-28 23:24 UTC  (4+ messages)

[PATCH] Enable rthreads supports on OpenBSD/sparc64
 2014-02-28 22:26 UTC  (2+ messages)

[patchv3 1/8] Move utility functions to common/
 2014-02-28 21:34 UTC  (5+ messages)

[patch][python] PR python/16483 (info frame-filters is too verbose)
 2014-02-28 18:59 UTC  (2+ messages)

[patch][python PR python/16497 (bt n produces an off-by-one error)
 2014-02-28 18:50 UTC  (2+ messages)

[python][patch] PR python/16486 (Add wrapping hints to frame filter output)
 2014-02-28 18:45 UTC  (2+ messages)

[patchv3 6/8] gdbserver build-id attribute generator
 2014-02-28 13:18 UTC  (3+ messages)

[patchv3 2/8] Merge multiple hex conversions
 2014-02-28 12:17 UTC  (2+ messages)

[PATCH] infrun.c (handle_signal_stop): Test for TARGET_WAITKIND_STOPPED
 2014-02-28 10:12 UTC  (2+ messages)

[patchv3 5/8] Move linux_find_memory_regions_full & co
 2014-02-27 21:34 UTC 

[patchv3 4/8] Prepare linux_find_memory_regions_full & co. for move
 2014-02-27 21:33 UTC 

[patchv3 3/8] Create empty common/linux-maps.[ch] and common/common-target.[ch]
 2014-02-27 21:33 UTC 

[patch] Fix solib list reading asan error (for PR 8882)
 2014-02-27 20:58 UTC  (4+ messages)
` [commit] "

[PATCH] StackGhost cookie is per-process
 2014-02-27 20:30 UTC 

[PATCH v2 0/3] Intel(R) AVX-512 register support
 2014-02-27 19:11 UTC  (5+ messages)
` [PATCH v2 1/3] Add AVX512 registers support to GDB

[RFC] Unnecessary argument METHOD to valops.c:find_oload_champ?
 2014-02-27 15:06 UTC 

[PATCH] Fix PR 12702 - gdb can hang waiting for thread group leader (gdbserver)
 2014-02-27 14:54 UTC  (9+ messages)
      ` [PATCH 1/5] Move ptid_match to common/ptid.c
        ` [PATCH 3/5] Linux waitpid/__WALL emulation wrapper: If WNOHANG is set, don't touch sigprocmask

[PUSHED 0/3] [GDBserver] PR 12702 - gdb can hang waiting for thread group leader
 2014-02-27 14:35 UTC  (4+ messages)
` [FYI 3/3] Teach GDBserver's Linux backend about no unwaited-for children (TARGET_WAITKIND_NO_RESUMED)
` [FYI 2/3] Move linux-nat.c:status_to_str to nat/linux-waitpid.c
` [FYI 1/3] Move ptid_match to common/ptid.c

[RFA/DWARF] Set enum type "flag_enum" and "unsigned" flags at type creation
 2014-02-27 14:29 UTC  (9+ messages)
` pushed: "

[PATCH/RFC] Parsing auxv entries
 2014-02-27 13:17 UTC  (6+ messages)

[PATCH 1/2] Add auxv parsing to the architecture vector
 2014-02-27 12:53 UTC 

[PATCH 2/2] Add gdbarch auxv parsing for OpenBSD
 2014-02-27 12:53 UTC 

[Patch v10] Debug methods in GDB Python
 2014-02-26 23:36 UTC 

[PATCH] guile: Add 'history-push!' procedure
 2014-02-26 22:01 UTC  (7+ messages)

[RFC] constify ui_out_impl
 2014-02-26 21:27 UTC  (3+ messages)

[FYI v3 00/10] share minimal symbols across objfiles
 2014-02-26 20:23 UTC  (11+ messages)
` [FYI v3 02/10] change minsym representation
` [FYI v3 07/10] move minimal symbols to per-bfd
` [FYI v3 05/10] start change to progspace independence
` [FYI v3 04/10] use bound_minsym as result for lookup_minimal_symbol et al
` [FYI v3 03/10] make MSYMBOL_VALUE_ADDRESS an rvalue
` [FYI v3 06/10] change minsyms not to be relocated at read-time
` [FYI v3 01/10] introduce minimal_symbol_upper_bound
` [FYI v3 08/10] split out elf_read_minimal_symbols
` [FYI v3 09/10] add short-circuit logic to elfread.c
` [FYI v3 10/10] make "file" use the BFD cache better

gdbserver/windows: DLL load/unload simplification
 2014-02-26 20:08 UTC  (10+ messages)
` [RFA 2/3] windows: Factorize handling of DLL load address offset
` [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/DWARF] constant class of DW_AT_high_pc is offset for version >=4 only
 2014-02-26 19:45 UTC  (10+ messages)
              ` pushed: "

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

[RFA/Python] Make regexp collection printers work with typedefs as well
 2014-02-26 19:07 UTC  (2+ messages)
` Pushed: "

[PATCH v2 0/9] share minimal symbols across objfiles
 2014-02-26 18:48 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  (3+ messages)

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

[commit] Adjust ia64_linux_xfer_partial following to_xfer_partial API change
 2014-02-26 14:10 UTC  (6+ 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)

[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  (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