public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/5] sim: Suppress warnings if built with Clang
 2023-01-03  8:47 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] sim: Check known getopt definition existence

[PATCH] Initial implementation of Debugger Adapter Protocol
 2023-01-03  8:04 UTC  (5+ messages)

[PATCH 00/83] sim: merge subdir makefiles into top-level
 2023-01-03  7:56 UTC  (84+ messages)
` [PATCH 01/83] sim: mips: add multi source to built sources
` [PATCH 02/83] sim: modules: trigger generation from top-level
` [PATCH 03/83] sim: build: drop support for subdir extra deps
` [PATCH 04/83] sim: aarch64: move libsim.a creation to top-level
` [PATCH 05/83] sim: arm: "
` [PATCH 06/83] sim: avr: "
` [PATCH 07/83] sim: bfin: "
` [PATCH 08/83] sim: bpf: "
` [PATCH 09/83] sim: cr16: "
` [PATCH 10/83] sim: cris: "
` [PATCH 11/83] sim: d10v: "
` [PATCH 12/83] sim: erc32: "
` [PATCH 13/83] sim: example-synacor: "
` [PATCH 14/83] sim: frv: "
` [PATCH 15/83] sim: ft32: "
` [PATCH 16/83] sim: h8300: "
` [PATCH 17/83] sim: iq2000: "
` [PATCH 18/83] sim: lm32: "
` [PATCH 19/83] sim: m32c: "
` [PATCH 20/83] sim: m32r: "
` [PATCH 21/83] sim: m68hc11: "
` [PATCH 22/83] sim: mcore: "
` [PATCH 23/83] sim: microblaze: "
` [PATCH 24/83] sim: mips: "
` [PATCH 25/83] sim: mn10300: "
` [PATCH 26/83] sim: moxie: "
` [PATCH 27/83] sim: msp430: "
` [PATCH 28/83] sim: or1k: "
` [PATCH 29/83] sim: pru: "
` [PATCH 30/83] sim: riscv: "
` [PATCH 31/83] sim: rl78: "
` [PATCH 32/83] sim: rx: "
` [PATCH 33/83] sim: sh: "
` [PATCH 34/83] sim: v850: "
` [PATCH 35/83] sim: build: drop support for creating libsim.a in subdirs
` [PATCH 36/83] sim: build: drop common/nrun.o subdir hack
` [PATCH 37/83] sim: modules.c: move generation to top-level
` [PATCH 38/83] sim: build: add basic framework for compiling arch objects in top-level
` [PATCH 39/83] sim: aarch64: move arch-specific file compilation to top-level
` [PATCH 40/83] sim: arm: "
` [PATCH 41/83] sim: avr: "
` [PATCH 42/83] sim: bpf: "
` [PATCH 43/83] sim: bfin: "
` [PATCH 44/83] sim: cr16: "
` [PATCH 45/83] sim: cris: "
` [PATCH 46/83] sim: d10v: "
` [PATCH 47/83] sim: erc32: "
` [PATCH 48/83] sim: example-synacor: "
` [PATCH 49/83] sim: frv: "
` [PATCH 50/83] sim: ft32: "
` [PATCH 51/83] sim: h8300: "
` [PATCH 52/83] sim: iq2000: "
` [PATCH 53/83] sim: lm32: "
` [PATCH 54/83] sim: m32c: "
` [PATCH 55/83] sim: m32r: "
` [PATCH 56/83] sim: m68hc11: "
` [PATCH 57/83] sim: mcore: "
` [PATCH 58/83] sim: microblaze: "
` [PATCH 59/83] sim: mips: "
` [PATCH 60/83] sim: mn10300: "
` [PATCH 61/83] sim: moxie: "
` [PATCH 62/83] sim: msp430: "
` [PATCH 63/83] sim: or1k: "
` [PATCH 64/83] sim: pru: "
` [PATCH 65/83] sim: riscv: "
` [PATCH 66/83] sim: rl78: "
` [PATCH 67/83] sim: rx: "
` [PATCH 68/83] sim: sh: "
` [PATCH 69/83] sim: v850: "
` [PATCH 70/83] sim: move arch-specific file compilation of common/ files "
` [PATCH 71/83] sim: common: move test-hw-events to top-level build
` [PATCH 72/83] sim: disable recursive make in (most) subdirs
` [PATCH 73/83] sim: build: drop subdir Makefile.in files
` [PATCH 74/83] sim: build: delete Make-common.in logic
` [PATCH 75/83] sim: build: drop AM_MAKEFLAGS settings
` [PATCH 76/83] sim: common: simplify hw-config.h deps
` [PATCH 77/83] sim: igen: simplify build dep
` [PATCH 78/83] sim: common: move libcommon.a objects to sources
` [PATCH 79/83] sim: build: drop most recursive build deps
` [PATCH 80/83] sim: common: move libcommon.a dep to ppc code
` [PATCH 81/83] sim: common: move modules.c to source tracking
` [PATCH 82/83] sim: common: simplify modules.c deps
` [PATCH 83/83] sim: build: drop depdir subdir hack

[PATCH] sim: sh: move some generated source files to built sources
 2023-01-03  3:56 UTC 

[PATCH] sim: build: add var for tracking sim enable directly
 2023-01-03  3:43 UTC 

[PATCH] sim: common: drop libcommon.a linkage
 2023-01-03  3:21 UTC 

[PATCH] sim: build: move generated headers to built sources
 2023-01-03  3:14 UTC 

[PATCH 1/3] gdb: add support for DW_AT_trampoline in DWARF reader
 2023-01-03  1:07 UTC 

[PATCH] sim: build: use Automake include vars
 2023-01-03  0:31 UTC 

[pushed] Simplify debug_exp
 2023-01-02 17:38 UTC 

[PATCH] Add type to expression dump of symbol
 2023-01-02 17:28 UTC 

GDB 13 release -- 2022-12-24 update
 2023-01-02 17:03 UTC  (2+ messages)

[PATCH v3] gdb: add 'maintenance print record-instruction' command
 2023-01-02 16:56 UTC  (4+ messages)

[PATCH] gdb/mi: add no-history stop reason
 2023-01-02 15:56 UTC 

[PATCH] Fix target remote pipe command for MinGW
 2023-01-02 15:10 UTC  (2+ messages)

[PATCH] [gdb] Fix segfault during inferior call to ifunc
 2023-01-02 14:41 UTC  (2+ messages)

[PATCH] I'm debugging https://github.com/helix-editor/helix.git@63dcaae1b9083396fb3faaef9eaa2421f7e48fb9, which is a editor implemented with rust lang. When I type gdb command below: (gdb) b pars gdb dumped. I got: m_match = 0x7fffd8173cc7 "parse::h3bbecc5bbd82b347" m_ignored_ranges = { first = 0x7fffd8173cbb "<impl str>::parse::h3bbecc5bbd82b347", second = 0x7fffd8173cc5 "::parse::h3bbecc5bbd82b347" }
 2023-01-02 12:43 UTC 

[PATCH 1/9] sim: cgen: hoist rules to the top-level build
 2023-01-02  4:32 UTC  (9+ messages)
` [PATCH 2/9] sim: bpf: hoist cgen rules to top-level
` [PATCH 3/9] sim: cris: "
` [PATCH 4/9] sim: frv: "
` [PATCH 5/9] sim: iq2000: "
` [PATCH 6/9] sim: lm32: "
` [PATCH 7/9] sim: m32r: "
` [PATCH 8/9] sim: or1k: "
` [PATCH 9/9] sim: cgen: drop common subdir build rules

[PATCH 1/2] sim: replace -I$srcroot/opcodes include with -I$srcroot
 2023-01-02  4:19 UTC  (2+ messages)
` [PATCH 2/2] sim: replace -I$srcroot/bfd "

