public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 0/8] gdb: split array and string limiting options
 2022-04-13 12:10 UTC  (3+ messages)
` [PING][PATCH "

[PATCH] gdb: fix build error in gdbsupport/thread-pool.h
 2022-04-13 10:47 UTC 

GDB/Fortran: Support for Assumed Rank Zero
 2022-04-13  9:55 UTC 

[PATCH] Make intrusive_list_node's next/prev private
 2022-04-13  9:27 UTC  (3+ messages)

[ob/pushed] Tidy gdb.base/parse_number.exp
 2022-04-13  9:19 UTC 

[PATCH][gdb/testsuite] Detect 'No MPX support'
 2022-04-13  8:58 UTC  (4+ messages)

GDB 12.0.90 available for testing
 2022-04-13  7:36 UTC  (16+ messages)

[PATCH v6 0/7] extend branch tracing to use ARM CoreSight traces
 2022-04-13  7:00 UTC  (5+ messages)
` [PATCH v6 3/7] start/stop btrace with coresight etm and parse etm buffer. nat independant

[PATCH 00/11] Improve Fortran intrinsic types and procedures
 2022-04-13  5:14 UTC  (5+ messages)
` [PATCH 09/11] gdb/fortran: rewrite intrinsic handling and add some missing overloads

[PATCH v2 00/14] Support for Thread Local Storage (TLS) variables on FreeBSD arm and aarch64 architectures
 2022-04-13  2:31 UTC  (16+ messages)
` [PATCH v2 01/14] fbsd-nat: Add helper routines for register sets using PT_[G]SETREGSET
` [PATCH v2 02/14] Create pseudo sections for NT_ARM_TLS notes on FreeBSD
` [PATCH v2 03/14] Add an arm-tls feature which includes the tpidruro register from CP15
` [PATCH v2 04/14] Read the tpidruro register from NT_ARM_TLS core dump notes on FreeBSD/arm
` [PATCH v2 05/14] Support TLS variables "
` [PATCH v2 06/14] Fetch the NT_ARM_TLS register set for native FreeBSD/arm processes
` [PATCH v2 07/14] Add an aarch64-tls feature which includes the tpidr register
` [PATCH v2 08/14] Read the tpidr register from NT_ARM_TLS core dump notes on FreeBSD/Aarch64
` [PATCH v2 09/14] Support TLS variables "
` [PATCH v2 10/14] Fetch the NT_ARM_TLS register set for native FreeBSD/Aarch64 processes
` [PATCH v2 11/14] NEWS: Add a note for TLS support on FreeBSD/arm and FreeBSD/Aarch64
` [PATCH v2 12/14] Read the tpidr register from NT_ARM_TLS core dump notes on Linux Aarch64
` [PATCH v2 13/14] gdbserver: Read the tpidr register from NT_ARM_TLS on Linux
` [PATCH v2 14/14] "

[PATCH 00/12] * Support for Thread Local Storage (TLS) variables on FreeBSD arm and aarch64 architectures
 2022-04-12 23:36 UTC  (4+ messages)
` [PATCH 04/12] Add an arm-tls feature which includes the tpidruro register from CP15

[PATCH 0/2] Add recording support for the ISA 3.1 Powerpc instructions
 2022-04-12 21:50 UTC  (9+ messages)
` [PATCH 1/2] "
    ` [PATCH 1/2 Version 2] "
` [PATCH 2/2] "
    ` [PATCH 2/2 Version 2] "
` [PATCH 0/2 "

[PATCH] gdb: fix "passing NULL to memcpy" UBsan error in dwarf2/cooked-index.c
 2022-04-12 18:42 UTC  (3+ messages)

[PATCH + 12.1] Fix bug in Ada number lexing
 2022-04-12 18:39 UTC  (3+ messages)

[PATCH 1/4] gdb: allocate subfile with new
 2022-04-12 18:20 UTC  (12+ messages)
` [PATCH 2/4] gdb: change subfile::name and buildsym_compunit::m_comp_dir to strings
` [PATCH 3/4] gdb: use std::vector for temporary linetable_entry array in arrange_linetable
` [PATCH 4/4] gdb: change subfile::line_vector to an std::vector

[PATCH 1/2] gdbsupport: use result_of_t instead of result_of in parallel-for.h
 2022-04-12 18:12 UTC  (5+ messages)
` [PATCH 2/2] gdb: use decltype instead of typeof in dwarf2/read.c

[PATCH v2 00/11] gdb/testsuite: Cleanup gdb.base for clang testing
 2022-04-12 18:11 UTC  (13+ messages)
` [PATCH v2 01/11] gdb/testsuite: introduce gdb_step_until_regexp
` [PATCH v2 02/11] Change gdb.base/skip-solib.exp deal with lack of epilogue information
` [PATCH v2 03/11] change gdb.base/skip.exp to use finish instead of step
` [PATCH v2 04/11] change gdb.base/symbol-alias to xfail with clang
` [PATCH v2 05/11] change gdb.base/nodebug.c to not fail "
` [PATCH v2 06/11] update gdb.base/info-program.exp "
` [PATCH v2 07/11] fix gdb.base/access-mem-running.exp for clang testing
` [PATCH v2 08/11] Fix gdb.base/call-ar-st to work with Clang
` [PATCH v2 09/11] add xfails to gdb.base/complex-parts.exp when testing with clang
` [PATCH v2 10/11] gdb/testsuite: fix gdb.base/msym-bp-shl when running with Clang
` [PATCH v2 11/11] explicitly test for stderr in gdb.base/dprintf.exp

[PATCH v3] gdb/python: Add BreakpointLocation type
 2022-04-12 16:16 UTC  (2+ messages)

[PATCH] gdb/debuginfod: Prevent out_of_range exception
 2022-04-12 16:09 UTC  (3+ messages)

[PATCH 1/4] gdb: remove symbol value macros
 2022-04-12 15:55 UTC  (10+ messages)
` [PATCH 2/4] gdb: remove MSYMBOL_TYPE macro
` [PATCH 3/4] gdb: remove minimal symbol size macros
` [PATCH 4/4] gdb: remove MSYMBOL_TARGET_FLAG_{1,2} macros

[PATCH v4 00/34] Rewrite the DWARF "partial" reader
 2022-04-12 15:30 UTC  (6+ messages)
` [PATCH v4 01/34] Allow thread-pool.h to work without threads
` [PATCH v4 18/34] Introduce the new DWARF index class

[committed][gdb/testsuite] Fix gdb.base/stap-probe.exp with read1
 2022-04-12 14:36 UTC 

[PATCH][gdb/testsuite] Fix gdb.tui/scroll.exp with read1
 2022-04-12 14:15 UTC 

[pushed] Add C++ "save gdb-index" test
 2022-04-12 14:08 UTC 

Received 1:36:56 PM on Tuesday, April 12, 2022
 2022-04-12 13:36 UTC 

[PATCH] Use current_inferior ()->pid for AIX
 2022-04-12 13:32 UTC  (5+ messages)

[PATCH] Remove "Ada Settings" node from the manual
 2022-04-12 12:57 UTC  (4+ messages)

[PATCH v2] gdb/Python: Added ThreadExitedEvent
 2022-04-12  9:03 UTC 

[PATCH] Debug support for global alias variable
 2022-04-12  8:38 UTC  (8+ messages)

[PATCH 0/3] Fix register_test_foreach_arch
 2022-04-12  8:17 UTC  (2+ messages)
` [PING] "

Powerpc: Update expected floating point output for gdb.arch/altivec-regs.exp and gdb.arch/vsx-regs.exp
 2022-04-12  4:47 UTC 

[PATCH] gdb: handle_no_resumed: only update thread list of event target
 2022-04-12  2:11 UTC 

[PATCH] gdb: mips: Fix the handling of complex type of function return value
 2022-04-12  0:46 UTC  (12+ messages)
          ` [COMMITTED PATCH v2] "

[PATCH] gdb/Python: Added ThreadExitedEvent
 2022-04-11 21:13 UTC  (3+ messages)

[PATCH v2 00/18] Refactor character printing
 2022-04-11 19:45 UTC  (6+ messages)
` [PATCH v2 16/18] Use generic_emit_char in Modula-2
  ` [PATCH] Additional modula2 tests
  ` [PATCH v1] Array access in Modula-2

[PUSHED OBV] i386-fbsd-nat: Remove two unused variables
 2022-04-11 18:03 UTC 

[RFC][PATCH 0/1] Fortran entry and DW_TAG_entry_point
 2022-04-11 16:08 UTC  (3+ messages)

[PING][RFC][PATCH 0/1] Fortran entry and DW_TAG_entry_point
 2022-04-11 16:04 UTC  (3+ messages)

