public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 0/7] Small cleanups in array_operation::evaluate
 2023-08-29 15:34 UTC  (8+ messages)
` [PATCH v2 1/7] Use gdb::array_view for value_array
` [PATCH v2 2/7] Declare 'tem' in loop header in array_operation::evaluate
` [PATCH v2 3/7] Hoist array bounds check "
` [PATCH v2 4/7] Remove redundant variable from array_operation::evaluate
` [PATCH v2 5/7] Remove another "
` [PATCH v2 6/7] Remove "highbound" parameter from value_array
` [PATCH v2 7/7] More renames in array_operation::evaluate

[pushed 1/4] [gdb/testsuite] Fix false negative in have_host_locale
 2023-08-29 15:27 UTC  (4+ messages)
` [pushed 2/4] [gdb/testsuite] Handle some test-cases with older compiler
` [pushed 3/4] [gdb/testsuite] Require gcc >= 5 in gdb.linespec/cpls-abi-tag.exp
` [pushed 4/4] [gdb/testsuite] Require have_compile_flag -mavx512f in gdb.arch/i386-avx512.exp

RFC: Top level configure: Require a minimum version 6.8 texinfo
 2023-08-29 15:21 UTC 

[PATCH 0/5] Small cleanups in array_operation::evaluate
 2023-08-29 15:13 UTC  (9+ messages)
` [PATCH 1/5] Use gdb::array_view for value_array
` [PATCH 2/5] Declare 'tem' in loop header in array_operation::evaluate
` [PATCH 3/5] Hoist array bounds check "
` [PATCH 4/5] Remove redundant variable from array_operation::evaluate
` [PATCH 5/5] Remove another "

[PATCH] gdb: LoongArch: Add vector extensions support
 2023-08-29 15:04 UTC  (2+ messages)

gdb : Signal to pstack/gdb kills the attached process
 2023-08-29 14:47 UTC 

[PATCH 1/1] gdbserver, linux-low: add a couple of nullptr assertions
 2023-08-29 13:48 UTC 

[PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table
 2023-08-29 12:28 UTC  (4+ messages)
` [PATCH 1/2] Add gdb_compile options column-info and no-column-info
` [PATCH 2/2 ver 8] Fix reverse stepping multiple contiguous PC ranges over the line table

[pushed] [gdb/testsuite] Check for sys/random.h in gdb.reverse/getrandom.exp
 2023-08-29  9:02 UTC 

[PATCH] download_prerequisites: New script port from GCC
 2023-08-29  5:52 UTC 

[PATCH] gdb: LoongArch: Support LBT registers
 2023-08-29  2:49 UTC  (2+ messages)

[PATCH v4 0/2] [symtab/27831] Fix OBJF_MAINLINE assert
 2023-08-29  1:57 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp

[PUSHED OBV] gdbserver: Fix style of struct declarations in i387-fp.cc
 2023-08-28 21:25 UTC 

[PATCH v2 0/5] Unify getpkt methods in remote.c
 2023-08-28 21:15 UTC  (7+ messages)
` [PATCH v2 1/5] Remove getpkt_sane
` [PATCH v2 2/5] Remove expecting_notif parameter from getpkt_or_notif_sane_1
` [PATCH v2 3/5] Use bool in getpkt
` [PATCH v2 4/5] Unify getpkt and getpkt_or_notif_sane
` [PATCH v2 5/5] Default getpkt 'forever' parameter to 'false'

[PATCH v6 00/15] Handle variable XSAVE layouts
 2023-08-28 20:57 UTC  (21+ messages)