[PATCH] sim: build: drop unused SIM_EXTRA_LIBS
 2023-01-01 22:47 UTC 

[PATCH] sim: erc32: drop -I$(srcroot)
 2023-01-01 22:47 UTC 

[PATCH] sim: drop mention of & support for subdir configure
 2023-01-01 22:40 UTC 

[PATCH] sim: refresh copyright dates a bit
 2023-01-01 20:21 UTC 

[PATCH] sim: or1k: drop unused rules
 2023-01-01 19:40 UTC 

[PATCH] sim: iq2000: drop unused cpu define logic
 2023-01-01 19:09 UTC 

FYI: Updating Copyright Year ranges for GDB to add year 2023
 2023-01-01 13:17 UTC  (7+ messages)
` [PATCH 1/4] Update copyright year in help message of gdb, gdbserver, gdbreplay
` [PATCH 2/4] gdb/copyright.py: Adjust following rename of sim/ppc/ppc-instructions
` [PATCH 3/4] Update copyright year range in header of all files managed by GDB
` [PATCH 4/4] manual copyright year range of various GDB files to add 2023

[PATCH] [gdb/cli] Add maintenance ignore-probes
 2022-12-31  9:39 UTC  (3+ messages)

[PATCH] gdb/arm: Fix backtrace for pthread_cond_timedwait
 2022-12-31  8:48 UTC 

[PATCH] [gdb/python] Fix gdb.python/py-finish-breakpoint2.exp for -m32
 2022-12-31  8:10 UTC  (2+ messages)
