Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 00/12] Add CET shadow stack support
 2025-01-30 13:42 UTC  (14+ messages)
` [PATCH 01/12] gdb, testsuite: Rename set_sanitizer_default to append_environment
` [PATCH 02/12] gdbserver: Add optional runtime register set type
` [PATCH 11/12] gdb, gdbarch: Introduce gdbarch method to get the shadow stack pointer
` [PING][PATCH 00/12] Add CET shadow stack support
  ` [PING*2][PATCH "

[PATCH] [gdb/testsuite] Use c++ flag in c++ test-cases
 2025-01-30 12:40 UTC 

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

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

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

[PATCH] Show type- and function-domain in maint print psymbols
 2025-01-29 22:48 UTC 

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

[PATCH] gdb: restrict configure error with all targets and 64 bit bfd to mips
 2025-01-29 18:31 UTC 

[PATCH] [gdb/syscalls] Sync with strace v6.13
 2025-01-29 18:15 UTC 

[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  (3+ 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/testsuite: gdb.base/gcorebg.exp against installed binaries
 2025-01-29 14:46 UTC 

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

[RFC v3 00/25] Add Python "JIT" API
 2025-01-29 12:43 UTC  (26+ 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 v2] [gdb/tui] Don't show incorrect source file in source window
 2025-01-29 12:09 UTC 

[PATCH] [gdb/tui] Fix assert in tui_source_window_base::refresh_window
 2025-01-29 10:35 UTC  (6+ messages)

[PATCH] [gdb/tui] Clean up asserts in tui_source_window_base::refresh_window
 2025-01-29 10:34 UTC 

[PATCH] gdb: only update m_last_subfile after writing a line table entry
 2025-01-29 10:22 UTC 

[PATCH v3 00/10] gdbserver: refactor regcache
 2025-01-29 10:22 UTC  (24+ messages)
` [PATCH v3 01/10] gdbserver: add back lost comments in fast_tracepoint_ctx
` [PATCH v3 02/10] gdbserver: use inheritance to define tracepoint contexts
` [PATCH v3 03/10] gdbserver: use inheritance more "
` [PATCH v3 04/10] gdbserver: convert init_register_cache and new_register_cache into constructors
` [PATCH v3 05/10] gdbserver: convert free_register_cache into a destructor of regcache
` [PATCH v3 06/10] gdbserver: use unique_ptr for thread_info's regcache
` [PATCH v3 07/10] gdbserver: use REG_UNKNOWN for a regcache's register statuses
` [PATCH v3 08/10] gdbserver: define and use regcache::reset
` [PATCH v3 09/10] gdbserver: refactor the definition and uses of supply_regblock
` [PATCH v3 10/10] gdbserver: fix the declared type of register_status in regcache

[PATCH] gdb/testsuite: add comments to line table from DWARF assembler
 2025-01-29 10:19 UTC  (3+ messages)

[PATCH] gdb: Support some escaping of args with startup-with-shell being off
 2025-01-29 10:17 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] gdbserver: introduce and use new gdb::argv_vec class
 2025-01-29  9:47 UTC  (5+ messages)

[PATCH] gdb: move debug output inside block in dwarf_record_line_1
 2025-01-29  9:28 UTC  (5+ messages)

[PATCH] [gdb/tui] Remove stale title when showing "No Source Available"
 2025-01-29  9:11 UTC 

Edward Jordan has shared a calendar with you
 2025-01-29  0:38 UTC 

[PATCH] gdb: MicroBlaze: Add features/microblaze-linux.xml
 2025-01-28 21:38 UTC  (4+ messages)
` [PATCH] [ping] "

[PATCH 1/1] gdb: Deprecate stabs debug info
 2025-01-28 19:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] Fix gdb.ada/import.exp when using mold
 2025-01-28 17:49 UTC  (2+ messages)

[PATCH v4 0/1] gdb: remove minimal symbol check in 'start_command'
 2025-01-28 17:47 UTC  (4+ messages)
` [PATCH v4 1/1] gdb: remove check for minimal symbols "

[PATCH] [gdb/guile] Use SCM_DEBUG_TYPING_STRICTNESS 0
 2025-01-28 17:28 UTC  (2+ messages)

Just us tonight... how’s that sound?🌸Mylah
 2025-01-28 16:39 UTC 

[PATCH] gdb/configure: fail configure if all targets requested with 32bit bfd
 2025-01-28 12:07 UTC  (3+ messages)

[PATCH] gdb/remote: probe for 'x' packet support with a zero length request
 2025-01-28 11:34 UTC  (14+ messages)
` [PATCHv2] gdb/remote: add 'binary-upload' feature to guard 'x' packet use