` [PATCH v6 06/15] gdb: Update x86 FreeBSD architectures to support "
  ` [PATCH v6a "
` [PATCH v6 08/15] gdb: Update x86 Linux "
  ` [PATCH v6a "
` [PATCH v6 10/15] gdb: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v6 11/15] gdbserver: Add a function to set the XSAVE mask and size
` [PATCH v6 12/15] gdbserver: Refactor the legacy region within the xsave struct
` [PATCH v6 13/15] gdbserver: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v6 14/15] x86: Remove X86_XSTATE_SIZE and related constants
` [PATCH v6 15/15] gdbserver: Simplify handling of ZMM registers

[PATCH 0/4] Unify getpkt methods in remote.c
 2023-08-28 19:06 UTC  (7+ messages)
` [PATCH 1/4] Remove getpkt_sane
` [PATCH 2/4] Remove expecting_notif parameter from getpkt_or_notif_sane_1
` [PATCH 3/4] Use bool in getpkt
` [PATCH 4/4] Unify getpkt and getpkt_or_notif_sane

[PATCH] Verify COFF symbol stringtab offset
 2023-08-28 16:53 UTC  (4+ messages)

[pushed] Use sect_offset_str in cooked_index::dump
 2023-08-28 16:36 UTC 

[PATCH] Fix gdb/coffread.c build on 32bit architectures
 2023-08-28 16:33 UTC  (9+ messages)

[PATCH 00/10] Improve GDB/gdbserver experience when using a local gdbserver
 2023-08-28 16:06 UTC  (37+ messages)
` [PATCH 01/10] gdb: have remote_target::extended_remote_run take the exec filename
` [PATCH 02/10] gdb: improve how 'remote exec-file' is stored and accessed
` [PATCH 03/10] gdb: improve show text and help text for 'remote exec-file'
` [PATCH 04/10] gdb/gdbserver: add new qDefaultExecAndArgs packet
` [PATCH 06/10] gdb: make use of is_target_filename
` [PATCH 07/10] gdb: add qMachineId packet
` [PATCH 10/10] gdb: remote the get_remote_exec_file function
` [PATCHv2 00/10] Improve GDB/gdbserver experience when using a local gdbserver
  ` [PATCHv2 01/10] gdb: have remote_target::extended_remote_run take the exec filename
  ` [PATCHv2 02/10] gdb: improve how 'remote exec-file' is stored and accessed
  ` [PATCHv2 03/10] gdb: improve show text and help text for 'remote exec-file'
  ` [PATCHv2 04/10] gdb/gdbserver: add new qDefaultExecAndArgs packet
  ` [PATCHv2 05/10] gdb: detect when gdbserver has no default executable set
  ` [PATCHv2 06/10] gdb: make use of is_target_filename
  ` [PATCHv2 07/10] gdb: add qMachineId packet
  ` [PATCHv2 08/10] gdb: remote filesystem can be local to GDB in some cases
  ` [PATCHv2 09/10] gdb: use exec_file with remote targets when possible
  ` [PATCHv2 10/10] gdb: remove the get_remote_exec_file function

[PATCH] gdb/cli: fixes to newly added "list ." command
 2023-08-28 15:50 UTC  (6+ messages)
` [PATCH v2] "
  ` [PING][PATCH "
    ` [PINGv2][PATCH "
  ` [PATCH v3] "

[PATCH] [gdb/symtab] Handle self-reference in inherit_abstract_dies
 2023-08-28 14:32 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Improve xfail in gdb.cp/nsusing.exp
 2023-08-28 14:19 UTC  (2+ messages)

[pushed 1/3] [gdb/testsuite] Handle gdb.cp/*.exp with older compiler
 2023-08-28 11:47 UTC  (3+ messages)
` [pushed 2/3] [gdb/testsuite] Refactor gdb.cp/subtypes.exp
` [pushed 3/3] [gdb/testsuite] Add xfail in gdb.cp/subtypes.exp

[PATCH v3] gdb/testsuite: fix completion tests when using READ1
 2023-08-28 11:30 UTC 

[PATCH v4 00/16] SME support for AArch64 gdb/gdbserver on Linux
 2023-08-27  1:32 UTC  (6+ messages)
` [PATCH v4 07/16] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v4 14/16] [gdb/aarch64] sme: Core file support for Linux

[PATCH v2 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
 2023-08-27  1:27 UTC  (13+ messages)
` [PATCH v2 1/6] [gdb/aarch64] sme2: Enable SME2 for AArch64 gdb "
` [PATCH v2 2/6] [gdbserver/aarch64] sme2: Enable SME2 support in gdbserver
` [PATCH v2 3/6] [gdb/aarch64] sme2: signal frame support
` [PATCH v2 4/6] [gdb/aarch64] sme2: Core file support for ZT register set
` [PATCH v2 5/6] [gdb/testsuite] sme2: Extend SME tests to include SME2
` [PATCH v2 6/6] [gdb/docs] sme2: Document SME2 registers and features

[PATCH] Simplify definition of GUILE
 2023-08-26 19:09 UTC  (2+ messages)

[PATCH] [gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbols
 2023-08-26 10:07 UTC 

[PATCH] Use get_frame_address_in_block in print_frame
 2023-08-26  2:33 UTC  (2+ messages)

[PUSHED OBV] Update FreeBSD system calls for the upcoming 14.0-RELEASE
 2023-08-25 19:41 UTC 

[PATCH] Fix 64 bit red zone frame size in AIX
 2023-08-25 17:53 UTC  (3+ messages)

[PATCH] Fix for call feature having nine parameters or more in AIX
 2023-08-25 17:47 UTC  (9+ messages)

[RFC 0/7] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
 2023-08-25 15:55 UTC  (8+ messages)
` [RFC 1/7] [gdb/symtab] Factor out m_die_range_map and m_deferred_entries usage
` [RFC 2/7] [gdb/symtab] Check effect in parent_map::set_parent
` [RFC 3/7] [gdb/symtab] Handle nullptr parent "
` [RFC 4/7] [gdb/symtab] Add parent_map::dump
` [RFC 5/7] [gdb/symtab] Add debug_handle_deferred_entries
` [RFC 6/7] [gdb/symtab] Add DW_TAG_inlined_subroutine entries in the cooked index for c++
` [RFC 7/7] [gdb/symtab] Resolve deferred entries, inter-shard case

[PATCH v3] gdb/debuginfod: Ctrl-C ask to cancel further downloads
 2023-08-25 10:19 UTC  (2+ messages)

[PATCH] gdb/solib-rocm: Detect SO for unsupported AMDGPU device
 2023-08-24 19:36 UTC  (3+ messages)

[PATCH 0/7] Rewrite gdb_bfd_openr_iovec to be type-safe
 2023-08-24 17:12 UTC  (8+ messages)
` [PATCH 1/7] Introduce type-safe variant of gdb_bfd_openr_iovec
` [PATCH 2/7] Small constructor change to target_buffer
` [PATCH 3/7] Convert mem_bfd_iovec to new type-safe gdb_bfd_openr_iovec
` [PATCH 4/7] Convert target fileio "
` [PATCH 5/7] Convert minidebug "
` [PATCH 6/7] Convert solib-rocm "
` [PATCH 7/7] Remove old gdb_bfd_openr_iovec

[PATCH v4 0/4] Many fixes to gdb.reverse tests when testing
 2023-08-24 16:06 UTC  (7+ messages)
` [PATCH v4 1/4] gdb/testsuite: Fix many errors in gdb.reverse with clang
` [PATCH v4 2/4] gdb/testsuite: fix gdb.reverse/solib-*.exp tests when using clang
` [PATCH v4 3/4] gdb/testsuite: fix testing gdb.reverse/step-reverse.exp with clang
` [PATCH v4 4/4] gdb/testsuite: Multiple improvements for gdb.reverse/insn-reverse.exp

[PATCH v2] gdb/testsuite: fix completion tests when using READ1
 2023-08-24 16:05 UTC  (5+ messages)

[PATCH 1/2] [gdb/build] Support reference return type in make-target-delegates.py
 2023-08-24 11:37 UTC  (8+ messages)
` [PATCH 2/2] [gdb/build] Return const reference in thread_info_to_thread_handle

[PATCH] gdb: fix build failure in amd-dbgapi-target.c
 2023-08-23 17:42 UTC  (4+ messages)

gdb: bfd_get_symbol_leading_char vs. ""
 2023-08-23 17:40 UTC  (2+ messages)

[PATCH] Read Ada main name from executable, not inferior
 2023-08-23 17:11 UTC 

[PATCHv3 0/9] thread-specific breakpoints in just some inferiors
 2023-08-23 16:32 UTC  (13+ messages)
` [PATCHv4 00/10] "
  ` [PATCHv4 01/10] gdb: create_breakpoint: add asserts and additional comments
  ` [PATCHv4 02/10] gdb: create_breakpoint: asserts relating to extra_string/parse_extra
  ` [PATCHv4 03/10] gdb: change 'if' to gdb_assert in update_dprintf_command_list
  ` [PATCHv4 04/10] gdb: build dprintf commands just once in code_breakpoint constructor
  ` [PATCHv4 05/10] gdb: don't display inferior list for pending breakpoints
  ` [PATCHv4 06/10] gdb: parse pending breakpoint thread/task immediately
  ` [PATCHv4 07/10] gdb: don't set breakpoint::pspace for in create_breakpoint
  ` [PATCHv4 08/10] gdb: remove breakpoint_re_set_one
  ` [PATCHv4 09/10] gdb: remove tracepoint_probe_create_sals_from_location_spec
  ` [PATCHv4 10/10] gdb: only insert thread-specific breakpoints in the relevant inferior

[PATCH] Avoid crash with Ada and -fdata-sections
 2023-08-23 15:08 UTC 

[PUSHED] gdb: fix up a few places where a char was treated as a bool
 2023-08-23 13:55 UTC 

[PATCHv2] gdb: handle main thread exiting during detach
 2023-08-23 11:26 UTC  (2+ messages)
` [PATCHv3] "

[PATCH v2] gdb/testsuite: explicitly test for stderr in gdb.mi/mi-dprintf.exp
 2023-08-23  9:59 UTC  (4+ messages)
` [PING][PATCH "
  ` [PINGv2][PATCH "
    ` [PINGv3][PATCH "

[PATCH 0/2] Stop notifications when unwindonsignal is on
 2023-08-23  9:33 UTC  (8+ messages)
` [PATCH 2/2] gdb: MI stopped events "

[PATCH 0/3] Fix thread exited messages for remote targets
 2023-08-23  9:12 UTC  (3+ messages)

[PATCH 0/3] New gdb::make_unique and more std::unique_ptr use
 2023-08-23  8:52 UTC  (3+ messages)

[PUSHEDv8] gdb: add inferior-specific breakpoints
 2023-08-23  8:19 UTC  (2+ messages)
` [PUSHED] gdb/testsuite: improve MI support for inferior specific breakpoints

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