[RFC 0/7] [gdb/symtab, cc-with-dwz] Fix gdb.cp/breakpoint-locs.exp
2023-09-08 18:56 UTC (2+ messages)
[PATCH 00/21] ui / interp cleansup
2023-09-08 18:22 UTC (4+ messages)
` [PATCH 01/21] gdb: use intrusive_list for struct ui linked list
` [PATCH 03/21] gdb: make interp_add a method of struct ui
` [PATCH 04/21] gdb: make interp_lookup "
[PATCH 1/2] gdb/doc: rename "x86 Architecture-specific Issues" section to "x86"
2023-09-08 17:17 UTC (7+ messages)
` [PATCH 2/2] gdb/doc: describe x87 registers
[PATCH v5 00/16] SME support for AArch64 gdb/gdbserver on Linux
2023-09-08 17:10 UTC (31+ messages)
` [PATCH v5 01/16] [gdb/aarch64] Fix register fetch/store order for native AArch64 Linux
` [PATCH v5 02/16] [gdb/aarch64] refactor: Rename SVE-specific files
` [PATCH v5 03/16] [gdb/gdbserver] refactor: Simplify SVE interface to read/write registers
` [PATCH v5 04/16] [gdb/aarch64] sve: Fix return command when using V registers in a SVE-enabled target
` [PATCH v5 05/16] [gdb/aarch64] sme: Enable SME registers and pseudo-registers
` [PATCH v5 06/16] [gdbserver/aarch64] refactor: Adjust expedited registers dynamically
` [PATCH v5 07/16] [gdbserver/aarch64] sme: Add support for SME
` [PATCH v5 08/16] [gdb/aarch64] sve: Fix signal frame z/v register restore
` [PATCH v5 09/16] [gdb/aarch64] sme: Signal frame support
` [PATCH v5 10/16] [gdb/aarch64] sme: Fixup sigframe gdbarch when vg/svg changes
` [PATCH v5 11/16] [gdb/aarch64] sme: Support TPIDR2 signal frame context
` [PATCH v5 12/16] [gdb/generic] corefile/bug: Use thread-specific gdbarch when dumping register state to core files
` [PATCH v5 13/16] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order
` [PATCH v5 14/16] [gdb/aarch64] sme: Core file support for Linux
` [PATCH v5 15/16] [gdb/testsuite] sme: Add SVE/SME testcases
` [PATCH v5 16/16] [gdb/docs] sme: Document SME registers and features
[PATCH] [gdb/testsuite] Add boards/cc-with-index-cache.exp
2023-09-08 14:44 UTC
[PATCH v3] gdb: c++ify btrace_target_info
2023-09-08 14:31 UTC (2+ messages)
[PATCH v2] gdb: c++ify btrace_target_info
2023-09-08 10:53 UTC (3+ messages)
[pushed 1/4] [gdb/testsuite] Fix build-ids in gdb.dwarf2/dwzbuildid.exp
2023-09-08 10:28 UTC (4+ messages)
` [pushed 2/4] [gdb/testsuite] Add aranges "
` [pushed 3/4] [gdb/testsuite] Add kfail "
` [pushed 4/4] [gdb/testsuite] Make gdb.dwarf2/dwzbuildid.exp more robust
[PATCH 0/2] Stop notifications when unwindonsignal is on
2023-09-08 10:03 UTC (5+ messages)
` [PATCH 2/2] gdb: MI stopped events "
[PATCH 1/2] gdb, btrace: move xml parsing into remote.c
2023-09-08 9:32 UTC (7+ messages)
` [PATCH 2/2] gdb: c++ify btrace_target_info
[PATCH] [gdb/ada] Move identical enums handling later
2023-09-08 5:56 UTC (3+ messages)
[PATCH] gdb/testsuite: fix gdb.arch/amd64-init-x87-values.exp on AMD CPUs
2023-09-08 2:26 UTC
[PATCH 1/2] gdb: remove interp_pre_command_loop
2023-09-08 1:56 UTC (5+ messages)
` [PATCH 2/2] gdb: remove interp_supports_command_editing
[PATCH] gdb/testsuite: add xfail for gdb/29965 in gdb.threads/process-exit-status-is-leader-exit-status.exp
2023-09-08 1:53 UTC
[PATCH] gdb: LoongArch: Add vector extensions support
2023-09-08 1:33 UTC (3+ messages)
[pushed] Add Abdul Basit to gdb/MAINTAINERS
2023-09-07 22:33 UTC
[PATCH 0/4] Fix two varobj bugs
2023-09-07 19:40 UTC (7+ messages)
` [PATCH 1/4] Allow pretty-printer 'children' method to return strings
` [PATCH 2/4] Remove dead code from varobj_set_display_format
` [PATCH 3/4] Remove variable_default_display
` [PATCH 4/4] Fix bug in -var-evaluate-expression
[PATCH] [gdb/ada] Extend type equivalence test in ada_resolve_enum
2023-09-07 18:42 UTC (4+ messages)
` [PATCH] [gdb/symtab] Fix gdb-index writing for .debug_types
[PATCH] Simplify block_find_symbol
2023-09-07 18:24 UTC (3+ messages)
[PATCH 0/2] Call target_can_do_single_step from maybe_software_singlestep
2023-09-07 17:59 UTC (2+ messages)
[PATCH] gdb/tdesc: Don't assign custom-group tdesc registers to 'general'
2023-09-07 17:47 UTC (2+ messages)
[PATCH v3 0/6] SME2 support for AArch64 gdb/gdbserver on Linux
2023-09-07 15:46 UTC (8+ messages)
` [PATCH v3 1/6] [gdb/aarch64] sme2: Enable SME2 for AArch64 gdb "
` [PATCH v3 2/6] [gdbserver/aarch64] sme2: Enable SME2 support in gdbserver
` [PATCH v3 3/6] [gdb/aarch64] sme2: signal frame support
` [PATCH v3 4/6] [gdb/aarch64] sme2: Core file support for ZT register set
` [PATCH v3 5/6] [gdb/testsuite] sme2: Extend SME tests to include SME2
` [PATCH v3 6/6] [gdb/docs] sme2: Document SME2 registers and features
[pushed] gdb: fix indentation in mi/mi-parse.h
2023-09-07 14:42 UTC
[PATCH v2] gdb/mi: make current_token a field of mi_interp
2023-09-07 14:41 UTC (3+ messages)
[PATCH v2] gdb: LoongArch: Support LBT registers
2023-09-07 11:31 UTC (3+ messages)
[PATCHv3 0/9] thread-specific breakpoints in just some inferiors
2023-09-06 22:06 UTC (4+ messages)
` [PATCHv4 00/10] "
` [PATCHv4 06/10] gdb: parse pending breakpoint thread/task immediately
[pushed] [gdb/testsuite] Fix gdb.ada/same_enum.exp
2023-09-06 15:25 UTC
[PATCH v10 00/10] Extensions for PTWRITE
2023-09-06 14:07 UTC (9+ messages)
` [PATCH v10 08/10] btrace, linux: Enable ptwrite packets
[PATCH] [gdb/symtab] Handle PU in iterate_over_some_symtabs
2023-09-06 10:24 UTC (5+ messages)
[PATCH] [gdb/symtab] Fix too many symbols in gdbpy_lookup_static_symbols
2023-09-06 9:03 UTC (2+ messages)
starting the GDB 14 release process
2023-09-06 2:19 UTC (4+ messages)
[committed] src-release.sh (SIM_SUPPORT_DIRS): Add libsframe, libctf/swap.h and gnulib
2023-09-06 2:16 UTC
[PING 6][PATCH v2 0/4] Adapt Fortran testsuite for ifort
2023-09-06 2:10 UTC (2+ messages)
[PATCH 0/5] Handle pointers and references correctly in DAP
2023-09-05 19:47 UTC (6+ messages)
` [PATCH 1/5] Pass a type allocator to init_fixed_point_type
` [PATCH 2/5] Regularize some DWARF type initialization
` [PATCH 3/5] Add is_array_like and to_array to language_defn
` [PATCH 4/5] Give a language to a type
` [PATCH 5/5] Handle pointers and references correctly in DAP
[PATCH] gdb/i387-tdep: make FXSAVE_ADDR a function
2023-09-05 19:13 UTC
[PATCH] Move val_prettyformat to valprint.h
2023-09-05 18:36 UTC
[PATCH 0/8] Handle array- and string-like types in DAP
2023-09-05 17:22 UTC (2+ messages)
[PATCH V3 0/4] gdb/testsuite: Miscellaneous fixes
2023-09-05 16:55 UTC (7+ messages)
` [PATCH V3 1/4] gdb/testsuite: Fix style.exp failures on targets without argc/argv support
` [PATCH V3 2/4] gdb/testsuite: Adjust some testcases to allow Windows pathnames
` [PATCH V3 3/4] gdb/testsuite: Disable some tests that are broken on remote Windows host
` [PATCH V3 4/4] gdb/testsuite: Make hook-stop.exp ignore termination message from GDB stub
[PATCH] Read Ada main name from executable, not inferior
2023-09-05 15:54 UTC (2+ messages)
[PATCH] Avoid crash with Ada and -fdata-sections
2023-09-05 15:48 UTC (2+ messages)
[PATCH 0/2] Fix reverse stepping multiple contiguous PC ranges over the line table
2023-09-05 15:12 UTC (4+ messages)
[PATCH 1/2] [gdb/tui] Fix segfault in tui_find_disassembly_address
2023-09-05 15:03 UTC (2+ messages)
` [PATCH 2/2] [gdb/tui] Only handle code sections in tui_find_backward_disassembly_start_address
[PATCH 0/4] DAP fixups
2023-09-05 14:12 UTC (14+ messages)
` [PATCH 1/4] gdb/dap: check for breakpoint source before unpacking
` [PATCH 2/4] gdb/dap: ignore unused keyword args in step_out
` [PATCH 3/4] gdb/dap: use breakpoint fullname to resolve source
` [PATCH 4/4] gdb/dap: only include sourceReference if file path does not exist
[PATCH] Avoid spurious breakpoint-setting failure in DAP
2023-09-05 12:59 UTC
[PATCH v2 0/3] RISC-V: Add ratified 'E' base ISA support with draft ABIs
2023-09-05 9:08 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 1/3] RISC-V: Remove RV64E conflict
` [PATCH v3 2/3] RISC-V: Add "lp64e" ABI support
` [PATCH v3 3/3] RISC-V: Add RV64E support to GDB
[PATCH v3 00/16] SME support for AArch64 gdb/gdbserver on Linux
2023-09-05 8:28 UTC (4+ messages)
` [PATCH v3 13/16] [gdb/generic] corefile/bug: Fixup (gcore) core file target description reading order
[PATCH v3 0/4] Dynamic properties of pointers
2023-09-04 22:29 UTC (5+ messages)
` [PATCH v3 1/4] gdb, testsuite: handle icc and icpc deprecated remarks
` [PATCH v3 2/4] gdb, types: Resolve pointer types dynamically
` [PATCH v3 3/4] gdb, intel-classic-compilers, testsuite: workaround icc/icpc/ifort pointer/reference DWARF
` [PATCH v3 4/4] gdb, testsuite, fortran: Fix sizeof intrinsic for ifort Fortran pointers
[PATCH^2] gdb: mips: Add MIPSR6 support
2023-09-04 21:34 UTC (5+ messages)
[pushed] [gdb/testsuite] Fix race in gdb.base/add-symbol-file-attach.exp
2023-09-04 11:54 UTC
[PATCH] [gdb/symtab] Handle self-reference in inherit_abstract_dies
2023-09-04 11:47 UTC (3+ messages)
[PING 8][PATCH v5 0/3] Fortran entry and DW_TAG_entry_point
2023-09-04 8:19 UTC
[RFC 1/2] [gdb/testsuite] Modernize gdb.base/huge.exp
2023-09-04 5:41 UTC (2+ messages)
` [RFC 2/2] [gdb/exp] Clean up asap in value_print_array_elements
[PATCH v5 0/4] GDB support for DW_AT_trampoline
2023-09-03 19:14 UTC (2+ messages)
` [PING][PATCH "
[PATCH] gdbserver: i387_cache_to_xsave: fix copy dest of zmm registers
2023-09-02 2:15 UTC (3+ messages)
[PATCH v2 0/4] DAP fixups
2023-09-01 21:02 UTC (5+ messages)
` [PATCH v2 1/4] gdb/dap: check for breakpoint source before unpacking
` [PATCH v2 2/4] gdb/dap: ignore unused keyword args in step_out
` [PATCH v2 3/4] gdb/dap: use breakpoint fullname to resolve source
` [PATCH v2 4/4] gdb/dap: only include sourceReference if file path does not exist
[PATCH] gdb/riscv: Fix oob memory access when printing info registers
2023-09-01 11:13 UTC (3+ messages)
` [PATCH v2] "
sim prune_warnings
2023-09-01 3:07 UTC (4+ messages)
[PATCH] gdb: remove uses of alloca in gdbtypes.c
2023-09-01 1:29 UTC (3+ messages)
[PATCH] Fix "usage" errors for some MI varobj commands
2023-08-31 22:03 UTC (2+ messages)
[PATCH 0/7] Remove some more TYPE/FIELD macros
2023-08-31 17:16 UTC (9+ messages)
` [PATCH 1/7] gdb: introduce field::is_artificial / field::set_is_artificial
` [PATCH 3/7] gdb: remove TYPE_FIELD_ARTIFICIAL
` [PATCH 4/7] gdb: introduce field::bitsize / field::set_bitsize
` [PATCH 5/7] gdb: remove FIELD_BITSIZE
` [PATCH 6/7] gdb: remove TYPE_FIELD_BITSIZE
` [PATCH 7/7] gdb: remove TYPE_FIELD_PACKED
[PATCH] Add symbol::matches method
2023-08-31 17:13 UTC (2+ messages)
[PATCH] Remove eval_op_ternop
2023-08-31 16:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox