public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH] gdb: fix target_ops reference count for some cases
 2022-10-06 11:44 UTC  (15+ messages)
` [PATCHv2 0/7] "
  ` [PATCHv2 1/7] gdb/remote: remove some manual reference count handling
  ` [PATCHv2 2/7] gdb: remove decref_target
  ` [PATCHv2 3/7] gdb: have target_stack automate reference count handling
  ` [PATCHv2 4/7] gdb: remove the pop_all_targets (and friends) global functions
  ` [PATCHv2 5/7] gdb: ensure all targets are popped before an inferior is destructed
  ` [PATCHv2 6/7] gdb/maint: add core file name to 'maint info program-spaces' output
  ` [PATCHv2 7/7] gdb: some process_stratum_target should not be shared

[PATCH 0/2] Some additional debug output
 2022-10-06 11:06 UTC  (10+ messages)
` [PATCH 1/2] gdb: add some additional debug in mark_async_event_handler
` [PATCH 2/2] gdb: more infrun debug from breakpoint.c
      ` [PUSHED 0/3] Some additional debug output
        ` [PUSHED 1/3] gdb: add some additional debug in mark_async_event_handler
        ` [PUSHED 2/3] gdb: more infrun debug from breakpoint.c
        ` [PUSHED 3/3] gdb: add missing nullptr checks in bpstat_check_breakpoint_conditions

[PING^2 PATCH 0/1] sim/riscv: Fix broken RISC-V simulater after implementing 'Zmmul'
 2022-10-06 10:33 UTC  (3+ messages)
` [PING^3 PATCH 0/1] sim/riscv: PR29595, "
  ` [PING^3 PATCH 1/1] sim/riscv: PR29595, Fix multiply instructions

[PATCH] gdb/gcore: interrupt all threads before generating the corefile
 2022-10-06  9:50 UTC 

[PATCH v2 0/5] sim: Suppress warnings if built with Clang
 2022-10-06  6:43 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] sim: Remove self-assignments
  ` [PATCH v3 2/5] sim: Make WITH_{TRACE,PROFILE}-based macros bool
  ` [PATCH v3 3/5] sim: Suppress non-literal printf warning
  ` [PATCH v3 4/5] sim: Check known getopt definition existence
  ` [PATCH v3 5/5] sim: Initialize pbb_br_* by default

[PATCH 0/7] sim, sim/ARCH: Add ATTRIBUTE_PRINTF
 2022-10-06  6:36 UTC  (12+ messages)
