Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH v2 1/4] [gdb/python] Add gdbpy_handle_gdb_exception
 2024-08-28  8:20 UTC  (2+ messages)
` [PATCH v2 3/4] [gdb/python] Eliminate GDB_PY_SET_HANDLE_EXCEPTION

[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 "

[PATCH] gdb: improve line number lookup around inline functions
 2024-08-27 21:40 UTC  (4+ messages)

[PATCH 1/4] [gdb/python] Add gdbpy_handle_gdb_exception
 2024-08-27 18:40 UTC  (5+ 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

[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] gdb/testsuite: fix gdb.btrace/non-stop.exp end of history check
 2024-08-27 11:44 UTC  (2+ messages)

[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] Don't check dwarf2_name in process_enumeration_scope
 2024-08-26 19:23 UTC 

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

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

[PATCHv4 0/3] New inline-frames and blocks maintenance commands
 2024-08-26 14:22 UTC  (11+ messages)
` [PATCHv5 0/4] "
  ` [PATCHv5 1/4] Revert "gdb: remove inline_frame::skipped_frames"
  ` [PATCHv5 2/4] gdb: make symbols const in struct inline_state
  ` [PATCHv5 3/4] gdb: Add 'maint info inline-frames' command
  ` [PATCHv5 4/4] gdb: add 'maint info blocks' command

[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 "

[PATCH 0/3] disabled_by_cond fixes for breakpoints
 2024-08-23 16:42 UTC  (7+ 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

[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 v3] gdb: Update SECURITY.txt to mention extension scripts and internal errors
 2024-08-21 13:52 UTC  (2+ messages)
` [PING][PATCH "

[PATCH 0/3] fix gdb.mi testsuite folder, when using clang
 2024-08-21 11:50 UTC  (4+ messages)
` [PING][PATCH "

[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  (22+ 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 01/14] gdb: split apart two different types of filename completion
    ` [PATCHv5 02/14] gdb: deprecated filename_completer and associated functions
    ` [PATCHv5 03/14] gdb: improve escaping when completing filenames
    ` [PATCHv5 04/14] gdb: move display of completion results into completion_result class
    ` [PATCHv5 05/14] gdb: simplify completion_result::print_matches
    ` [PATCHv5 06/14] gdb: add match formatter mechanism for 'complete' command output
    ` [PATCHv5 07/14] gdb: apply escaping to filenames in 'complete' results
    ` [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] "

[PATCH] libiberty: sync with gcc
 2024-08-20 17:01 UTC 

[PATCH 0/4] gdb/testsuite: remove can_spawn_for_attach_1
 2024-08-20 15:25 UTC  (14+ messages)
` [PATCH 4/4] gdb/testsuite: track if a caching proc calls gdb_exit or not

[PATCH v2 0/6] Refinement of scheduler-locking settings
 2024-08-20 14:42 UTC  (3+ messages)
  ` [PING][PATCH "

[PATCH v2] Fix Windows regression
 2024-08-20 14:04 UTC  (2+ messages)

[PATCH v12 00/10] Extensions for PTWRITE
 2024-08-20 13:56 UTC  (7+ messages)
` [PATCH v12 01/10] btrace: Introduce auxiliary instructions

[PATCH] [gdb/testsuite] Fix gdb.python/py-mi-cmd.exp with python 3.13
 2024-08-20 13:53 UTC  (3+ messages)

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

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

[PATCH 1/1] gdb, testsuite: fix gdb.reverse/func-map-to-same-line with icx
 2024-08-20 10:00 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