Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2] [gdb/tui] Don't show incorrect source file in source window
 2025-02-05 17:11 UTC  (3+ messages)

[RFC v4 00/22] Add Python "JIT" API
 2025-02-05 16:10 UTC  (23+ messages)
` [RFC v4 01/22] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v4 02/22] gdb: introduce compunit_symtab::maybe_contains
` [RFC v4 03/22] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v4 04/22] gdb/python: add owner property to gdb.Type
` [RFC v4 05/22] gdb: introduce new function create_function_type
` [RFC v4 06/22] gdb/python: add function () method to gdb.Type object
` [RFC v4 07/22] gdb/python: add template function to implement equality comparison
` [RFC v4 08/22] gdb/python: make gdb.Symbol comparable for equality
` [RFC v4 09/22] gdb/python: make gdb.Symtab "
` [RFC v4 10/22] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC v4 11/22] gdb/python: add gdb.Compunit
` [RFC v4 12/22] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC v4 13/22] gdb/python: add unlink () method to gdb.Objfile object
` [RFC v4 14/22] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC v4 15/22] gdb/python: allow instantiation of gdb.Symtab "
` [RFC v4 16/22] gdb/python: allow instantiation of gdb.Block "
` [RFC v4 17/22] gdb/python: allow instantiation of gdb.Symbol "
` [RFC v4 18/22] gdb/python: add add_symbol () method to gdb.Block
` [RFC v4 19/22] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC v4 20/22] gdb/python: allow instantiation of gdb.LineTableEntry objects
` [RFC v4 21/22] gdb/python: allow instantiation of gdb.LineTable objects
` [RFC v4 22/22] gdb/python: add section in documentation on implementing JIT interface

[PATCH] gdb: restrict configure error with all targets and 64 bit bfd to mips
 2025-02-05 14:43 UTC  (4+ messages)

[PATCH 3/7] gdb: introduce the debuginfo_reader class
 2025-02-05 14:00 UTC  (3+ messages)
` [RFC] [PATCH] gdb: wrap mdebug debuginfo reading in ifdefs

[PATCH] gdb/testsuite: Force DWARF debuginfo where applicable in AIX systems
 2025-02-05 13:58 UTC  (3+ messages)

[PATCH v2] [UI/TUI] Add support for italic and underline ANSI escape sequences
 2025-02-05 12:59 UTC 

[PATCH] [gdb] Fix segfault in core_target_open
 2025-02-05  9:18 UTC 

[pushed] Reorder gnatmake arguments in inline-section-gc.exp
 2025-02-05  9:15 UTC  (3+ messages)

[PATCH] [UI/TUI] Add support for italic and underline ANSI escape sequences
 2025-02-04 18:04 UTC 

[PATCH] pre-commit: run flake8 on more Python files
 2025-02-04 18:01 UTC  (3+ messages)

[PATCH] [pre-commit] Require pre-commit version 3.2.0
 2025-02-04 17:57 UTC  (2+ messages)

[PATCH] [gdb/tui] Clean up asserts in tui_source_window_base::refresh_window
 2025-02-04 17:02 UTC  (2+ messages)

[PATCH v2] [gdb] Handle bp deletion in Breakpoint.stop
 2025-02-04 15:43 UTC  (3+ messages)
` [PING][PATCH "

[PATCH v7] Add an option with a color type
 2025-02-04 14:24 UTC  (5+ messages)
` [PATCH v8] "

[RFC v3 00/25] Add Python "JIT" API
 2025-02-04 14:10 UTC  (28+ messages)
` [RFC v3 01/25] gdb: introduce expand_symtabs_maybe_overlapping
` [RFC v3 02/25] gdb: introduce compunit_symtab::maybe_contains
` [RFC v3 03/25] gdb: update is_addr_in_objfile to support "dynamic" objfiles
` [RFC v3 04/25] gdb/python: add subblocks property to gdb.Block
` [RFC v3 05/25] gdb/python: add domain property to gdb.Symbol
` [RFC v3 06/25] gdb/python: add owner property to gdb.Type
` [RFC v3 07/25] gdb/python: add void_type () method to gdb.Architecture object
` [RFC v3 08/25] gdb: introduce new function create_function_type
` [RFC v3 09/25] gdb/python: add function () method to gdb.Type object
` [RFC v3 10/25] gdb/python: add template function to implement equality comparison
` [RFC v3 11/25] gdb/python: make gdb.Symbol comparable for equality
` [RFC v3 12/25] gdb/python: make gdb.Symtab "
` [RFC v3 13/25] gdb: use std::vector<> to hold on blocks in struct blockvector
` [RFC v3 14/25] gdb/python: add gdb.Compunit
` [RFC v3 15/25] gdb/python: allow instantiation of gdb.Objfile from Python
` [RFC v3 16/25] gdb/python: add unlink () method to gdb.Objfile object
` [RFC v3 17/25] gdb/python: allow instantiation of gdb.Compunit from Python
` [RFC v3 18/25] gdb/python: allow instantiation of gdb.Symtab "
` [RFC v3 19/25] gdb/python: allow instantiation of gdb.Block "
` [RFC v3 20/25] gdb/python: allow instantiation of gdb.Symbol "
` [RFC v3 21/25] gdb/python: add add_symbol () method to gdb.Block
` [RFC v3 22/25] gdb/python: add more attributes to gdb.LinetableEntry objects
` [RFC v3 23/25] gdb/python: allow instantiation of gdb.LineTableEntry objects
` [RFC v3 24/25] gdb/python: allow instantiation of gdb.LineTable objects
` [RFC v3 25/25] gdb/python: add section in documentation on implementing JIT interface

[PATCH] [gdb/build] Fix x86_64-w64-mingw32 build by avoiding SCNx8
 2025-02-04 14:09 UTC 

[pushed] gdb/python: add subblocks property to gdb.Block
 2025-02-04 14:08 UTC  (3+ messages)
` [pushed] gdb/python: add domain property to gdb.Symbol
` [pushed] gdb/python: add void_type () method to gdb.Architecture object

[PATCH] [gdb/testsuite] Fix gdb.ada/convvar_comp.exp on s390x-linux
 2025-02-04 13:07 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Fix gdb.ada/big_packed_array.exp on s390x-linux
 2025-02-04 13:07 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Use c++ flag in c++ test-cases
 2025-02-04 12:56 UTC  (3+ messages)

Commit: Update bilinguals targets in src-release.sh script
 2025-02-04 11:49 UTC 

[PATCH] [gdb/testsuite] Fix gdb.base/list-dot-nodebug.exp on openSUSE
 2025-02-04 11:31 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Use -nostdlib in gdb.base/list-dot-nodebug.exp
 2025-02-04 11:26 UTC 

[PATCH 00/12] Add CET shadow stack support
 2025-02-04  9:40 UTC  (28+ messages)
` [PATCH 01/12] gdb, testsuite: Rename set_sanitizer_default to append_environment
` [PATCH 02/12] gdbserver: Add optional runtime register set type
` [PATCH 05/12] gdb, gdbserver: Use xstate_bv for target description creation on x86
` [PATCH 08/12] gdb: Handle shadow stack pointer register unwinding for amd64 linux
` [PATCH 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer

[PATCH] [gdb/tui] Remove stale title when showing "No Source Available"
 2025-02-04  9:23 UTC  (3+ messages)

[PATCH v2 00/47] A new target to debug Intel GPUs
 2025-02-04  7:07 UTC  (16+ messages)
` [PATCH v2 01/47] gdb, intelgt: add intelgt as a basic machine
` [PATCH v2 04/47] opcodes: add intelgt as a configuration

[pushed] pre-commit autoupdate
 2025-02-04  2:17 UTC 

[PATCH] gdb/testsuite: gdb.base/gcorebg.exp against installed binaries
 2025-02-03 17:02 UTC  (2+ messages)

[PATCH 1/1] gdb, testsuite: Rename set_sanitizer procedures to append_environment
 2025-02-03 16:56 UTC  (3+ messages)

[RFC] Use emoji to indicate errors and warnings
 2025-02-03 16:09 UTC  (13+ messages)

[PATCH 1/1] aarch64: fix a crash during maintenance print cooked-registers
 2025-02-03 14:40 UTC  (4+ messages)

[PATCH] [gdb/syscalls] Sync with strace v6.13
 2025-02-03 14:02 UTC  (3+ messages)

[PATCH v3] Port GDB to Hurd x86_64
 2025-02-03  4:15 UTC 

PATCH: Fix error message when compiling gdb with clang++
 2025-02-03  2:16 UTC  (2+ messages)

[PATCH v2] Add language to type unit in debug-names-tu.exp.tcl
 2025-02-02 21:51 UTC 

[PATCH] Add language to type unit in debug-names-tu.exp.tcl
 2025-02-02 20:19 UTC  (3+ messages)

[pushed] Avoid "text file busy" in dw2-using-debug-str.exp
 2025-02-02 17:47 UTC 

[ANNOUNCEMENT] GDB 16.2 released!
 2025-02-02 12:20 UTC 

Enter a world of passionate possibilities!
 2025-02-02  8:06 UTC 

[PATCH 0/4] Refactor producer-checking and prepare_one_comp_unit
 2025-02-01 18:16 UTC  (6+ messages)
` [PATCH 1/4] Move producer_is_realview to producer.c
` [PATCH 2/4] Clean up calls to prepare_one_comp_unit
` [PATCH 3/4] Make prepare_one_comp_unit a method of cutu_reader
` [PATCH 4/4] Move producer checks to dwarf2_cu

gdb-16 branch FROZEN
 2025-02-01 10:32 UTC  (2+ messages)
` gdb-16-branch now OPEN again (was: "gdb-16 branch FROZEN")

FYI: [release/branch] Bump GDB's version number to 16.2.90.DATE-git
 2025-02-01 10:29 UTC 

FYI: [release/branch] Set GDB version number to 16.2
 2025-02-01 10:15 UTC 

[pushed] Use "false" when setting cli_styling
 2025-01-31 21:30 UTC 

[PATCH v5 00/11] GDB-internal TLS support for Linux targets
 2025-01-31 17:45 UTC  (12+ messages)
` [PATCH v5 01/11] Don't attempt to find TLS address when target has no registers
` [PATCH v5 02/11] Allow TLS access to work in gdb.server/no-thread-db.exp
` [PATCH v5 03/11] Track and fetch TLS module ids for MUSL and GLIBC
` [PATCH v5 04/11] Implement internal TLS address lookup for Linux targets
` [PATCH v5 05/11] Internal TLS support for aarch64, x86_64, riscv, ppc64, and s390x
` [PATCH v5 06/11] Internal, but disabled, TLS support for i386
` [PATCH v5 07/11] Delete disabled i386 internal TLS support
` [PATCH v5 08/11] New test - gdb.base/tls-nothreads.exp
` [PATCH v5 09/11] New test - gdb.base/tls-multiobj.exp
` [PATCH v5 10/11] New test - gdb.base/tls-dlobj.exp
` [PATCH v5 11/11] Add TLS NEWS entry and document 'set force-internal-tls-address-lookup' command

[PATCH] gdb: Fix assertion failure when inline frame #0 is duplicated
 2025-01-31 17:30 UTC  (3+ messages)

[PATCH] Remove obsolete test from gdb.cp/var-tag.exp
 2025-01-31 17:29 UTC  (2+ messages)

[PATCH] Show type- and function-domain in maint print psymbols
 2025-01-31 16:40 UTC  (2+ messages)

[pushed] Add space in name of Rust tuple type
 2025-01-31 16:02 UTC 

[pushed] Use "require" a two gdb.dwarf2 test files
 2025-01-31  5:52 UTC 

[PATCH] Re-enable background reading
 2025-01-30 18:30 UTC  (2+ messages)

[pushed 0/6] Include cleanup
 2025-01-30 18:00 UTC  (7+ messages)
` [pushed 1/6] gdb: include symtab.h in quick-symbol.h
` [pushed 2/6] gdb: remove unused include in symtab.h
` [pushed 3/6] gdb: remove unused include, add forward declaration in dwarf2/parent-map.h
` [pushed 4/6] gdb: remove unused include from dwarf2/read.c
` [pushed 5/6] gdb: remove includes from dwarf2/mapped-index.h
` [pushed 6/6] gdb: remove unused includes from dwarf2/index-write.c

[PATCH^10] gdb: mips: Add MIPSR6 support
 2025-01-30 17:54 UTC 

[PATCH v5 0/4] Make linux checkpoints work with multiple inferiors
 2025-01-30 17:46 UTC  (4+ messages)
` [PATCH v5 1/4] "

[pushed] [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-notify.exp
 2025-01-30 12:22 UTC 

Georgiana💋:Message for you personally
 2025-01-30  4:08 UTC 

[PATCH 0/4] More command styling changes
 2025-01-29 19:43 UTC  (2+ messages)

[pushed] gdb: include cli/cli-style.h in darwin-nat.c
 2025-01-29 15:48 UTC 

[PATCH v6] gdb: add first gdbreplay test, connect.exp
 2025-01-29 15:35 UTC  (2+ messages)

[PATCH 0/3] Don't disable breakpoints in still loaded libraries
 2025-01-29 15:24 UTC  (5+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/3] gdb/testsuite: restructure gdb.base/dlmopen.exp
  ` [PATCHv2 2/3] gdb: include a still-mapped flag in solib unload notification
  ` [PATCHv2 3/3] gdb/mi: include ranges in =library-unloaded event

[PATCH] [gdb/tui] Don't show incorrect source file in source window
 2025-01-29 12:44 UTC  (4+ messages)

[PATCH] [gdb/tui] Fix assert in tui_source_window_base::refresh_window
 2025-01-29 10:35 UTC  (3+ 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