This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
[7.7.1] Blocker patch (GCC 4.9 compat)
[commit] (do_steps_and_nexts): Don't reference uninitialized value of "description"
[commit] (read_cutu_die_from_dwo): Fix assertion
[commit] [Guile] Fix value-dynamic-type for reference values
[commit] dwarf2read.c (read_cutu_die_from_dwo): Improve comment.
[commit] Fix ARI warning in darwin-nat.c::darwin_decode_message
[commit] guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment
[COMMITTED PATCH] Erroneous backtrace on AVR/avrxmega backported
[COMMITTED PATCH] Fix typo in alpha-linux-nat.c
[Darwin]: Avoid a crash while debugging gdb
[Darwin]: Fix hangs
[darwin]: simplify solib-darwin.c
[OB/PUSHED] [GDBserver] Fix SH/Linux build.
[ob/pushed] Make gdb_continue_to_breakpoint fail quickly on internal errors.
[PATCH 0/0][REPOST] Exec events in gdbserver on Linux
[PATCH 0/3] [GDBserver] Fix hardware breakpoint regressions
[Patch 0/4 v12] Debug Methods in GDB
[PATCH 0/4 V2] Partially available/unavailable data in requested range
[PATCH 0/4] Exec events in gdbserver on Linux
[PATCH 0/8] Cleanups to Guile extension interface
[PATCH 01/12] type: add c99 variable length array support
Re: [PATCH 01/12] Use 'struct varobj_item' to represent name and value pair
Re: [PATCH 02/12] Generalize varobj iterator
[PATCH 02/12] vla: enable sizeof operator to work with variable length arrays
Re: [PATCH 03/12] Iterate over 'struct varobj_item' instead of PyObject
[PATCH 03/12] vla: enable sizeof operator for indirection
Re: [PATCH 04/12] Remove #if HAVE_PYTHON
[PATCH 04/12] vla: update type from newly created value
Re: [PATCH 05/12] Rename varobj_pretty_printed_p to varobj_is_dynamic_p
[PATCH 05/12] vla: print "variable length" for unresolved dynamic bounds
Re: [PATCH 06/12] Use varobj_is_dynamic_p more widely
[PATCH 06/12] vla: support for DW_AT_count
Re: [PATCH 07/12] MI option --available-children-only
[PATCH 07/12] vla: resolve dynamic bounds if value contents is a constant byte-sequence
Re: [PATCH 08/12] Iterator varobj_items by their availability
[PATCH 08/12] vla: evaluate operand of sizeof if its type is a vla
Re: [PATCH 09/12] Delete varobj's children on traceframe is changed.
[PATCH 09/12] test: cover subranges with present DW_AT_count attribute
Re: [PATCH 1/2] Windows libibery: Don't quote args unnecessarily
[PATCH 1/3] [GDBserver][Aarch64] Make watchpoint support use target_hw_bp_type.
[PATCH 1/4] Move traceframe checking out of traceframe generation
[PATCH 1/4] Remote exit events on Linux
[PATCH 1/4][REPOST] Remote Linux ptrace exit events
Re: [PATCH 1/5] Support for recording arm/thumb mode coprocessor instructions
[PATCH 1/9] Allow GDB to build against unreleased Guile 2.2
Re: [PATCH 10/12] Match dynamic="1" in the output of -var-list-children
[PATCH 10/12] test: evaluate pointers to C99 vla correctly.
Re: [PATCH 11/12] Test case
[PATCH 11/12] test: basic c99 vla tests for C primitives
[PATCH 12/12] test: add mi vla test
[PATCH 2/3] [GDBserver] Move Z packet defines and type convertion routines to shared code.
[PATCH 2/4 v14] Add xmethod (was debug method) interface to the extension language API
[PATCH 2/4] Remote exec events on Linux
[PATCH 2/4] Show new created display
[PATCH 2/4][REPOST] Remote Linux ptrace exec events
Re: [PATCH 2/5] Support for recording thumb2 ASIMD struct load/store instructions
[PATCH 2/8] Fix excess parentheses in Guile extension examples.
[PATCH 2/9] Define and export Guile classes for all GDB object types
[PATCH 3/3] [GDBserver] Make Zx/zx packet handling idempotent.
[PATCH 3/4 v15] Add support for lookup, overload resolution and invocation of C++ xmethod (was debug methods)
[PATCH 3/4] Document RSP support for exec events
[PATCH 3/4] Save traceframes in trace file and read data out from trace file.
[PATCH 3/4][REPOST] Document RSP support for Linux exec events
Re: [PATCH 3/5] Support for recording VFP data processing instructions
[PATCH 3/8] Fix typos in documentation of Guile `execute' function
[PATCH 3/9] Fix excess parentheses in Guile extension examples.
[PATCH 4/4 v2] Test non-leader exec events in non-stop mode
[PATCH 4/4 v2][REPOST] Non-stop exec tests
[PATCH 4/4] Partially available/unavailable data in requested range
[PATCH 4/4] Test non-leader exec events in non-stop mode
Re: [PATCH 4/5] Support for recording extension register load/store instructions
[PATCH 4/8] Rename "gsmob" in Guile interface to "gdb object"
[PATCH 4/9] Fix typos in documentation of Guile `execute' function
Re: [PATCH 5/5] Support for recording vector data transfer instructions
Re: [PATCH 5/6] Handle multiple step-overs
[PATCH 5/8] Remove Guile GDB object property mechanism
[PATCH 5/9] Rename "gsmob" in Guile interface to "gdb object"
[PATCH 6/8] Remove Guile mark functions that don't mark anything
[PATCH 6/9] Remove Guile GDB object property mechanism
[PATCH 7/8] Remove useless Guile SMOB marking functions
[PATCH 7/9] Remove Guile mark functions that don't mark anything
[PATCH 8/8] Remove a useless Guile finalizer
[PATCH 8/9] Remove useless Guile SMOB marking functions
[PATCH 9/9] Remove a useless Guile finalizer
[PATCH OBV] [gdbserver] Correctly generate i386-avx512.c
[PATCH OBV] Remove unused labels in dwarf assembler
[Patch v12 1/4] Documentation of the debug method support in GDB Python API
[Patch v12 2/4] Add debug method interface to the extension language API
[Patch v12 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
[Patch v12 4/4] Add debug method support to the Python API
[Patch v13 1/4] Documentation of the debug method support in GDB Python API
[PATCH v13 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
[PATCH v14 3/4] Add support for lookup, overload resolution and invocation of C++ debug methods
[PATCH v2 0/4] Catch errors in get_prev_frame.
[PATCH v2 0/9] Cleanups to Guile extension interface
Re: [PATCH v2 00/36] Guile extension language for GDB
[PATCH v2 1/4] New test for backtrace when the stack pointer is invalid (inaccessible).
[PATCH v2 1/9] Allow GDB to build against unreleased Guile 2.2
Re: [PATCH v2 2/3] gdb/python: raise TypeError instead of abort on calling value method for label symbol object
[PATCH v2 2/4] Remove previous frame if an error occurs when computing frame id during unwind.
[PATCH v2 2/9] Define and export Guile classes for all GDB object types
[PATCH v2 3/4] Deprecate frame_stop_reason_string.
[PATCH v2 3/9] Fix excess parentheses in Guile extension examples.
[PATCH v2 4/4] Add a TRY_CATCH to get_prev_frame to better handle errors during unwind.
[PATCH v2 4/9] Fix typos in documentation of Guile `execute' function
[PATCH v2 5/9] Rename "gsmob" in Guile interface to "gdb object"
[PATCH v2 6/9] Remove Guile GDB object property mechanism
[PATCH v2 7/9] Remove Guile mark functions that don't mark anything
[PATCH v2 8/9] Remove useless Guile SMOB marking functions
[PATCH v2 9/9] Remove a useless Guile finalizer
[PATCH v2] Fix several "set remote foo-packet on/off" commands.
[PATCH v3 0/4] Catch errors in get_prev_frame.
[PATCH v3 1/4] New test for backtrace when the stack pointer is invalid (inaccessible).
[PATCH v3 2/4] Remove previous frame if an error occurs when computing frame id during unwind.
[PATCH v3 3/4] Deprecate frame_stop_reason_string.
[PATCH v3 4/4] Add a TRY_CATCH to get_prev_frame to better handle errors during unwind.
[PATCH V4 0/3] Intel(R) AVX-512 register support
[PATCH V4 1/3] Add AVX512 registers support to GDB.
[PATCH V4 2/3] Add AVX512 register support to gdbserver.
[PATCH V4 3/3] Add AVX512 feature description to GDB manual
[PATCH V5 0/3] Intel(R) AVX-512 register support
RE: [PATCH v5 03/15] type: add c99 variable length array support
[PATCH V5 1/3] Add AVX512 registers support to GDB.
[PATCH V5 2/3] Add AVX512 register support to gdbserver.
[PATCH V5 3/3] Add AVX512 feature description to GDB manual
[PATCH v6 00/15] Please have a final look
[PATCH v6 01/15] refactoring: rename create_range_type to create_static_range_type
[PATCH v6 02/15] vla: introduce new bound type abstraction adapt uses
[PATCH v6 03/15] type: add c99 variable length array support
[PATCH v6 04/15] vla: enable sizeof operator to work with variable length arrays
[PATCH v6 05/15] vla: enable sizeof operator for indirection
[PATCH v6 06/15] vla: update type from newly created value
[PATCH v6 07/15] vla: print "variable length" for unresolved dynamic bounds
[PATCH v6 08/15] vla: support for DW_AT_count
[PATCH v6 09/15] vla: resolve dynamic bounds if value contents is a constant byte-sequence
[PATCH v6 10/15] vla: evaluate operand of sizeof if its type is a vla
[PATCH v6 11/15] test: cover subranges with present DW_AT_count attribute
[PATCH v6 12/15] test: multi-dimensional c99 vla.
[PATCH v6 13/15] test: evaluate pointers to C99 vla correctly.
[PATCH v6 14/15] test: basic c99 vla tests for C primitives
[PATCH v6 15/15] test: add mi vla test
[PATCH, doc RFA] New option -D: alias for --data-directory
[Patch, moxie, sim] Add new sign-extension instructions
Re: [PATCH/v2] Fix PR backtrace/16558: GDB Aarch64 signal frame unwinder issue
[patch] [gdb/testsuite] include a use of the definition of a type to cause clang to emit debug info
[patch] [gdb/testsuite] Move start-of-function brace to handle Clang/GCC difference
[patch] [gdb/testsuite] XFAIL under Clang tests using label debug info
[PATCH] [guile] Run finalizers from GDB thread
Re: [PATCH] [testsuite] Disable Ctrl-V use for mingw hosts.
Re: [PATCH] [testsuite] Set target-charset to ascii
[patch] add return values to return statements in non-void functions
Re: [PATCH] Automatic link generation by doxygen
[PATCH] Backport AVR fixes
[PATCH] btrace, vdso: add vdso target sections
[PATCH] Check file exists before completion tests
Re: [PATCH] Check tracefile is generated by binary execution
[PATCH] Compute the function length instead of hard coding it
Re: [PATCH] constify value_aggregate_elt
[patch] correct and xfail test due to GCC PR55641
[PATCH] Disable check for NUL bytes in /proc/pid/cmdline
Re: [PATCH] Drop prefix from unsupported source path.
[PATCH] Drop srcdir from untested source path.
[PATCH] dwarf2read.c (read_structure_type): Delete outdated comments
Re: [PATCH] Escape backslash in windows path
[PATCH] eval.c (evaluate_subexp_standard): Add some comments.
[patch] explicitly specify -std=gnu89 for gdb.cp/inline-break.exp
Re: [PATCH] Fix "PC register is not available" issue
[PATCH] Fix alignment of disassemble /r
[PATCH] Fix annota1.exp: run until main breakpoint in some pc
[PATCH] Fix dynamic_cast operator
[PATCH] Fix erroneous backtrace on avrxmega architectures.
[PATCH] Fix gdb.base/watch-vfork.exp: Watchpoint triggers after vfork (sw) (timeout) with Linux 2.6.32 and older version
[patch] Fix gdbserver qGetTLSAddr for x86_64 -m32
[PATCH] Fix interrupt.exp fails with m32 in x86_64
Re: [PATCH] Fix several "set remote foo-packet on/off" commands.
[patch] Fix TLS access for -static -pthread
[patch] Fix unused static symbols so they're not dropped by clang
[PATCH] gdb.base/memattr.exp regexp improvements
[PATCH] gdbserver: Get the pid from /proc when attaching to a non-initial lwp
[PATCH] Get frame after pull single-step breakpoints out
Re: [PATCH] Get wrapper.exp testcase passing with stdio gdbserver
Re: [PATCH] handle DW_AT_type on an enumeration
Re: [PATCH] implement support for "enum class"
[PATCH] Improve MI -var-info-path-expression for nested struct/union case.
[PATCH] Make "set disassemble-next-line on" can work with DUMMY_FRAME, SIGTRAMP_FRAME and ARCH_FRAME
[patch] Mark some tests as XFAIL/UNSUPPORTED hidden due to GCC's omission of typedefs in inheritance.
[PATCH] mi: Use the value in mi_console_file->quote as the quoting character
[PATCH] Partially available/unavailable data in requested range
[PATCH] Pass --data-directory through gdb_realpath.
[PATCH] PR breakpoints/15697: Remove =breakpoint-modified when hitting dprintf
[PATCH] PR mi/15806: Fix quoting of async events
Re: [PATCH] PR python/16699: GDB Python command completion with overriden complete vs. completer class
[PATCH] Remove unused and probably incorrect macro TYPE_FN_FIELDS
[PATCH] Remove unused arguments to few functions in dwarf2loc.c and gdbtypes.c.
[PATCH] Remove unused variable
[PATCH] rename "set debugvarobj" to "set debug varobj"
[PATCH] Return argv0-symlink.exp early if gdb can't load symlink
[PATCH] Stale breakpoint instructions, spurious SIGTRAPS.
[PATCH] Suppress explicit dwarf2 tests under Clang due to reliance on global inline asm ordering
[PATCH] Unify ctf_fetch_registers and tfile_fetch_registers
[PATCHv3] aarch64: detect atomic sequences like other ll/sc architectures
[PATCHv4] aarch64: detect atomic sequences like other ll/sc architectures
[PATCHv5] aarch64: detect atomic sequences like other ll/sc architectures
[ping] [PATCH V4 0/3] Intel(R) AVX-512 register support
[PING] [PATCH] [Python] Fix gdb.Value.dynamic_type for reference values
[PING] [PATCH] Fix dynamic_cast operator
[PING] Contributing new gcc targets: i386-*-dragonfly and x86-64-*-dragonfly
Re: [PING] Disable gdb for z80-unknown-coff target
[PING^2] [PATCH] Fix dynamic_cast operator
[pushed 1/4] Enhance dwarfread.c::resolve_dynamic_type to resolve dynamic ranges
[pushed 2/4] Improve Ada dynamic range type handling.
[pushed 3/4] dwarf2read.c::read_subrange_type: Handle dynamic lower bounds
[pushed 4/4] Add gdb.ada/dyn_arrayidx testcase.
[PUSHED PATCH] Add null pointer check in ctf_xfer_partial
[PUSHED PATCH] Call post_create_inferior in ctf_open.
[PUSHED PATCH] Get trace_regblock_size from metadata instead of event
[pushed/Ada] remove unnecessary second call to static_unwrap_type in ada_evaluate_subexp
[pushed/Ada] Unnecessary XA type handling in ada_varobj_describe_simple_array_child
[pushed/DWARF/Ada] Support for dynamic lower bounds
[pushed] [gdbserver] mem-break.c:find_gdb_breakpoint_at: Make static.
[pushed] [PATCH V5 0/3] Intel(R) AVX-512 register support
[pushed] ada-lang.c: Expand standard_exc's introductory comment.
[pushed] breakpoint shadowing, take single-step breakpoints into account.
[pushed] Conditional Z1 breakpoint hangs GDBserver.
[pushed] Consecutive step-overs trigger internal error.
[pushed] Don't suppress errors inserting/removing hardware breakpoints in shared libraries.
[pushed] gdb.base/sym-file.exp, hide guts of the custom loader.
[pushed] gdb.base/sym-file.exp: clean up test messages a bit.
[pushed] gdbserver: decouple x86 watchpoint / hw breakpoint routines from Z packet numbers.
[pushed] gdbserver: perror_with_name: Add ATTRIBUTE_NORETURN.
[pushed] Make sym-file.exp work with remote targets and hosts.
[pushed] Re: [PATCH] Stale breakpoint instructions, spurious SIGTRAPS.
[RFA testsuite 0/5] Introduction: MI breakpoint test suite cleanups
[RFA testsuite 1/5] Introduce parse_args
[RFA testsuite 2/5] Introduce build_kv_pairs
[RFA testsuite 3/5] Introduce mi_make_breakpoint
[RFA testsuite 4/5] Introduce mi_make_breakpoint_table
[RFA testsuite 5/5] Update all callers
[RFA/testsuite] Remove unused globals from mi-break.exp
[RFA/testsuite] Remove unused globals in mi-simplerun.exp
Re: [RFA] c++/16675 (incorrect sizeof reference types)
Re: [RFA] Fix c++/16253 (tag/variable name collision)
Re: [RFA] Fix c++/16597 (crash when inspecting lambda expression variables)
[RFA] Fix dangling cleanup in linespec_parse_basic
Re: [RFA] Fix gdb/15827 (crash w/corrupt DWARF)
Re: [RFA] Split up testsuite/ChangeLog
[RFC 0/4] Catch errors in get_prev_frame.
Re: [RFC 00/12 V2] Visit varobj available children only in MI
[RFC 00/23] Regset rework preparations
[RFC 01/23] Constify regset structures.
[RFC 02/23] Remove 'arch' field from regset structure
[RFC 03/23] AARCH64: Replace regset_alloc() invocations by static regset structures
[RFC 04/23] ARM: Replace regset_alloc() invocations by static regset structures
[RFC 05/23] X86: Replace regset_alloc() invocations by static regset structures.
[RFC 06/23] MIPS: Replace regset_alloc() invocations by static regset structures
[RFC 07/23] MN10300: Replace regset_alloc() invocations by static regset structures
[RFC 08/23] SCORE: Replace regset_alloc() invocation by a static regset structure
[RFC 09/23] SPARC: Rename register maps from "*regset" to "*regmap"
[RFC 1/4] New tests for backtracing with a corrupted stack.
[RFC 10/23] SPARC: Replace regset_alloc() invocations by static regset structures
[RFC 11/23] Drop regset_alloc()
[RFC 12/23] regcache: Add functions suitable for regset_supply/collect.
[RFC 13/23] S390: Migrate to regcache_supply/collect_regset
[RFC 14/23] AARCH64 Linux: Fill 'collect_regset' in regset structures
[RFC 15/23] ALPHA Linux: Fill 'collect_regset' in regset structures
[RFC 16/23] FRV Linux: Fill 'collect_regset' in regset structures
[RFC 17/23] HPPA Linux: Fill 'collect_regset' in regset structures
[RFC 18/23] M32R Linux: Fill 'collect_regset' in regset structure
[RFC 19/23] NIOS2 Linux: Fill 'collect_regset' in regset structure
[RFC 2/4] Remove previous frame if we error during compute_frame_id
[RFC 20/23] SCORE: Fill 'collect_regset' in regset structure
[RFC 21/23] TILEGX Linux: Fill 'collect_regset' in regset structure
[RFC 22/23] M68K Linux: Define regset structures
[RFC 23/23] IA64 Linux: Define regset structures
[RFC 3/4] Deprecate frame_stop_reason_string
[RFC 4/4] Add TRY_CATCH to get_prev_frame and frame specific strop strings
[rfc] btrace: control memory access during replay
Re: [RFC] Remove unnecessary argument METHOD to valops.c:oload_method_static
[RFC] Use address_from_register in dwarf2-frame.c:read_addr_from_reg
Re: [RFC][PATCH] Allow JIT unwinder provide symbol information
[RFC][PATCH] Demangler crash resistance
[vla v7 pushed] Re: [PATCH v6 00/15] Please have a final look
Re: Contributing new gcc targets: i386-*-dragonfly and x86-64-*-dragonfly
Enable DWARF unwinders for SPU
gdb/testsuite/compiler.c[c]: Identify clang
git cherry-pick -x
New ARI warning Wed Apr 2 01:53:54 UTC 2014
ping : [RFC 00/12 V2] Visit varobj available children only in MI
PING: Re: [PATCH] Improve MI -var-info-path-expression for nested struct/union case.
Regression for gdb.cp/koenig.exp: p entry (c) [Re: [RFA] Fix c++/16253 (tag/variable name collision)]
Re: RFA/remote: compare-sections
Re: RFC: fix PR backtrace/15558
Search debugfile directly in debug-file-directory if specified
Re: specifying gdb's exit code
Re: vdso handling
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]