public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/4] Fix CU expansion queue-related problems
 2020-12-10 17:40 UTC  (12+ messages)
` [PATCH 1/4] gdb/dwarf: add some logging in dwarf2/read.c
` [PATCH 2/4] gdb/dwarf: add assertion in maybe_queue_comp_unit
` [PATCH 3/4] gdb/dwarf: don't enqueue CU in maybe_queue_comp_unit if already expanded
` [PATCH 4/4] gdb/dwarf: create and destroy dwarf2_per_bfd's CUs-to-expand queue

[PATCH][gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5
 2020-12-10 17:08 UTC  (2+ messages)

[PATCH] Be more careful when rewriting thick pointer array type
 2020-12-10 16:38 UTC 

[PATCH] gdb: better handling of 'S' packets
 2020-12-10 16:29 UTC  (2+ messages)

[PATCH 0/9] Further language class related changes
 2020-12-10 16:26 UTC  (2+ messages)

[PATCH v2 0/2] Handle block-local names for Ada
 2020-12-10 16:24 UTC  (3+ messages)
` [PATCH v2 1/2] Use exact match in get_var_value
` [PATCH v2 2/2] Handle block-local names for Ada

[PATCH][gdb/testsuite] Fix gdb.base/endianity.exp with gcc-4.8
 2020-12-10 15:29 UTC 

[PATCH][OBV] Remove spurious newline on debug printf
 2020-12-10 15:21 UTC  (2+ messages)

[PATCH v2] Add new 'print nibbles' feature
 2020-12-10 14:28 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=no
 2020-12-10 13:08 UTC  (2+ messages)

[PATCHv5 0/2] Restore thread and frame patches
 2020-12-10 11:39 UTC  (4+ messages)
` [PATCHv6 "
  ` [PATCHv6 1/2] gdb: Restore previously selected thread when switching inferior
  ` [PATCHv6 2/2] gdb: Track the current frame for each thread

[PATCH] gdb: move bfd_open_from_target_memory to gdb_bfd
 2020-12-10 10:17 UTC  (3+ messages)

[PATCH] gdb: print size of downloaded debuginfod binary
 2020-12-10  8:26 UTC  (8+ messages)

[pushed] Use add_angle_brackets in ada_lookup_encoded_symbol
 2020-12-09 21:18 UTC 

[PATCH] Handle 128-bit constants for fixed point
 2020-12-09 21:13 UTC  (2+ messages)

[PATCH 1/3] gdb: remove native support for QNX Neutrino
 2020-12-09 21:07 UTC  (11+ messages)
` [PATCH 2/3] gdbsupport: remove #ifndef REALTIME_LO in signals.cc
` [PATCH 3/3] gdb: remove QNX Neutrino tdep support

[PATCH] Fix off-by-one error in ada_fold_name
 2020-12-09 21:03 UTC  (2+ messages)

[PATCH] Use ldflags instead of additional_flags for linker options
 2020-12-09 20:42 UTC  (2+ messages)

[PATCH 0/4] Fix bug in value_subscript when range's high bound is not known
 2020-12-09 19:57 UTC  (21+ messages)
` [PATCH 1/4] gdb: make discrete_position return optional
` [PATCH 2/4] gdb: make get_discrete_bounds return bool
` [PATCH 3/4] gdb: split get_discrete_bounds in two
` [PATCH 4/4] gdb: fix value_subscript when array upper bound is not known

[PATCH] Fix range end handling of inlined subroutines - restart
 2020-12-09 18:19 UTC  (6+ messages)
` [PATCH v2 ] "
  ` [PATCH v3] "
    ` [PATCH v4] "

'interrupt' command usecase in all-stop mode
 2020-12-09 15:21 UTC  (9+ messages)

[PATCH] gdb/gdbsupport: Use LOCALAPPDATA for index cache on windows
 2020-12-09 12:45 UTC  (10+ messages)

mingw gdb wine - dll breakpoint not catched
 2020-12-09 11:10 UTC 

[PATCH] sim: common: add align_{up,down} to match gdb
 2020-12-09 10:53 UTC  (2+ messages)

[PATCH 00/30] Allow location description on the DWARF stack
 2020-12-09  0:30 UTC  (34+ messages)
` [PATCH 01/30] Replace the symbol needs evaluator with a parser
` [PATCH 02/30] Move frame context info to dwarf_expr_context
` [PATCH 03/30] Remove get_frame_cfa from dwarf_expr_context
` [PATCH 04/30] Move compilation unit info to dwarf_expr_context
` [PATCH 05/30] Move dwarf_call "
` [PATCH 06/30] Move get_object_address "
` [PATCH 07/30] Move read_mem "
` [PATCH 08/30] Move push_dwarf_reg_entry_value to expr.c
` [PATCH 09/30] Inline get_reg_value method of dwarf_expr_context
` [PATCH 10/30] Remove empty frame and full evaluators
` [PATCH 11/30] Merge evaluate_for_locexpr_baton evaluator
` [PATCH 12/30] Move piece_closure and its support to expr.c
` [PATCH 13/30] Make DWARF evaluator return a single struct value
` [PATCH 14/30] Simplify dwarf_expr_context class interface
` [PATCH 15/30] Add as_lval argument to expression evaluator
` [PATCH 16/30] Add new register access interface to expr.c
` [PATCH 17/30] Add new memory "
` [PATCH 18/30] Add new classes that model DWARF stack element
` [PATCH 19/30] Add new location description access interface
` [PATCH 20/30] Add dwarf_entry factory class to expr.c
` [PATCH 21/30] Change DWARF stack to use new dwarf_entry classes
` [PATCH 22/30] Remove dwarf_expr_context from expr.h interface
` [PATCH 23/30] Rename and update the piece_closure structure
` [PATCH 24/30] Move read_addr_from_reg function to frame.c
` [PATCH 25/30] Add frame info check to DW_OP_reg operations
` [PATCH 26/30] Remove DWARF expression composition check
` [PATCH 27/30] Add support for any location description in CFI
` [PATCH 28/30] Add DWARF operations for byte and bit offset
` [PATCH 29/30] Add support for DW_OP_LLVM_undefined operation
` [PATCH 30/30] Add support for nested composite locations

[PATCH][pushed] contrib: modernize filter-clang-warnings.py
 2020-12-08 20:40 UTC  (3+ messages)

[pushed/v2 1/9] gdb/configure: Add --with-libgmp-prefix option
 2020-12-08 20:39 UTC  (12+ messages)
  ` [PATCH] Enable GDB build with in-tree GMP and MPFR
                    ` [PING] "

[PATCH][AArch64] SVE/FPSIMD fixup for big endian
 2020-12-08 19:22 UTC  (6+ messages)
` [PATCH,v2] "

GDB test for a clang/llvm feature
 2020-12-08 15:49 UTC  (3+ messages)

[PATCH] if-to-switch: fix matching of negative conditions
 2020-12-08 13:35 UTC  (2+ messages)

[PATCH] Unify all operators into std-operator.def
 2020-12-08 10:48 UTC  (2+ messages)

[committed][gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32
 2020-12-08  8:30 UTC 

[committed][gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported for i386
 2020-12-08  8:20 UTC  (3+ messages)

[ob/pushed] gdb.base/break-on-linker-gcd-function.exp: Remove unused variable
 2020-12-07 20:30 UTC 

[PATCH 0/8] Bare-metal core dumps for RISC-V
 2020-12-07 19:57 UTC  (27+ messages)
` [PATCH 2/8] bfd/binutils: support for gdb target descriptions in the core file
` [PATCH 3/8] gdb: write target description into "
` [PATCH 4/8] bfd/riscv: prepare to handle bare metal core dump creation
` [PATCH 5/8] gdb/riscv: introduce bare metal core dump support
` [PATCH 6/8] bfd/binutils: add support for RISC-V CSRs in core files

[PATCH][gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp
 2020-12-07 19:42 UTC  (2+ messages)

[PATCH 0/2] Add native GNU/Linux support for ARC in GDB
 2020-12-07 16:37 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] arc: Take into account the REGNUM in supply/collect gdb hooks
  ` [PATCH v2 2/2] gdb: Add native support for ARC in GNU/Linux

[PATCH 0/2] arc: Add signal handling support
 2020-12-07 16:36 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] arc: Add support for signal handlers
  ` [PATCH v2 2/2] arc: Add support for signal frames for Linux targets

[RFC PATCH] gdb/doc: clarify the language for the '?' packet
 2020-12-07 15:55 UTC  (3+ messages)

[PATCH v3 00/24] Memory Tagging Support + AArch64 Linux implementation
 2020-12-07 14:17 UTC  (6+ messages)

[PATCH] Avoid side effects in expression lexers
 2020-12-07 13:02 UTC  (2+ messages)

[PATCH] Use expression completer for "maint print type"
 2020-12-07 12:51 UTC  (2+ messages)

[PATCH][gdb/testsuite] Don't pass -fPIC to gdb_compile_shlib
 2020-12-07 12:20 UTC 

[PATCH][gdb/testsuite] Handle ada in gdb_compile_shlib
 2020-12-07 12:19 UTC 

[PATCH] Fix struct expression regression
 2020-12-07  4:36 UTC  (5+ messages)
    ` [gdb/ada] Handle shrink resize in replace_operator_with_call

[PATCH][PR breakpoints/27009] s390: Fix BC instruction breakpoint handling
 2020-12-06 10:36 UTC  (2+ messages)

[PATCH] Remove per-language op_name functions
 2020-12-06 10:14 UTC  (3+ messages)

[PATCH] gdb: user variables with components of dynamic type
 2020-12-06  9:59 UTC  (7+ messages)

[PATCH] gdb:Add new 'print binary-groups' feature
 2020-12-06  5:53 UTC  (7+ messages)

[RFA 2/2] gmp-utils: protect gdb_mpz exports against out-of-range values
 2020-12-06  4:58 UTC  (4+ messages)
` [RFAv2 "

[PATCH v2] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
 2020-12-05 23:17 UTC  (2+ messages)

[PATCH] gdb/linespec: relax the position of the '-force-condition' flag
 2020-12-05 17:34 UTC  (2+ messages)

[PATCH v4 0/2] Breakpoint conditions at locations with differing contexts
 2020-12-05 17:30 UTC  (5+ messages)
` [PATCH v4 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition

[PATCH] arc: Write correct "eret" value during register collection
 2020-12-05  8:12 UTC  (7+ messages)
` [PUSHED gdb-10-branch] "

pushed: Add support for DWARF-based fixed point types
 2020-12-05  8:05 UTC  (5+ messages)
` RFA: wrap mpz_export into gdb_mpz::safe_export
  ` [RFA 1/2] Fix TARGET_CHAR_BIT/HOST_CHAR_BIT confusion in gmp-utils.c

[PATCH v2 00/14] Concurrent displaced stepping
 2020-12-04 21:52 UTC  (18+ messages)
` [PATCH v2 04/14] gdb: get rid of get_displaced_stepping_state
` [PATCH v2 05/14] gdb: rename things related to step over chains
` [PATCH v2 08/14] gdb: introduce status enum for displaced step prepare/finish
` [PATCH v2 11/14] gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced steps
` [PATCH v2 13/14] gdb: make displaced stepping implementation capable of managing multiple buffers

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).