` [committed] "

[pushed] [gdb/testsuite] Fix gdb.base/print-symbol-loading.exp on ubuntu 22.04.1
 2022-12-31  6:36 UTC 

[pushed] [gdb/testsuite] Replace deprecated pthread_yield in gdb.threads/watchpoint-fork.exp
 2022-12-31  6:31 UTC 

[pushed] [gdb/testsuite] Fix gdb.base/corefile.exp with glibc 2.35
 2022-12-31  6:27 UTC 

[pushed] [gdb/testsuite] Fix gdb.threads/dlopen-libpthread.exp for upstream glibc
 2022-12-30 15:54 UTC 

[pushed] [gdb/testsuite] Fix gdb.reverse/step-indirect-call-thunk.exp with -fcf-protection
 2022-12-30 15:48 UTC 

Two observations using GDB 13 snapshot
 2022-12-30 14:31 UTC  (21+ messages)

[PATCH] [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protection
 2022-12-30 13:01 UTC  (2+ messages)

[PATCH] Add initializers to comp_unit_head
 2022-12-30 12:58 UTC  (6+ messages)
        ` [pushed] [gdb/symtab] Make comp_unit_head.length private

[pushed] Use $decimal in timestamp.exp
 2022-12-28 17:08 UTC 

[PATCH] Fix "set debug timestamp"
 2022-12-28 17:04 UTC  (3+ messages)

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2022-12-28 16:16 UTC  (4+ messages)
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data

[PATCH v5 0/4] sim: Add support for MIPS32/64 revision 6
 2022-12-28  0:12 UTC  (5+ messages)
` [PATCH v5 4/4] sim: mips: Add simulator support for mips32r6/mips64r6

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2022-12-27 16:40 UTC  (8+ messages)
` [PATCH v3] "
  ` [PING] "
    ` [PING^2] "
      ` [PING^3] "
        ` [PING^4] "
          ` [PING^5] "
            ` [PING^6] "

[RFA] Fix use after free caused by redefining a python prefix cmd that has aliases
 2022-12-26 17:08 UTC 

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-12-26 13:18 UTC  (22+ messages)

[PATCH] Handle SIGSEGV in gdb selftests
 2022-12-26  8:02 UTC  (4+ messages)

[PATCH] sim: mips: drop unused micromips igen logic
 2022-12-25 19:28 UTC  (9+ messages)
` [PATCH 1/8] sim: mips: rename multi_flags to igen_itable_flags
  ` [PATCH 2/8] sim: mips: unify itable generation (a bit)
  ` [PATCH 3/8] sim: mips: hoist itable igen rules up to common builds
  ` [PATCH 4/8] sim: mips: rename "igen" generation mode to "single"
  ` [PATCH 5/8] sim: mips: hoist "single" igen rules up to common builds
  ` [PATCH 6/8] sim: mips: hoist "m16" "
  ` [PATCH 7/8] sim: mips: hoist "multi" "
  ` [PATCH 8/8] sim: build: clean up unused codegen logic

[PATCH] sim: build: drop support for subdir distclean
 2022-12-25 19:25 UTC 

[PATCH] sim: mips: move distclean settings to common build
 2022-12-25 15:06 UTC 

[PATCH 1/9] sim: cpu: fix SMP msg prefix helper
 2022-12-25  7:14 UTC  (9+ messages)
` [PATCH 2/9] sim: mn10300: fix SMP compile
` [PATCH 3/9] sim: or1k: fix iterator typo when setting up cpus
` [PATCH 4/9] sim: v850: fix SMP compile
` [PATCH 5/9] sim: m32r: fix iterator typo when setting up cpus
` [PATCH 6/9] sim: msp430: add basic SMP cpu init
` [PATCH 7/9] sim: cpu: change default init to handle all cpus
` [PATCH 8/9] sim: smp: make option available again
` [PATCH 9/9] sim: smp: plumb igen flag down to all users

[PATCH 1/3] sim: mips: namespace igen configure vars
 2022-12-25  3:16 UTC  (3+ messages)
` [PATCH 2/3] sim: mips: move igen settings to top-level configure
` [PATCH 3/3] sim: mips: clean up a bit after mips/configure removal

[PATCH] sim: mips: add igen recursive dep
 2022-12-25  2:40 UTC 

[PATCH] sim: mips: drop unused ENGINE_ISSUE_POSTFIX_HOOK
 2022-12-25  2:38 UTC 

[PATCH] sim: igen: support in-place updates ourself
 2022-12-25  2:37 UTC  (2+ messages)
` [PATCH] sim: igen: drop move-if-changed usage

[PATCH] sim: igen: constify itable data structures
 2022-12-25  2:30 UTC 

[PATCH 0/2] New test for slow DWARF reader issue
 2022-12-24 16:05 UTC  (13+ messages)
` [PATCH 2/2] gdb/testsuite: new test for recent dwarf "

[PATCH 00/20] sim: reduce sim-main.h pollution
 2022-12-24 10:18 UTC  (3+ messages)
` [PATCH] sim: or1k: move arch-specific settings to internal header

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