public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 00/30] Allow location description on the DWARF stack
 2020-12-07 19:00 UTC  (9+ 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 0/8] Bare-metal core dumps for RISC-V
 2020-12-07 19:00 UTC  (29+ messages)
` [PATCH 1/8] gdb/riscv: use a single regset supply function for riscv fbsd & linux
` [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 7/8] gdb/riscv: make riscv target description names global
` [PATCH 8/8] gdb/riscv: write CSRs into baremetal core dumps

[PATCH] gdb: print size of downloaded debuginfod binary
 2020-12-07 17:07 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

[PATCH 0/4] Fix bug in value_subscript when range's high bound is not known
 2020-12-07 16:06 UTC  (14+ 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

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

'interrupt' command usecase in all-stop mode
 2020-12-07 13:18 UTC 

[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][gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.exp
 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] gdb/main: execute breakpoint commands for '-iex' and '-ex' commands
 2020-12-05 23:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] gdb/linespec: relax the position of the '-force-condition' flag
 2020-12-05 17:34 UTC  (3+ 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  (40+ messages)
` [PATCH v2 01/14] gdb: add inferior_execd observable
` [PATCH v2 02/14] gdb: clear inferior displaced stepping state and in-line step-over info on exec
` [PATCH v2 03/14] gdb: restore displaced step buffer bytes when another thread forks
` [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 06/14] gdb: rename displaced_step_closure to displaced_step_copy_insn_closure
` [PATCH v2 07/14] gdb: rename displaced_step_fixup to displaced_step_finish
` [PATCH v2 08/14] gdb: introduce status enum for displaced step prepare/finish
` [PATCH v2 09/14] gdb: pass inferior to get_linux_inferior_data
` [PATCH v2 10/14] gdb: move displaced stepping types to displaced-stepping.{h, c}
` [PATCH v2 11/14] gdb: move displaced stepping logic to gdbarch, allow starting concurrent displaced steps
` [PATCH v2 12/14] gdb: change linux gdbarch data from post to pre-init
` [PATCH v2 13/14] gdb: make displaced stepping implementation capable of managing multiple buffers
` [PATCH v2 14/14] gdb: use two displaced step buffers on amd64/Linux

[PATCH] Remove redundant typedefs
 2020-12-04 20:09 UTC  (5+ messages)

[PATCH] gdb/testsuite: make declare_labels use better default label names
 2020-12-04 20:08 UTC  (3+ messages)

[committed][gdb/testsuite] Make gdb.arch/amd64-gs_base.exp unsupported for i386
 2020-12-04 18:57 UTC  (2+ messages)

[PATCH][gdb] Fix heap-buffer-overflow in completion_tracker::build_completion_result
 2020-12-04 18:39 UTC  (2+ messages)

[PING][PATCH v2] Fix multi-line strings in TuiWindow.write
 2020-12-04 18:23 UTC  (3+ messages)

[PATCH] Handle block-local names for Ada
 2020-12-04 17:03 UTC  (2+ messages)

[pushed] Constify value_internal_function_name
 2020-12-04 15:17 UTC 

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

[PATCH][gdb/testsuite] Update gdb.arch/i386-mpx-call.exp for -m32
 2020-12-04 12:43 UTC 

[committed][gdb/tdep] Handle static field in i386_16_byte_align_p
 2020-12-04 12:37 UTC 

[PATCH 0/3] Querying registers of already-exited processes
 2020-12-04 11:36 UTC  (2+ messages)

[PATCH] gdb/testsuite: add DWARF5 board
 2020-12-04  1:15 UTC  (2+ messages)

[PATCH] [AArch64][UBSan] Fix shifting of negative value
 2020-12-03 20:56 UTC  (4+ messages)

[PATCH] gdb: fix logic of find_comp_unit and set_comp_unit
 2020-12-03 20:48 UTC  (3+ messages)

[PATCH] Add gnu global outputs to .gitignore
 2020-12-03 20:28 UTC  (4+ messages)

[PATCH][gdb/testsuite] Fix control-flow in gdb.reverse/insn-reverse.exp
 2020-12-03 20:15 UTC  (2+ messages)

[PATCH] Fix building gdb release from tar file without makeinfo
 2020-12-03 20:04 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix count usage in gdb.reverse/insn-reverse.exp
 2020-12-03 19:51 UTC  (2+ messages)

[PATCH 0/2] Organise maintenance commands that flush caches
 2020-12-03 17:23 UTC  (4+ messages)
` [PATCH 1/2] gdb: introduce new 'maint flush ' prefix command

[PATCH] gdb: improve command completion for 'print', 'x', and 'display'
 2020-12-03 17:03 UTC  (7+ messages)

[PATCH] gdb: multi-line support for "document" command
 2020-12-03  0:09 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] gdb/riscv: rewrite target description validation, add rv32e support
 2020-12-02 18:07 UTC  (3+ messages)

[PATCH 0/2] RISCV CSR register groups and aliases
 2020-12-02 17:46 UTC  (4+ messages)
` [PATCH 1/2] gdb/riscv: place unknown csrs into the correct register groups

Fix relocation of R_X86_64_PC32 against `TLS init function for thread_local_segv_handler' [Cygwin]
 2020-12-02 15:13 UTC  (2+ messages)

[pushed] Sync .gitignore with gcc
 2020-12-02 14:42 UTC 

RFA: Add support for DWARF-based fixed point types
 2020-12-02  3:21 UTC  (15+ messages)
` pushed: "
  ` [pushed/v2 1/9] gdb/configure: Add --with-libgmp-prefix option
          ` [PATCH] Enable GDB build with in-tree GMP and MPFR

[PATCH] Search for DWZ files in debug-file-directories as well
 2020-12-02  3:08 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] Use new+delete for struct expression
 2020-12-02  2:55 UTC  (3+ messages)

[pushed] gdb/testsuite: use foreach_with_prefix in gdb.threads/non-ldr-exc-*.exp
 2020-12-01 20:09 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).