[PATCHv2 0/8] Further filename completion improvements
2024-06-05 13:36 UTC (7+ 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 6/7] gdb: apply escaping to filenames in 'complete' results
` [PATCHv3 7/7] gdb: improve gdb_rl_find_completion_word for quoted words
[PATCHv10 0/9] thread-specific breakpoints in just some inferiors
2024-06-05 13:32 UTC (9+ 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
[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 0/8] Extension for looking up debug info by build-id
2024-06-05 13:15 UTC (9+ 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
[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 0/3] Small step in supporting AVX instructions
2024-06-04 19:10 UTC (2+ messages)
` [PING][PATCH "
[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 v3 0/3] DAP: Handle "stepOut" request in outermost frame
2024-06-04 14:01 UTC (5+ 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] 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 0/4] Require help text to fit in 80 columns
2024-06-03 17:57 UTC (5+ 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
[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 (6+ messages)
` [PATCH 1/4] gdb: make progspace::exec_filename private, add getter / setter
` [PATCH 2/4] gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_filename ()`
` [PATCH 3/4] gdb: remove dead code in nto-procfs.c
` [PATCH 4/4] gdb: remove get_exec_file
[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 0/4] gdb/doc: build fixes and improvements
2024-06-03 14:22 UTC (9+ messages)
` [PATCHv2 0/5] gdb/doc: parallel "
` [PATCHv2 1/5] gdb/doc: don't try to copy GDBvn.texi from the source tree
` [PATCHv2 2/5] gdb/doc: allow for version.subst in "
` [PATCHv2 3/5] gdb/doc: also look in srcdir when running TEXI2POD
` [PATCHv2 4/5] gdb/doc: fix parallel build of refcard related targets
` [PATCHv2 5/5] gdb/doc: fix parallel build of pdf and dvi files
[PATCH] src-release.sh: Use -T0 for xz compression
2024-06-03 9:36 UTC (6+ 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 (5+ messages)
` [PATCH 2/5] Fix right shift of negative numbers
` [PATCH 3/5] Fix too-large or negative "
` [PATCH 4/5] Fix 64-bit shifts where long only has 32-bit size
` [PATCH 5/5] Fix cast types for opencl
[PATCH 0/3] Minor amd64/avx512 improvments
2024-05-31 7:35 UTC (7+ messages)
` [PATCH 1/3] gdb, doc: Fix AVX-512 documentation
` [PATCH 2/3] gdb, amd64: remove unused forward declerations
[pushed] gdb: remove unused includes in utils.h
2024-05-31 2:46 UTC
[PATCH 0/3] Cosmetic changes in enum flags code
2024-05-30 20:28 UTC (4+ messages)
` [PATCH 1/3] gdbsupport: remove C enum flags fallback
` [PATCH 2/3] gdb, gdbsupport: use `using` in enum flags code
` [PATCH 3/3] gdb: change names of enumerations in enum flags selftest
[pushed] gdb: remove unused includes in symfile.c
2024-05-30 19:21 UTC
[pushed] gdb: remove unused includes in breakpoint.{c,h}
2024-05-30 19:21 UTC
[PATCH] Move dwarf2_per_bfd::index_addrmap to mapped_gdb_index
2024-05-30 18:40 UTC (2+ messages)
[PATCH] Don't let exception terminate 'rbreak'
2024-05-30 17:54 UTC
GDB 15.1 release update (2024-05-26)
2024-05-30 16:31 UTC (3+ messages)
[PATCH] .gitignore: ignore .vscode
2024-05-30 11:10 UTC (2+ messages)
[PATCH 1/3] [gdb/exp] Allow internal function to indicate return type
2024-05-30 10:35 UTC (3+ messages)
` [PATCH 2/3] [gdb/exp] Fix ptype $_creal/$_cimag
` [PATCH 3/3] [gdb/testsuite] Simplify gdb.base/complex-parts.exp
[PATCH 0/6] Cleanups and generalizations of lookup_local_symbol
2024-05-29 17:40 UTC (7+ messages)
` [PATCH 1/6] Rename is_cplus_template_function
` [PATCH 2/6] Move search_symbol_list to symtab.c
` [PATCH 3/6] Examine template symbols in lookup_local_symbol
` [PATCH 4/6] Simplify lookup_local_symbol
` [PATCH 5/6] Remove an unnecessary null check from lookup_local_symbol
` [PATCH 6/6] Introduce language_defn::lookup_symbol_local
[PATCH v2] [RFC] Contributing a thread fork testcase for AIX
2024-05-29 11:25 UTC (3+ messages)
[PATCH] Use bool in thread_events
2024-05-28 19:59 UTC (2+ messages)
[PATCH v2 0/5] Cleanups in lookup_minimal_symbol_by_pc_section
2024-05-28 19:23 UTC (6+ messages)
` [PATCH v2 1/5] Compare section index "
` [PATCH v2 2/5] Remove unnecessary null check "
` [PATCH v2 3/5] Hoist a call to frob_address
` [PATCH v2 4/5] Use bound_minimal_symbol more in lookup_minimal_symbol_by_pc_section
` [PATCH v2 5/5] Fix address comparison "
[PATCH 1/1] gdb: use alternative for demangled name for non-demangeable linkage names
2024-05-28 18:15 UTC
[pushed] Make tui_win_info::make_window non-virtual
2024-05-28 17:49 UTC
[PATCH] gdb/doc: use silent-rules.mk in the Makefile
2024-05-28 15:25 UTC (14+ messages)
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