[PATCH] [PR corefiles/32441] Fix segfault if target_fileio_read_alloc fails
 2025-01-27 20:20 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/1] gdb: add check for empty array
 2025-01-27 16:08 UTC  (12+ messages)
    ` [PING][PATCH "
      ` [PING 2][PATCH "
        ` [PING 3][PATCH "
          ` [PING 4][PATCH "

[PATCH] [gdb/doc] Fix "Standard Replies" xref
 2025-01-27 15:54 UTC  (3+ messages)

[PATCH] [gdb/build] Fix build with gcc 7.5.0
 2025-01-27 14:48 UTC  (2+ messages)

[pushed] [gdb/doc] Fix qIsAddressTagged anchor
 2025-01-27 13:25 UTC  (2+ messages)

[PATCH 3/7] gdb: introduce the debuginfo_reader class
 2025-01-27 12:14 UTC  (3+ messages)
` [RFC] [PATCH] gdb: wrap mdebug debuginfo reading in ifdefs
  ` [PING][RFC] "

[pushed] [gdb/doc] Use more lower-case in @sc in the documentation
 2025-01-27 11:40 UTC 

[RFC 0/9] Attempt to unify Python object's lifecycle
 2025-01-27 10:44 UTC  (10+ messages)
` [RFC 1/9] gdb/python: preserve identity for gdb.Symtab objects
` [RFC 2/9] gdb/python: preserve identity for gdb.Symbol objects
` [RFC 3/9] gdb/python: do not hold on gdb.Symtab object from gdb.Symtab_and_line
` [RFC 4/9] gdb/python: preserve identity for gdb.Type objects
` [RFC 5/9] gdb/python: introduce gdbpy_registry
` [RFC 6/9] gdb/python: convert gdb.Symbol to use gdbpy_registry
` [RFC 7/9] gdb/python: convert gdb.Type "
` [RFC 8/9] gdb/python: convert gdb.Symtab "
` [RFC 9/9] gdb/python: convert gdb.Symtab_and_line "

[pushed] [gdb/doc] Fix gdb.unwinder docs
 2025-01-27  9:33 UTC 

Georgiana😉:Aiming to write a new chapter in my life 
 2025-01-27  9:11 UTC 

[PATCH] Fix C++ template function matching in cooked index
 2025-01-27  7:14 UTC  (3+ messages)

Are you free for a little excitement?
 2025-01-26 20:29 UTC 

"The white men went
 2025-01-25 21:33 UTC 

Imagine all the things we could do tonight
 2025-01-25 20:35 UTC 

Elaine💖:Glowing kindle planning to ignite joint trails 
 2025-01-25 15:45 UTC 

Mary💏:Completely new girl inside your soul needs a tour guide 
 2025-01-25 12:10 UTC 

Just imagine... us together, right now.👍Zariah
 2025-01-25  0:50 UTC 

Watch me and then join in
 2025-01-24 22:21 UTC 

[PATCH v2 0/1] gdb, linespec: also error when explicit line BP is outside source file range
 2025-01-24 20:05 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH^9] gdb: mips: Add MIPSR6 support
 2025-01-24 19:52 UTC  (2+ messages)

[PATCH v2 1/1] gdb/riscv: Add command to switch between numeric & abi register names
 2025-01-24 16:15 UTC  (3+ messages)

[PATCH] [gdb/tdep] Fix gdb.ada/O2_float_param.exp on s390x-linux
 2025-01-24 15:44 UTC  (2+ messages)

[PATCH] [gdb/testsuite] Record less in gdb.reverse/time-reverse.exp
 2025-01-24 15:40 UTC  (3+ messages)

[PATCH 0/3] Add on-demand debuginfo downloading
 2025-01-24 15:28 UTC  (4+ messages)
` [PATCH 1/3 v5] gdb/progspace: Add reverse safe iterator
` [PATCH 2/3 v9] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 3/3 v8] gdb/debuginfod: Add .debug_line downloading

[PATCH 0/3] Add on-demand debuginfo downloading
 2025-01-24 15:20 UTC  (4+ messages)
` [PATCH 1/3 v5] gdb/progspace: Add reverse safe iterator
` [PATCH 2/3 v9] gdb/debuginfod: Support on-demand debuginfo downloading
` [PATCH 3/3 v8] gdb/debuginfod: Add .debug_line downloading

Item shared with you: "34_14398.jpg"
 2025-01-24  4:12 UTC 

What if tonight was our night?🌸Milan
 2025-01-24  3:30 UTC 

[PATCH v2] [gdb] Fix gdb.base/return.exp on s390x-linux
 2025-01-23 14:56 UTC  (6+ messages)

[PATCH] [gdb/testsuite] Fix gdb.ada/convvar_comp.exp on s390x-linux
 2025-01-23 13:58 UTC 

[PATCH] [gdb/cli] Fix return from frame containing inline frame
 2025-01-23 13:13 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix gdb.ada/big_packed_array.exp on s390x-linux
 2025-01-23 12:09 UTC 

Elaine💓:Carry me to mars . I am not a half way kinda girl 
 2025-01-23  6:25 UTC 

Item shared with you: "Photo_and_videos_from_Rylan-487.pdf"
 2025-01-23  2:15 UTC 

Item shared with you: "Private_profile_with_video_from_Nathalie-7532.pdf"
 2025-01-23  2:15 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox