public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[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] gdb/testsuite: remove MPFR detection in gdb.base/float128.exp
 2022-12-23  9:14 UTC  (2+ messages)

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

[PATCH] [gdb/testsuite] Fix gdb.cp/step-and-next-inline.exp with -fcf-protection
 2022-12-23  8:14 UTC 

Two observations using GDB 13 snapshot
 2022-12-23  8:05 UTC  (9+ messages)

[PATCH 00/20] sim: reduce sim-main.h pollution
 2022-12-23  6:07 UTC  (21+ 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: 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 v3] gdb: add 'maintenance print record-instruction' command
 2022-12-22 15:43 UTC 

[PATCH] Fix target remote pipe command for MinGW
 2022-12-22 15:22 UTC 

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

[PATCH v2] [gdb/debuginfod] Ask to cancel further downloads
 2022-12-22  7:01 UTC  (4+ 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

[PATCH v3 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-12-21 13:12 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/1] gdb/dwarf2: Fix 'rw_pieced_value' for values casted to different type
 2022-12-21 13:12 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v2] gdb: Modify until_break_command to act correctly on SIGTRAMP_FRAME
 2022-12-21  8:52 UTC  (4+ messages)
` [PING] "
    ` [PING 2] "

[PATCH v3 0/3] Apply fixme notes for multi-target support
 2022-12-21  7:42 UTC  (4+ messages)
` [PATCH v3 3/3] gdb: Remove workaround for the vCont packet

[PATCH 1/3] sim: build: hoist lists of common objects up
 2022-12-21  5:33 UTC  (3+ messages)
` [PATCH 2/3] sim: build: hoist lists of hw devices up
` [PATCH 3/3] sim: hw-config.h: move generation to top-level

[PATCH 1/5] sim: mips: always resolve active bfd mach dynamically
 2022-12-21  5:13 UTC  (5+ messages)
` [PATCH 2/5] sim: mips: move subtarget defines to top-level configure
` [PATCH 3/5] sim: mips: move bitsize "
` [PATCH 4/5] sim: mips: move fpu "
` [PATCH 5/5] sim: mips: match target on cpu settings

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2022-12-20 22:08 UTC  (7+ messages)
` [PATCH v3] "
  ` [PING] "
    ` [PING^2] "
      ` [PING^3] "
        ` [PING^4] "
          ` [PING^5] "

[PATCH v3 0/2] Improve handling of using directives
 2022-12-20 21:10 UTC  (5+ messages)
` [PATCH v3 1/2] gdb/c++: validate 'using' directives based on the current line
` [PATCH v3 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

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

[PATCH] Fix install-strip target
 2022-12-20 19:45 UTC  (3+ messages)

[PATCH] gdb: fix possible use-after-free when executing commands
 2022-12-20 19:10 UTC  (11+ messages)
` [PATCH] gdb: fix command lookup in execute_command ()

[PATCH v2 00/13] Make frame_info_ptr automatic
 2022-12-20 17:01 UTC  (4+ messages)
` [PATCH v2 06/13] gdb: move frame_info_ptr to frame.{c,h}

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

[PATCH] gdb/c++: fix handling of breakpoints on @plt symbols
 2022-12-20 13:55 UTC 

[PATCH] [AArch64] Enable pointer authentication support for aarch64 bare metal/kernel mode addresses
 2022-12-20  9:17 UTC  (3+ messages)

[PATCH] gdb: defer warnings when loading separate debug files
 2022-12-20  2:29 UTC  (6+ messages)
    ` Fwd: "

[PATCH 7/7] sim: ppc: move spreg.[ch] files to the source tree
 2022-12-20  1:50 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] sim: ppc: drop old dgen.c generator

[PATCH 0/2] Two minor expression changes
 2022-12-19 18:17 UTC  (3+ messages)
` [PATCH 1/2] Convert exp_uses_objfile to a method of expression
` [PATCH 2/2] Use first_opcode in another spot

[PATCH 0/4] Fix regression in new DWARF reader
 2022-12-19 17:09 UTC  (4+ messages)
` [PATCH 2/4] Don't erase empty indices in "

[PATCH v3 0/2] Write DWARF index cache files in background
 2022-12-19 16:45 UTC  (3+ messages)
` [PATCH v3 1/2] Only use the per-BFD object to write a DWARF index
` [PATCH v3 2/2] Write the DWARF index in the background

[PATCH 0/2] Minor bool-ification
 2022-12-19 15:20 UTC  (2+ messages)

[PATCH] Remove quick_symbol_functions::relocated
 2022-12-19 15:05 UTC  (2+ messages)

[PATCH 0/2] Remove MI version 1
 2022-12-19 14:49 UTC  (2+ messages)

[PATCH 00/46] Rewrite "require" test procedure and use it more often
 2022-12-19 14:44 UTC  (40+ messages)
` [PATCH 12/46] Use require skip_rust_tests
` [PATCH 15/46] Use require skip_go_tests
` [PATCH 20/46] Use require skip_aarch64_sve_tests
` [PATCH 21/46] Use require skip_btrace_tests
` [PATCH 22/46] "
` [PATCH 23/46] Use require skip_avx_*
` [PATCH 24/46] Use require support_displaced_stepping
` [PATCH 25/46] Use require is_aarch64_target
` [PATCH 26/46] Use require is_aarch32_target
` [PATCH 27/46] Use require is_amd64_regs_target
` [PATCH 28/46] Use require is_elf_target
` [PATCH 29/46] Use require can_single_step_to_signal_handler
` [PATCH 30/46] Use require supports_get_siginfo_type
` [PATCH 31/46] Use require support_go_compile
` [PATCH 32/46] Use require use_gdb_stub
` [PATCH 33/46] Use require can_spawn_for_attach
` [PATCH 34/46] Use require isnative
` [PATCH 35/46] Use require skip_gdbserver_tests
` [PATCH 36/46] Use require skip_shlib_tests
` [PATCH 37/46] Use require is_c_compiler_gcc
` [PATCH 38/46] Use require gdb_debug_enabled
` [PATCH 39/46] Use require gdb_skip_xml_test
` [PATCH 40/46] Use require gdb_trace_common_supports_arch
` [PATCH 41/46] Use require skip_perf_tests
` [PATCH 42/46] Use require skip_opencl_tests
` [PATCH 43/46] Use require target_can_use_run_cmd
` [PATCH 44/46] Use require using_fission
` [PATCH 45/46] Use require skip_debuginfod_tests
` [PATCH 46/46] Use require gnat_runtime_has_debug_info

[pushed] gdb: fix command lookup in execute_command ()
 2022-12-19 11:47 UTC 

GDB 13 release branch created! - [PING][PATCH v8] gdb: split array and string limiting options
 2022-12-18 14:15 UTC 

GDB 13 release -- 2022-12-18 update
 2022-12-18  8:39 UTC 

FYI/HEAD: Patches applied to branch master
 2022-12-18  4:41 UTC  (3+ messages)
` [release/HEAD 1/2] Bump version to 14.0.50.DATE-git
` [release/HEAD 2/2] Update gdb/NEWS after GDB 13 branch creation

FYI/BRANCH: Patches applied to branch gdb-13-branch
 2022-12-18  4:39 UTC  (3+ messages)
` [release/branch 1/2] Bump version to 13.0.90.DATE-git
` [release/branch 2/2] Set development mode to "off" by default

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