` [PATCH 6/7] sim/ppc: "
` [PATCH v2 0/7] sim, sim/ARCH: "
  ` [PATCH v2 1/7] sim: "
  ` [PATCH v2 2/7] sim/cris: "
  ` [PATCH v2 3/7] sim/erc32: "
  ` [PATCH v2 4/7] sim/m32c: "
  ` [PATCH v2 5/7] sim/m68hc11: "
  ` [PATCH v2 6/7] sim/ppc: "
  ` [PATCH v2 7/7] sim/rl78: "

[PATCH 0/4] sim/common: Suppress warnings if built with Clang
 2022-10-06  5:39 UTC  (7+ messages)
` [PATCH 3/4] sim: Make WITH_{TRACE,PROFILE}-based macros bool
` [PATCH 4/4] sim: Suppress non-literal printf warning

[RFC][PATCH] gdb/debuginfod: Support on-demand downloading of debuginfo
 2022-10-06  2:24 UTC 

[PATCH] gdb: allow env var specifications in cmds 'set log', 'source', 'shell'
 2022-10-05 23:19 UTC  (2+ messages)

[PATCH v2 0/4] Dynamic properties of pointers
 2022-10-05 20:40 UTC  (5+ messages)
` [PATCH v2 1/4] gdb, testsuite: handle icc and icpc deprecated remarks
` [PATCH v2 2/4] gdb/types: Resolve pointer types dynamically
` [PATCH v2 3/4] gdb, typeprint: workaround icc/icpc/ifort pointer/reference DWARF
` [PATCH v2 4/4] gdb/fortran: Fix sizeof intrinsic for Fortran

[PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
 2022-10-05 20:24 UTC  (7+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "
    ` [PING 3][PATCH "
      ` [PING 4][PATCH "
        ` [PING 5][PATCH "

[PATCH v2 0/4] Adapt Fortran testsuite for ifort
 2022-10-05 20:23 UTC  (5+ messages)
` [PING][PATCH "
  ` [PING 2][PATCH "
    ` [PING 3][PATCH "

[PATCH 0/2] More detailed filenames for in-memory BFD objects
 2022-10-05 19:33 UTC  (3+ messages)
` [PATCH 1/2] gdb: remove filename arg from gdb_bfd_open_from_target_memory
` [PATCH 2/2] gdb: include the base address in in-memory bfd filenames

[PATCH] [Arm] Remove dead FPA code
 2022-10-05 16:57 UTC  (14+ messages)

[PATCH v5] gdb/arm: Handle lazy FPU state preservation
 2022-10-05 14:28 UTC  (2+ messages)

RFC: Sort tarballs created by the src-release.sh script
 2022-10-05 13:00 UTC  (12+ messages)

[PATCH v5 00/15] basic linker namespace support
 2022-10-05 11:16 UTC  (5+ messages)

[PATCH v4 0/2] Fix reverse nexting over recursions
 2022-10-05 10:38 UTC  (3+ messages)
` [PATCH v4 1/2] Change calculation of frame_id by amd64 epilogue unwinder
` [PATCH v4 2/2] gdb/reverse: Fix stepping over recursive functions

[PATCH v4 0/5] Smart pointer wrapper for frame_info
 2022-10-05  9:58 UTC  (5+ messages)
` [Ping][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "
      ` [PINGv4][PATCH "

[PATCH][gdb/symtab] Factor out have_complaint
 2022-10-05  9:43 UTC  (4+ messages)

[PATCH 0/4] Const args, int->bool, and scoped_restore in breakpoint.c
 2022-10-05  9:32 UTC  (5+ messages)
` [PATCH 1/4] gdb: make some bp_location arguments const "
` [PATCH 2/4] gdb: used scoped_restore_frame in update_watchpoint
` [PATCH 3/4] gdb: make use of scoped_restore in unduplicated_should_be_inserted
` [PATCH 4/4] gdb: some int to bool conversion in breakpoint.c

[PATCH] AArch64 pauth: Fix internal error when target supports extra regs
 2022-10-05  8:52 UTC  (5+ messages)

[PATCH] AArch64 pauth: Support backtrace in EL1 (kernel space)
 2022-10-05  2:07 UTC  (4+ messages)

[PATCH][gdb/debuginfod] Ask to cancel further downloads
 2022-10-05  1:44 UTC  (4+ messages)

[PATCH 00/11] Cleanup gdb.cp tests when running with clang
 2022-10-04 17:09 UTC  (14+ messages)
` [PATCH 01/11] gdb/testsuite: ignore Non-C-typedefs for gdb.cp/class2.exp
` [PATCH 02/11] gdb/testsuite: enable running gdb.cp/classes.exp with clang
` [PATCH 03/11] gdb/testsuite: account for clang's recursive destructor calls on gdb.cp/mb-ctor.exp
` [PATCH 4/9] gdb/testsuite: add XFAIL to gdb.cp/derivation.exp when using clang
` [PATCH 04/11] "
` [PATCH 05/11] gdb/testsuite: allow for clang style destructors on gdb.cp/m-static.exp
` [PATCH 06/11] gdb/testsuite: add XFAIL to gdb.cp/ptype-flags.exp when using clang
` [PATCH 07/11] gdb/testsuite: skip gdb.cp/anon-struct.exp "
` [PATCH 08/11] gdb/testsuite: disable gdb.cp/typeid.exp "
` [PATCH 09/11] gdb/testsuite: fix gdb.cp/converts.exp to run with clang
` [PATCH 10/11] gdb/testsuite: remove XFAIL on gdb.cp/temargs.exp
` [PATCH 11/11] gdb/testsuite: disable gdb.cp/call-method-register.exp with clang

[PATCH v3 0/2] Fix reverse nexting over recursions
 2022-10-04 16:40 UTC  (4+ messages)
` [PATCH v3 2/2] gdb/reverse: Fix stepping over recursive functions

[PATCH][gdb/build] Add gdb/contrib/makeinfo-dummy.sh
 2022-10-04 15:37 UTC  (7+ messages)

[PATCH][gdb/symtab] Don't complain about function decls
 2022-10-04 14:52 UTC  (2+ messages)
` [committed][gdb/symtab] "

[PATCH][gdb/symtab] Don't complain about inlined functions
 2022-10-04 14:52 UTC  (2+ messages)
` [committed][gdb/symtab] "

[PATCH 0/2] Cleanup testsuite temporary files
 2022-10-04 14:20 UTC  (12+ messages)
` [PATCH 1/2] gdb/testsuite: avoid creating files in gdb/testsuite directory
` [PATCH 2/2] gdb/testsuite: avoid temporary file in gdb/testsuite
` [PATCHv2 0/2] Cleanup testsuite temporary files
  ` [PATCHv2 1/2] gdb/testsuite: avoid creating files in gdb/testsuite directory
  ` [PATCHv2 2/2] gdb/testsuite: avoid temporary file in gdb/testsuite (unittest.exp)

[PATCH v3 0/3] Apply fixme notes for multi-target support
 2022-10-04 13:48 UTC  (5+ messages)
` [PATCH v3 1/3] gdb: Make global feature array a per-remote target array
` [PING][PATCH v3 0/3] Apply fixme notes for multi-target support

[PATCH 0/2] RISC-V: Fix buffer overflow after long instruction support
 2022-10-04 13:20 UTC  (23+ messages)
` [PATCH 1/2] RISC-V: Fix buffer overflow on print_insn_riscv
` [PATCH 2/2] gdb/riscv: Fix buffer overflow on riscv_insn::fetch_instruction
` [PATCH v2 0/2] RISC-V: Fix buffer overflow after 176-bit instruction support
  ` [PATCH v2 1/2] RISC-V: Fix buffer overflow on print_insn_riscv
  ` [PATCH v2 2/2] gdb/riscv: Partial support for instructions up to 176-bits
  ` [PATCH v3 0/2] RISC-V: Fix buffer overflow after 176-bit instruction support
    ` [PATCH v3 1/2] RISC-V: Fix buffer overflow on print_insn_riscv
    ` [PATCH v3 2/2] gdb/riscv: Partial support for instructions up to 176-bit

[PATCH v3] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
 2022-10-04  9:08 UTC  (3+ messages)
` [PATCH v4] "
  ` [PING] "

[PATCH] [AArch64] Add TPIDR2 register support for Linux
 2022-10-04  8:53 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] [AArch64] Update FPSR/FPCR fields for FPU and SVE
 2022-10-04  8:15 UTC  (2+ messages)

[PATCH] Use scoped_value_mark in more places
 2022-10-03 19:59 UTC 

[PATCH v2 00/29] Step over thread clone and thread exit
 2022-10-03 18:37 UTC  (3+ messages)

[PATCH] gdb: mips: Add MIPSR6 support
 2022-10-03 15:13 UTC  (3+ messages)

[PATCH] diagnostics.h: GCC 13 got -Wself-move, breaks GDB build
 2022-10-03 14:36 UTC  (4+ messages)

[pushed] gdb: constify inferior::target_is_pushed
 2022-10-03 13:34 UTC 

[pushed] gdb: constify target_stack::is_pushed
 2022-10-03 13:33 UTC  (3+ messages)

[PATCH v4] gdb/arm: Handle lazy FPU state preservation
 2022-10-03 13:33 UTC  (4+ messages)

[PATCH] [AArch64] Handle W registers as pseudo-registers instead of aliases of X registers
 2022-10-03 13:16 UTC  (2+ messages)

[PATCH] [AArch64] Fix pseudo-register numbering in the presence of unexpected additional registers
 2022-10-03 13:16 UTC  (2+ messages)

[PATCH] [AArch64] Fix removal of non-address bits for PAuth
 2022-10-03 11:37 UTC  (3+ messages)
` [PATCH,v3] [aarch64] "
  ` [PING][PATCH,v3] "

[PATCH] Improve GDB's baseclass detection with typedefs
 2022-10-03  8:10 UTC  (3+ messages)

[committed][gdb/testsuite] Fix waitpid testing in next-fork-other-thread.c
 2022-10-02 18:18 UTC 

[PATCH] gdb/testsuite: handle invalid .exp names passed in TESTS
 2022-10-02 17:06 UTC  (4+ messages)

[PATCH 0/3] New mechanism to initialise Python components in GDB
 2022-10-02 16:53 UTC  (4+ messages)
` [PATCH 1/3] gdb/python: break dependencies between gdbpy_initialize_* functions
` [PATCH 2/3] gdb/python: break more "
` [PATCH 3/3] gdb/python: add gdbpy_register_subsystem mechanism

[PATCH 0/3] Improvements for Pygments based disassembly styling
 2022-10-02 16:38 UTC  (2+ messages)

[PATCH 0/9] Lots of changes to gdbarch_register_name (many architectures)
 2022-10-02 16:28 UTC  (3+ messages)

[PATCH] gdb: add UTF16/UTF32 target charsets in phony_iconv
 2022-10-02 14:00 UTC 

[PATCH 0/9] Disassembler opcode display and text alignment
 2022-10-02 13:15 UTC  (3+ messages)

[PATCH] gdb: add a numeric check after the exponent (PR cli/24124)
 2022-10-02 12:15 UTC  (6+ messages)
` [PATCH v2] "

GDB 13 release -- 2022-10-01 update
 2022-10-02  7:23 UTC  (2+ messages)

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