[PATCH][gdb/testsuite] Make gdb.base/annota1.exp more robust
 2022-04-11 15:21 UTC  (5+ messages)

[PATCH 0/1] Fix variable length strings array for FORTRAN
 2022-04-11 14:51 UTC  (8+ messages)
` [PATCH 1/1] gdb: Fix arrays of variable length strings "

[PATCH v3 00/11] Improve Fortran intrinsic types and procedures
 2022-04-11 12:08 UTC  (4+ messages)
` [PATCH v3 11/11] gdb/doc: add section about Fortran intrinsic functions and types

GDB 12.0.90 available for testing
 2022-04-11 11:42 UTC  (26+ messages)

[committed][gdb/testsuite] Fix gdb.dwarf2/dw2-lines.exp for m32 pie
 2022-04-11  8:26 UTC 

[PATCH v2 00/11] Improve Fortran intrinsic types and procedures
 2022-04-11  7:18 UTC  (4+ messages)
` [PATCH v2 11/11] gdb/doc: add section about fortran intrinsic functions and types

[PATCH] Accept functions with DW_AT_linkage_name present
 2022-04-11  6:30 UTC 

[PATCH] Handle TLS variable lookups when using separate debug files
 2022-04-10 19:22 UTC  (3+ messages)

[PATCH] Don't test interface.exp without GNAT debug info
 2022-04-10 19:13 UTC  (4+ messages)

2022-04-10 update for upcoming GDB 12.1 Release
 2022-04-10 19:11 UTC 

Metadata style?
 2022-04-10  8:55 UTC  (3+ messages)

[pushed] Remove MSYMBOL_VALUE_CHAIN
 2022-04-09 14:34 UTC 

[PATCH 0/6] Fix printing macros
 2022-04-09  6:59 UTC  (11+ messages)
` [PATCH 5/6] gdb: prepend comp_dir to symtab name in buildsym_compunit

[PATCH] gdb: reject inserting breakpoints between functions
 2022-04-08 20:05 UTC 

[PATCH] Reorganize Python events documentation
 2022-04-08 19:25 UTC  (3+ messages)

[PATCH 0/4] Smart pointer wrapper for frame_info
 2022-04-08 19:22 UTC  (13+ messages)
` [PATCH 1/4] Switch order of comparison in some spots
` [PATCH 2/4] Remove frame_id_eq
` [PATCH 3/4] Introduce frame_info_ptr smart pointer class

[PATCH] libiberty: add AC_CONFIG_MACRO_DIRS
 2022-04-08 16:01 UTC 

[RFC][gdb] Handle ^D when terminal is not prepped
 2022-04-08 15:36 UTC 

[PATCH v3 0/2] Fix a couple undefined behaviors flagged by UBSan
 2022-04-08 15:22 UTC  (8+ messages)
` [PATCH v3 1/2] Fix undefined behavior in the Fortran, Go and Pascal number parsers
` [PATCH v3 2/2] gdb: Avoid undefined shifts, fix Go shifts

[PATCH] Pass PKG_CONFIG_PATH down from top-level Makefile
 2022-04-08 14:57 UTC  (5+ messages)

[PATCH] gdb/testsuite: use nopie in gdb.dwarf2/dw2-inline-param.exp
 2022-04-08 13:56 UTC  (4+ messages)

[PATCH v4] gdb, gdbserver: support dlmopen()
 2022-04-08 12:40 UTC  (6+ messages)

[PATCH 0/5] Make gdb_test's question non-optional if specified
 2022-04-08 12:18 UTC  (4+ messages)
` [PATCH 5/5] "

gdb maintainer commit rights
 2022-04-08 11:26 UTC 

[PATCH v3 0/2] add support for accessing fields of extended types
 2022-04-08 10:55 UTC  (2+ messages)

[FYI] gdb: add Nils-Christian Kempke to gdb/MAINTAINERS
 2022-04-08 10:13 UTC 

[PATCH] gdb: change file_file_name to return an std::string
 2022-04-08  0:32 UTC  (3+ messages)

[PATCH] gdb/fortran: fix fetching assumed rank array content
 2022-04-07 20:12 UTC  (3+ messages)

[PATCH 0/2] More Windows globals cleanups
 2022-04-07 19:56 UTC  (3+ messages)
` [PATCH 1/2] Turn some windows-nat.c static functions into methods
` [PATCH 2/2] Use subclasses of windows_process_info

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