public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] disabled_by_cond fixes for breakpoints
 2024-08-29 16:27 UTC  (12+ messages)
` [PATCH 1/3] gdb/testsuite: add no-delete-breakpoints option to 'runto' proc
` [PATCH 2/3] gdb/testsuite: avoid incorrect symbols in gdb.base/condbreak-multi-context.cc
` [PATCH 3/3] gdb: fixes for code_breakpoint::disabled_by_cond logic
` [PATCHv2 0/6] disabled_by_cond fixes for breakpoints
  ` [PATCHv2 1/6] gdb/testsuite: avoid incorrect symbols in gdb.base/condbreak-multi-context.cc
  ` [PATCHv2 2/6] gdb: fixes for code_breakpoint::disabled_by_cond logic
  ` [PATCHv2 3/6] gdb: remove duplicate check in disable_breakpoints_in_freed_objfile

[pushed] gdb: remove unused includes in linespec.c
 2024-08-29 15:35 UTC 

[PATCH] [gdb/testsuite] Fix gdb.trace/entry-values.exp on riscv64-linux
 2024-08-29 14:42 UTC 

[PATCH v5 0/2] Add amd64 LAM watchpoint support
 2024-08-29 13:26 UTC  (6+ messages)
` [PATCH v5 1/2] gdb: Make tagged pointer support configurable
  ` [PING][PATCH "
    ` [PING*2][PATCH "
      ` [PING*3][PATCH "
        ` [PING*4][PATCH "

[PATCH v3 0/2] Remove MPX
 2024-08-29 13:25 UTC  (8+ messages)
` [PATCH v3 1/2] gdb, testsuite, python: Add missing imports
      `  "
        ` [PING*2][PATCH "
          ` [PING*3][PATCH "
            ` [PING*4][PATCH "

[PATCH 00/46] A new target to debug Intel GPUs
 2024-08-29 13:09 UTC  (5+ messages)
` [PATCH 06/46] gdb, intelgt: add the target-dependent definitions for the Intel GT architecture

[RFC] [gdb/breakpoints] Use gdbarch_addr_bits_remove in breakpoint_address_match
 2024-08-29 10:20 UTC 

[pushed] [gdb/testsuite] Fix another regexp in gdb.threads/stepi-over-clone.exp
 2024-08-29  9:39 UTC 

[PATCH] [gdb/testsuite] Fix failure in gdb.threads/signal-sigtrap.exp
 2024-08-29  8:34 UTC  (3+ messages)

[PATCH v2] [gdb/testsuite] Fix failure in gdb.threads/signal-sigtrap.exp
 2024-08-29  8:33 UTC 

[PATCH] Don't check dwarf2_name in process_enumeration_scope
 2024-08-28 19:52 UTC  (2+ messages)

[PATCH 0/8] Extension for looking up debug info by build-id
 2024-08-28 14:42 UTC  (3+ messages)
` [PATCH 6/8] gdb: add GDB side target_ops::fileio_stat implementation

[PATCH] Fix regexp quoting in gdb.ada test cases
 2024-08-28 13:39 UTC 

[PATCH 0/3] fix gdb.mi testsuite folder, when using clang
 2024-08-28 12:12 UTC  (6+ messages)
` [PING][PATCH "
    ` [PINGv2][PATCH "

[PATCH v3] gdb: Update SECURITY.txt to mention extension scripts and internal errors
 2024-08-28 12:10 UTC  (3+ messages)
` [PING][PATCH "
  ` [PING]Re: "

[PATCH v3] gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XML
 2024-08-28 11:58 UTC 

[PATCH v2] gdbserver, remote: introduce "id_str" in the "qXfer:threads:read" XML
 2024-08-28 11:55 UTC  (3+ messages)

[PATCH] gdb/testsuite: fix gdb.btrace/non-stop.exp end of history check
 2024-08-28 11:42 UTC  (3+ messages)

[PATCH] [gdb/testsuite] Fix regexp in gdb.arch/i386-disp-step-self-call.exp
 2024-08-28 10:59 UTC  (3+ messages)

[PATCHv4 0/3] New inline-frames and blocks maintenance commands
 2024-08-28  9:36 UTC  (9+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 3/4] gdb: Add 'maint info inline-frames' command

[PATCH] gdb: improve line number lookup around inline functions
 2024-08-28  9:19 UTC  (5+ messages)

[PATCH 1/4] [gdb/python] Add gdbpy_handle_gdb_exception
 2024-08-28  8:21 UTC  (6+ messages)
` [PATCH 2/4] [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION
` [PATCH 3/4] [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
` [PATCH 4/4] [gdb/python] Use gdbpy_handle_gdb_exception in valpy_assign_core

[PATCH v2 1/4] [gdb/python] Add gdbpy_handle_gdb_exception
 2024-08-28  8:20 UTC  (4+ messages)
` [PATCH v2 2/4] [gdb/python] Eliminate GDB_PY_HANDLE_EXCEPTION
` [PATCH v2 3/4] [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION
` [PATCH v2 4/4] [gdb/python] Use gdbpy_handle_gdb_exception in valpy_assign_core

[PATCH 0/2] Tab complete convenience variables
 2024-08-28  2:30 UTC  (7+ messages)
` [PATCH 1/2] gdb: Do not create variables when parsing expressions
` [PATCH 2/2] gdb: Tab complete internalvars in expressions

[PATCH v2 0/5] Tab complete convenience variables
 2024-08-28  1:50 UTC  (6+ messages)
` [PATCH v2 1/5] gdb: Do not create variables when parsing expressions
` [PATCH v2 2/5] gdb: Tab complete internalvars in expressions
` [PATCH v2 3/5] gdb/testsuite: Test completion of convenience variables
` [PATCH v2 4/5] gdb: Tab-complete registers in expressions
` [PATCH v2 5/5] gdb/testsuite: Test completion of register names "

[RFC][PATCH] gdb, configure: Add disable-readers option for configure
 2024-08-27 14:06 UTC  (4+ messages)

[PATCH 1/7] [gdb] Handle ^C in gnu_source_highlight_test
 2024-08-27 14:00 UTC  (7+ messages)
` [PATCH 2/7] [gdb] Make scope_exit constructor throw
` [PATCH 3/7] [gdb] Eliminate catch(...) in execute_fn_to_string
` [PATCH 4/7] [gdb] Eliminate catch(...) in target_wait
` [PATCH 5/7] [gdb] Eliminate catch(...) in pipe_command
` [PATCH 6/7] [gdb] Handle ^C in ~scoped_remote_fd
` [PATCH 7/7] [gdb] Handle SIGTERM in run_events

[PATCH v6] Change message when reaching end of reverse history
 2024-08-27 11:07 UTC  (10+ messages)

[PATCH v3] gdb: Introduce RAII signal handler setter
 2024-08-27 10:52 UTC 

[pushed] [gdb/testsuite] Fix regexp in gdb.dwarf2/dw2-inter-cu-error.exp
 2024-08-27  9:49 UTC 

[PATCH] [gdb/cli] Show readline wrapping mode for maint info screen
 2024-08-27  7:30 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH v2] [gdb/python] Make sure python sys.exit makes gdb exit
 2024-08-27  7:24 UTC  (2+ messages)
` [PING] "

[PATCH 1/2] [gdb/python] Use GDB_PY_HANDLE_EXCEPTION more often
 2024-08-27  7:22 UTC  (5+ messages)
` [PATCH 2/2] [gdb/python] Use GDB_PY_SET_HANDLE_EXCEPTION "

[PATCH 1/4] [gdb/symtab] Use [in module %s] notation more consistently in dwarf errors
 2024-08-27  7:10 UTC  (11+ messages)
` [PATCH 2/4] [gdb/symtab] Add gdb/dwarf2/error.h
` [PATCH 3/4] [gdb/symtab] Use DWARF_ERROR_PREFIX
` [PATCH 4/4] [gdb/symtab] Change DWARF_ERROR from Dwarf Error to DWARF Error

[pushed] Simplify ada_identical_enum_types_p
 2024-08-26 19:30 UTC 

[PATCH v3 0/7] Support for recording some AVX instructions
 2024-08-26 14:56 UTC  (5+ messages)
` [PATCH v3 1/7] gdb: Allow replayed threads to read and write pseudo registers

[PATCH v3] [gdbserver] Imply --once if connecting via stdio
 2024-08-26 14:46 UTC  (6+ messages)

[PATCH 1/1] gdb, btrace: Fix clang build
 2024-08-26  7:09 UTC  (7+ messages)

[PATCH v3] gdb/dwarf2: Check for null abbrev_info ptr
 2024-08-23 20:23 UTC  (3+ messages)

[PATCH v4 00/22] Add a C++ hash table to gdbsupport
 2024-08-23 18:48 UTC  (23+ messages)
` [PATCH v4 01/22] gdbsupport: add unordered_dense.h 4.4.0
` [PATCH v4 02/22] Convert compile-c-symbols.c to new hash table
` [PATCH v4 03/22] Convert filename-seen-cache.h "
` [PATCH v4 04/22] Convert linespec.c "
` [PATCH v4 05/22] Convert target-descriptions.c "
` [PATCH v4 06/22] Convert dwarf2/macro.c "
` [PATCH v4 07/22] Convert breakpoint.c "
` [PATCH v4 08/22] Convert py-framefilter.c "
` [PATCH v4 09/22] Convert disasm.c "
` [PATCH v4 10/22] Convert compile/compile.c "
` [PATCH v4 11/22] Convert type copying "
` [PATCH v4 12/22] Convert static links "
` [PATCH v4 13/22] Convert gnu-v3-abi.c "
` [PATCH v4 14/22] Convert abbrev cache "
` [PATCH v4 15/22] Convert abbrevs "
` [PATCH v4 16/22] Convert typedef hash "
` [PATCH v4 17/22] Convert all_bfds "
` [PATCH v4 18/22] Convert more DWARF code "
` [PATCH v4 19/22] Convert gdb_bfd.c "
` [PATCH v4 20/22] Convert dwarf_cu::die_hash "
` [PATCH v4 21/22] Convert dwarf2_cu::call_site_htab "
` [PATCH v4 22/22] Convert dwarf2_per_objfile::die_type_hash "

[PR 31727] Recognize -2 as a tombstone value in .debug_line
 2024-08-23 16:16 UTC  (4+ messages)
    ` [PING][PR "

[PATCH v2] gdb/dwarf2: Check for missing abbrevs
 2024-08-22 13:35 UTC  (8+ messages)

[PATCH 0/3] [gdb/symtab] Fix some issues with macro complaints
 2024-08-22 10:47 UTC  (4+ messages)
` [PATCH 1/3] [gdb/symtab] Emit malformed macro definition complaint once

[PATCH] [gdb] Handle ^C during disassembly
 2024-08-22  9:43 UTC  (6+ messages)

[PATCH v2] [gdb/symtab] Return correct reader for top-level CU in cooked_indexer::ensure_cu_exists
 2024-08-22  8:13 UTC  (3+ messages)

[PATCH] [gdb/python] Eliminate catch(...) in type_to_type_object
 2024-08-22  7:51 UTC  (3+ messages)

[PATCH] [gdb] Eliminate catch(...) in get_test_insn
 2024-08-22  7:41 UTC  (3+ messages)

[PATCH v3 00/19] Add a C++ hash table to gdbsupport
 2024-08-21 20:36 UTC  (8+ messages)
` [PATCH v3 01/19] gdbsupport: add unordered_dense.h 4.4.0

[PATCH] gdb: Fix finding the right global variable for the current namespace
 2024-08-21 20:31 UTC  (3+ messages)

[PATCH] gdb: some global_block improvements
 2024-08-21 19:47 UTC  (3+ messages)

[PATCH v2] gdb: Introduce RAII signal handler setter
 2024-08-21 18:47 UTC  (3+ messages)

[PATCHv4 0/4] More build-id checking when opening core files
 2024-08-21 18:01 UTC  (6+ messages)
` [PATCHv5 "
  ` [PATCHv5 1/4] gdb/corefile: don't pretend unavailable sections are readable
  ` [PATCHv5 2/4] gdb/corefile: improve file backed mapping handling
  ` [PATCHv5 3/4] gdb: improve shared library build-id check for core-files
  ` [PATCHv5 4/4] gdb: unify build-id to objfile lookup code

[PATCH v2 1/2] gdb: remove uses of VLA
 2024-08-21 17:42 UTC  (2+ messages)

[PATCH] [gdb] Add const to catch gdb_exception
 2024-08-21 17:04 UTC  (2+ messages)

[PATCH] [gdb] Add & in catch in svr4_handle_solib_event
 2024-08-21 16:59 UTC  (2+ messages)

[PATCH] Do not assume ELF in dwarf2/read.c
 2024-08-21 16:34 UTC  (4+ messages)

[PATCH] Fix 'catch exception' with -flto
 2024-08-21 14:56 UTC  (2+ messages)

[PATCH] [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linux
 2024-08-21 11:24 UTC  (3+ messages)

[PATCH v2] [gdb/breakpoints] Fix gdb.base/scope-hw-watch-disable.exp on arm-linux
 2024-08-21 11:09 UTC 

[PATCHv3 0/7] Further filename completion improvements
 2024-08-20 18:47 UTC  (15+ messages)
` [PATCHv4 00/14] "
  ` [PATCHv4 13/14] gdb: allow quoted filenames for commands that have custom completion
  ` [PATCHv5 00/14] Further filename completion improvements
    ` [PATCHv5 08/14] gdb: improve gdb_rl_find_completion_word for quoted words
    ` [PATCHv5 09/14] gdb: implement readline rl_directory_rewrite_hook callback
    ` [PATCHv5 10/14] gdb: new extract_single_filename_arg helper function
    ` [PATCHv5 11/14] gdb: extend completion of quoted filenames to work in brkchars phase
    ` [PATCHv5 12/14] gdb: add remove-symbol-file command completion
    ` [PATCHv5 13/14] gdb: allow quoted filenames for commands that have custom completion
    ` [PATCHv5 14/14] gdb: 'target ...' commands now expect quoted/escaped filenames

[PATCHv3] gdb: implement ::re_set method for catchpoint class
 2024-08-20 17:16 UTC  (4+ messages)
` [PATCHv4] "

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