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

[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] Initial implementation of Debugger Adapter Protocol
 2023-01-02 16:54 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  (23+ 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  (23+ messages)
` [PATCH 01/20] sim: avr: move arch-specific settings to internal header
` [PATCH 02/20] sim: aarch64: "
` [PATCH 03/20] sim: arm: "
` [PATCH 04/20] sim: cr16: "
` [PATCH 05/20] sim: d10v: "
` [PATCH 06/20] sim: ft32: "
` [PATCH 07/20] sim: msp430: "
` [PATCH 08/20] sim: v850: standardize the arch-specific settings a little
` [PATCH 09/20] sim: riscv: move arch-specific settings to internal header
` [PATCH 10/20] sim: moxie: "
` [PATCH 11/20] sim: example-synacor: "
` [PATCH 12/20] sim: microblaze: "
` [PATCH 13/20] sim: mn10300: standardize the arch-specific settings a little
` [PATCH 14/20] sim: pru: move arch-specific settings to internal header
` [PATCH 15/20] sim: h8300: "
` [PATCH 16/20] sim: mcore: "
` [PATCH 17/20] sim: sh: "
` [PATCH 18/20] sim: m68hc11: "
` [PATCH 19/20] sim: bfin: "
` [PATCH 20/20] sim: m32r: "
` [PATCH] sim: or1k: "

GDB 13 release branch created! - [PING][PATCH v8] gdb: split array and string limiting options
 2022-12-24  6:37 UTC  (2+ messages)

[pushed] Use bool for dwarf2_has_info
 2022-12-23 21:11 UTC 

[PATCH] Fix 'make TAGS' in gdbserver
 2022-12-23 20:29 UTC 

[PATCH] Fix crash with C++ qualified names
 2022-12-23 19:58 UTC 

[PATCH v2 0/2] Querying registers of already-exited processes
 2022-12-23 17:10 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] gdb/testsuite: remove MPFR detection in gdb.base/float128.exp
 2022-12-23 16:18 UTC  (3+ messages)

[PATCH 00/46] Rewrite "require" test procedure and use it more often
 2022-12-23 12:39 UTC  (3+ messages)
` [PATCH 03/46] Use unsupported in 'require'

MinGW build of GDB 13 snapshot
 2022-12-23 11:21 UTC  (9+ messages)

[PATCH 0/6] Inferior specific breakpoints
 2022-12-23 10:55 UTC  (8+ messages)
` [PATCH 3/6] gdb: fix display of thread condition for multi-location breakpoints
` [PATCH 5/6] gdb: add inferior-specific breakpoints and watchpoints
` [PATCH 6/6] gdb: convert the 'start' breakpoint to use inferior keyword

[PATCH] sim: lm32/m32r: drop redundant opcode/cgen.h include
 2022-12-23  5:58 UTC 

[PATCH] sim: ppc: drop unused types from sim-main.h
 2022-12-23  5:57 UTC 

[PATCH] sim: cgen: move symcat.h include to where it's used
 2022-12-23  5:56 UTC 

[PATCH] sim: cgen: move cgen-types.h include to cgen-defs.h
 2022-12-23  5:51 UTC 

[PATCH] sim: mn10300: drop unused sim-main.c
 2022-12-23  5:23 UTC  (2+ messages)
` [PATCH] Revert "sim: mn10300: drop unused sim-main.c"

[PATCH 1/2] sim: move bfd.h include out of sim-main.h
 2022-12-23  3:37 UTC  (2+ messages)
` [PATCH 2/2] sim: endian: move bfd.h from header to source

[PATCH 1/3] sim: cr16/d10v/mcore/moxie: clean up unused word & uword types
 2022-12-23  2:55 UTC  (3+ messages)
` [PATCH 2/3] sim: moxie: replace custom "word" type with int32_t
` [PATCH 3/3] sim: mcore: "

[PATCH] sim: mips: trim redundant igen settings
 2022-12-23  2:29 UTC 

[PATCH] sim: mips: merge mips64* with existing multi-run build
 2022-12-23  2:23 UTC 

[PATCH] sim: mips: merge mips64vr5000 with existing multi-run build
 2022-12-23  2:20 UTC 

[PATCH] sim: drop unused SIM_ADDR type [PR sim/7504]
 2022-12-23  1:10 UTC 

[PATCH] sim: mips: switch from SIM_ADDR to address_word
 2022-12-23  1:03 UTC 

[PATCH] sim: v850: switch from SIM_ADDR to address_word
 2022-12-23  0:46 UTC 

[PATCH] sim: switch sim_{read,write} APIs to 64-bit all the time [PR sim/7504]
 2022-12-23  0:43 UTC 

[PATCH] sim: m32r: include sim-hw.h for sim_hw_parse
 2022-12-23  0:11 UTC 

[PATCH] sim: use bfd_vma when reading start addr from bfd info
 2022-12-23  0:05 UTC 

[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
 2022-12-22 20:30 UTC  (2+ messages)

[PATCH 1/2] testsuite: handle icc and icpc deprecated remarks
 2022-12-22 20:24 UTC  (2+ messages)
` [PATCH 2/2] testsuite: add -O0 to Intel compilers if no 'optimize' option is given

[PATCH] Remove target: prefix from gdb_sysroot in find_separate_debug_file
 2022-12-22 19:32 UTC  (2+ messages)

[PATCH v2] [gdb/debuginfod] Ask to cancel further downloads
 2022-12-22  7:01 UTC  (3+ messages)

[PATCH] sim: mips: merge mips64vr4300 with existing multi-run build
 2022-12-22  3:45 UTC 

[PATCH] Constify notif_client
 2022-12-21 21:16 UTC 

Parallelization of dwarf2 symtab parsing
 2022-12-21 20:19 UTC  (2+ messages)

[PATCH] Fix compiling of top.c
 2022-12-21 17:41 UTC 

[PATCH v4] gdb/c++: Detect ambiguous variables in imported namespaces
 2022-12-21 16:12 UTC 

[PATCH] gdb/python: initialize Python without signal handlers
 2022-12-21 16:12 UTC  (5+ messages)

[PATCHv2] Use toplevel configure for GMP and MPFR for gdb
 2022-12-21 15:03 UTC  (5+ messages)

[PATCH v4 0/3] Apply fixme notes for multi-target support
 2022-12-21 14:13 UTC  (6+ messages)
` [PATCH v4 1/3] gdb: Make global feature array a per-remote target array
` [PATCH v4 2/3] gdb: Add per-remote target variables for memory read and write config
` [PATCH v4 3/3] gdb: Remove workaround for the vCont packet

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