[PATCH 0/3] Small step in supporting AVX instructions
2024-06-06 17:01 UTC (15+ messages)
` [PATCH 1/3] gdb: Start supporting AVX instruction
` [PATCH 2/3] gdb/record: add support to vmovd and vmovq instructions
` [PING][PATCH 0/3] Small step in supporting AVX instructions
[PATCH 0/8] Extension for looking up debug info by build-id
2024-06-06 16:58 UTC (14+ messages)
` [PATCH 1/8] gdb/fileio: fix errno for packets where an attachment is expected
` [PATCH 2/8] gdb: avoid duplicate search in build_id_to_bfd_suffix
` [PATCH 3/8] gdb: warn of slow remote file reading only after a successful open
` [PATCH 4/8] gdb: convert separate-debug-file to new(ish) debug scheme
` [PATCH 5/8] gdb: add target_fileio_stat, but no implementations yet
` [PATCH 6/8] gdb: add GDB side target_ops::fileio_stat implementation
` [PATCH 7/8] gdbserver: add gdbserver support for vFile::stat packet
` [PATCH 8/8] gdb: check for multiple matching build-id files
[PATCHv2 0/8] Further filename completion improvements
2024-06-06 16:24 UTC (13+ messages)
` [PATCHv3 0/7] "
` [PATCHv3 1/7] gdb: split apart two different types of filename completion
` [PATCHv3 2/7] gdb: improve escaping when completing filenames
` [PATCHv3 3/7] gdb: move display of completion results into completion_result class
` [PATCHv3 4/7] gdb: simplify completion_result::print_matches
` [PATCHv3 5/7] gdb: add match formatter mechanism for 'complete' command output
` [PATCHv3 6/7] gdb: apply escaping to filenames in 'complete' results
` [PATCHv3 7/7] gdb: improve gdb_rl_find_completion_word for quoted words
[PATCH 0/2] Remove MPX
2024-06-06 14:55 UTC (8+ messages)
` [PATCH 1/2] gdb, testsuite, python: Add missing imports
` [PATCH 2/2] gdb, gdbserver, python, testsuite: Remove MPX
[PATCH 0/6] Remove accessor macros from linespec.c
2024-06-06 14:45 UTC (7+ messages)
` [PATCH 1/6] Remove PARSER_STATE macro
` [PATCH 2/6] Remove PARSER_RESULT macro
` [PATCH 3/6] Remove PARSER_EXPLICIT macro
` [PATCH 4/6] Remove PARSER_STREAM macro
` [PATCH 5/6] Remove LS_TOKEN_KEYWORD macro
` [PATCH 6/6] Remove LS_TOKEN_STOKEN macro
[PATCH 0/4] gdb/doc: build fixes and improvements
2024-06-06 11:59 UTC (6+ messages)
` [PATCHv2 0/5] gdb/doc: parallel "
` [PATCHv2 2/5] gdb/doc: allow for version.subst in the source tree
[PATCHv6 0/9] x86/Linux Target Description Changes
2024-06-06 9:16 UTC (18+ messages)
` [PATCHv7 "
` [PATCHv7 7/9] gdb/gdbserver: share some code relating to target description creation
` [PATCHv7 8/9] gdbserver: update target description creation for x86/linux
` [PATCHv8 0/9] x86/Linux Target Description Changes
` [PATCHv8 1/9] gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition
` [PATCHv8 2/9] gdbserver/x86: move no-xml code earlier in x86_linux_read_description
` [PATCHv8 3/9] gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory
` [PATCHv8 4/9] gdb: move have_ptrace_getregset declaration "
` [PATCHv8 5/9] gdb/x86: move reading of cs and ds state "
` [PATCHv8 6/9] gdb: move xcr0 == 0 check into i386_linux_core_read_description
` [PATCHv8 7/9] gdb/gdbserver: share some code relating to target description creation
` [PATCHv8 8/9] gdbserver: update target description creation for x86/linux
` [PATCHv8 9/9] gdb/gdbserver: share x86/linux tdesc caching
[PATCH 0/3] Minor amd64/avx512 improvments
2024-06-06 9:12 UTC (3+ messages)
` [PATCH 3/3] gdb: rename offset to high bits in ymm registers
[PATCH 0/8] Remove obstack allocation of hash tables
2024-06-05 17:19 UTC (9+ messages)
` [PATCH 1/8] Don't obstack-allocate the DIE hash
` [PATCH 2/8] Don't obstack-allocate the CU dependency hash table
` [PATCH 3/8] Rename symtab::fullname
` [PATCH 4/8] Make symtab members private
` [PATCH 5/8] Add compunit_symtab::forget_cached_source_info
` [PATCH 6/8] Don't obstack-allocate the call site hash table
` [PATCH 7/8] Remove hashtab_obstack_allocate
` [PATCH 8/8] Prefer htab_traverse_noresize
[PATCH v3 0/3] DAP: Handle "stepOut" request in outermost frame
2024-06-05 16:01 UTC (7+ messages)
` [PATCH 1/3] DAP: Allow for deferring stop events from gdb thread
` [PATCH 2/3] DAP: Allow gdb exception in exec_and_log to propagate
` [PATCH 3/3] DAP: Handle "stepOut" request in outermost frame
[PATCH 0/4] Require help text to fit in 80 columns
2024-06-05 15:11 UTC (6+ messages)
` [PATCH 1/4] Call gdbpy_fix_doc_string_indentation for function help
` [PATCH 2/4] Wrap help strings at 80 columns
` [PATCH 3/4] Wrap help options when building help string
` [PATCH 4/4] Ensure that help text fits in 80 columns
[PATCHv10 0/9] thread-specific breakpoints in just some inferiors
2024-06-05 13:32 UTC (11+ messages)
` [PATCHv11 "
` [PATCHv11 1/9] gdb: don't display inferior list for pending breakpoints
` [PATCHv11 2/9] gdb: remove breakpoint_re_set_one
` [PATCHv11 3/9] gdb: remove tracepoint_probe_create_sals_from_location_spec
` [PATCHv11 4/9] gdb: make breakpoint_debug_printf global
` [PATCHv11 5/9] gdb: add another overload of startswith
` [PATCHv11 6/9] gdb: create new is_thread_id helper function
` [PATCHv11 7/9] gdb: parse pending breakpoint thread/task immediately
` [PATCHv11 8/9] gdb: don't set breakpoint::pspace in create_breakpoint
` [PATCHv11 9/9] gdb: only insert thread-specific breakpoints in the relevant inferior
[PATCH 0/4] gdb/testsuite: remove can_spawn_for_attach_1
2024-06-05 13:27 UTC (11+ messages)
` [PATCH 1/4] gdb/testsuite: remove trailing \r from rust_llvm_version result
` [PATCH 2/4] gdb/testsuite: improve with_override
` [PATCH 3/4] gdb/testsuite: restructure gdb_data_cache (lib/cache.exp)
` [PATCH 4/4] gdb/testsuite: track if a caching proc calls gdb_exit or not
` [PATCHv2 0/2] gdb/testsuite: remove can_spawn_for_attach_1
` [PATCHv2 1/2] gdb/testsuite: restructure gdb_data_cache (lib/cache.exp)
` [PATCHv2 2/2] gdb/testsuite: track if a caching proc calls gdb_exit or not
[PATCH] gdb: more filename styling in remote.c and target.c
2024-06-05 9:18 UTC (3+ messages)
[COMMITTED] Fix binutils/gdb snapshot builds after src-release sanity check update
2024-06-04 21:28 UTC
[PATCH 0/1] Fix list command before program is started
2024-06-04 19:59 UTC (5+ messages)
` [PATCH 1/1] gdb: improve 'list' command before program start
[PATCH v4] Allow calling of user-defined function call operators
2024-06-04 17:56 UTC
[PATCH 0/3] Return a global scope from DAP scopes request
2024-06-04 17:14 UTC (2+ messages)
[PATCH] Put "source" into DAP scope
2024-06-04 16:36 UTC (2+ messages)
[PATCH 0/3] Better type safety for bcache
2024-06-04 16:13 UTC (2+ messages)
[PATCH] Rely on std::uncaught_exceptions
2024-06-04 15:52 UTC (2+ messages)
[FYI] Add myself to gdb/MAINTAINERS
2024-06-04 15:39 UTC
[PATCH] Remove one call to can_box from TUI
2024-06-04 13:50 UTC (4+ messages)
[PATCH 0/2] Add tests for finding debug information within sysroot
2024-06-04 12:40 UTC (6+ messages)
` [PATCH 2/2] gdb/testsuite: tests for debug lookup within the sysroot
[PATCH] gdb/Makefile.in: silence recipe for creating .deps/ directories
2024-06-04 12:24 UTC (3+ messages)
[PATCH 0/2] gdb: LoongArch: Add support for hardware watchpoint & breakpoint
2024-06-04 8:30 UTC (2+ messages)
GDB 15.1 release update (2024-06-01)
2024-06-04 2:11 UTC (3+ messages)
[PATCH] Remove useless call to wnoutrefresh
2024-06-03 21:28 UTC
[PATCH v6] Add a test for the gcore script
2024-06-03 20:16 UTC (2+ messages)
[PATCH] Simplify ada_lookup_encoded_symbol
2024-06-03 18:53 UTC
[PATCH] gdb/testsuite: fix unresolved test in gdb-caching-proc-consistency.exp
2024-06-03 18:19 UTC (3+ messages)
[PATCH v3] Allow calling of user-defined function call operators
2024-06-03 18:09 UTC (2+ messages)
[PATCH v4 0/3] Add support for AArch64 MOPS instructions
2024-06-03 17:09 UTC (4+ messages)
[pushed] Fix deprecation text
2024-06-03 16:48 UTC
[PATCH 0/3] Add amd64 LAM watchpoint support
2024-06-03 16:37 UTC (5+ messages)
` [PATCH 3/3] LAM: Support kernel space debugging
` [PING][PATCH "
[PATCH] [gdb/testsuite] Fix error in gdb.server/server-kill-python.exp
2024-06-03 15:27 UTC (3+ messages)
[PATCH] [gdbserver] Imply --once if connecting via stdio
2024-06-03 15:25 UTC (3+ messages)
[PATCH] Enable call of overloaded subscript operator from python
2024-06-03 15:24 UTC (3+ messages)
[PATCH] Allow calling of convenience functions with python
2024-06-03 15:20 UTC (3+ messages)
[PATCH] [gdb/testsuite] Fix kfail number in gdb.base/watchpoint-running.exp
2024-06-03 15:11 UTC
[PATCH 1/3] [gdb/exp] Fix target type of complex long double on arm
2024-06-03 15:04 UTC (6+ messages)
[PATCH 1/3] gdb/tui: change some macros to functions
2024-06-03 14:57 UTC (6+ messages)
` [PATCH 2/3] gdb: add IWYU export pragams to gdb_curses.h
` [PATCH 3/3] gdb/tui: cleanup includes
[PATCH 0/4] Cleanups, remove get_exec_file
2024-06-03 14:53 UTC (2+ messages)
[PATCH v2 0/3] Add amd64 LAM watchpoint support
2024-06-03 14:25 UTC (11+ messages)
` [PATCH v2 1/3] gdb: Make tagged pointer support configurable
` [PATCH v2 2/3] LAM: Enable tagged pointer support for watchpoints
[PATCH] src-release.sh: Use -T0 for xz compression
2024-06-03 9:36 UTC (5+ messages)
[PATCH] [gdb/testsuite] Fix timeout in gdb.tui/resize-2.exp
2024-06-03 5:50 UTC (3+ messages)
[PATCH 1/1 V5] gdb : Signal to pstack/gdb kills the attached process
2024-06-03 5:21 UTC (5+ messages)
[PATCH] Remove a call to fflush
2024-06-02 16:41 UTC
[pushed] Fix typo in tui-data.h
2024-06-02 16:35 UTC
[PATCH] Make tui_register_info::highlight private
2024-06-02 16:25 UTC
[PATCH v3 1/6] gdb.server/non-existing-program.exp: Use gdbserver_start
2024-06-02 16:24 UTC (6+ messages)
` [PATCH v3 2/6] gdb/ser-pipe.c: Duplicate the file descriptors
` [PATCH v3 3/6] Add new vDefaultInferiorFd packet
` [PATCH v3 4/6] gdbserver/linux-low.cc: Connect the inferior to the terminal
` [PATCH v3 5/6] remote.c: Add terminal handling functions
` [PATCH v3 6/6] Add defaultinf.exp test to the testsuite
[PING] sim: riscv: Ping for several patches
2024-06-02 12:39 UTC
GDB 15.1 release update (2024-05-19)
2024-06-02 8:12 UTC (3+ messages)
GDB 15.0.91 available for testing
2024-06-01 15:59 UTC
gdb-15 branch FROZEN
2024-06-01 15:58 UTC (2+ messages)
` gdb-15 branch OPEN for changes again (was: "gdb-15 branch FROZEN")
[release/branch] Bump GDB's version number to 15.0.91.DATE-git
2024-06-01 15:57 UTC
[release/branch] Set GDB version number to 15.0.91
2024-06-01 15:47 UTC
[PATCH] [gdb] Prune inferior after switching inferior
2024-06-01 12:27 UTC (4+ messages)
` [PING][PATCH] "
` [PING^2][PATCH] "
` [PING^3][PATCH] "
[PATCH 0/3] On-demand debuginfo downloading
2024-05-31 20:58 UTC (10+ messages)
` [PATCH 1/3 v3] gdb/progspace: Add reverse safe iterator
` [PING][PATCH "
` [PING*2][PATCH "
` [PATCH 2/3 v6] gdb/debuginfod: Support on-demand debuginfo downloading
` [PING][PATCH "
` [PING*2][PATCH "
` [PATCH 3/3 v6] gdb/debuginfod: Add .debug_line downloading
` [PING][PATCH "
` [PING*2][PATCH "
[PATCH v4] gdb/debuginfod: Ctrl-C asks to cancel further downloads
2024-05-31 20:57 UTC (4+ messages)
` [PING][PATCH "
` [PING*2][PATCH "
` [PING*3][PATCH "
[PATCH] [gdbsupport] Fix -Wenum-constexpr-conversion in enum-flags.h
2024-05-31 18:15 UTC
[PATCH 1/5] Restore bitshift.exp tests
2024-05-31 11:48 UTC (4+ messages)
` [PATCH 2/5] Fix right shift of negative numbers
` [PATCH 4/5] Fix 64-bit shifts where long only has 32-bit size
` [PATCH 5/5] Fix cast types for opencl
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox