public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCHv2 0/7] gdb: fix target_ops reference count for some cases
 2022-11-18 18:04 UTC  (15+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/7] gdb/remote: remove some manual reference count handling
  ` [PATCHv3 2/7] gdb: remove decref_target
  ` [PATCHv3 3/7] gdb: have target_stack automate reference count handling
  ` [PATCHv3 4/7] gdb: remove the pop_all_targets (and friends) global functions
  ` [PATCHv3 5/7] gdb: ensure all targets are popped before an inferior is destructed
  ` [PATCHv3 6/7] gdb/maint: add core file name to 'maint info program-spaces' output
  ` [PATCHv3 7/7] gdb: some process_stratum_target should not be shared

[PATCH 0/8] Fix some commit_resumed_state assertion failures (PR 28275)
 2022-11-18 17:34 UTC  (20+ messages)
` [PATCH 1/8] gdb/testsuite: remove global declarations in gdb.threads/detach-step-over.exp
` [PATCH 2/8] gdb/testsuite: refactor gdb.threads/detach-step-over.exp
` [PATCH 3/8] gdb: fix assert when quitting GDB while a thread is stepping
` [PATCH 4/8] gdbserver/linux: take condition out of callback in find_lwp_pid
` [PATCH 5/8] gdbserver/linux-x86: make is_64bit_tdesc accept thread as a parameter
` [PATCH 6/8] gdbserver: use current_process in ps_getpid
` [PATCH 7/8] gdbserver: switch to right process in find_one_thread
` [PATCH 8/8] gdb: disable commit resumed in target_kill

[pushed] gdbserver/linux-x86: move lwp declaration out of __x86_64__ region
 2022-11-18 17:19 UTC 

[PATCHv2 0/3] gdb/python: avoid throwing an exception over libopcodes code
 2022-11-18 16:57 UTC  (5+ messages)
` [PATCHv3 "
  ` [PATCHv3 1/3] "
  ` [PATCHv3 2/3] gdb/disasm: mark functions passed to the disassembler noexcept
  ` [PATCHv3 3/3] gdb: mark disassembler function callback types as noexcept

[PATCH] Fix gdb.cp/gdb2495.exp on powerpc64le
 2022-11-18 16:43 UTC 

[PATCH] PowerPC, fix gdb.base/retval-large-struct.exp
 2022-11-18 16:25 UTC  (7+ messages)

[PATCH] gdb/testsuite: fail if gdb_start_cmd fails
 2022-11-18 16:06 UTC 

[PATCH] Fix crash in "document" command
 2022-11-18 16:05 UTC 

[PATCH 0/4] v2 gdb/arm: Fixes for Cortex-M stack unwinding
 2022-11-18 16:01 UTC  (6+ messages)
` [PATCH v2 1/4] gdb/arm: Update active msp/psp when switching stack
` [PATCH v2 2/4] gdb/arm: Ensure that stack pointers are in sync
` [PATCH v2 3/4] gdb: dwarf2 generic implementation for caching function data
` [PATCH v2 4/4] gdb/arm: Use new dwarf2 function cache

[PATCH][PR build/29791] gnulib: Disable _GL_ATTRIBUTE_DEALLOC on Solaris
 2022-11-18 16:00 UTC  (2+ messages)

[PATCH v3] [PR python/18655] Fix deletion of FinishBreakpoints
 2022-11-18 15:56 UTC  (4+ messages)
` [PATCH v4] "
  ` [PING] "

[PATCH] gdb: fix symtab.c build on 32 bit targets
 2022-11-18 15:47 UTC  (3+ messages)

[PATCH] Fix sol-thread.c compilation on 32-bit Solaris
 2022-11-18 15:34 UTC  (2+ messages)

[PATCH v2] [PR python/29603] Disable out-of-scope watchpoints
 2022-11-18 12:17 UTC  (3+ messages)
` [PATCH v3] "
  ` [PING] "

[PATCH v2] [gdb/python] Replace gdbpy_should_stop with gdbpy_breakpoint_cond_says_stop
 2022-11-18 12:14 UTC  (3+ messages)
` [PING] "
  ` [PING^2] "

[PATCH 0/6] The DWARF assembler and Clang
 2022-11-18 11:48 UTC  (16+ messages)
` [PATCH 2/6] gdb/testsuite: fix gdb.trace/unavailable-dwarf-piece.exp with Clang
` [PATCH 3/6] gdb/testsuite: fix gdb.compile/compile-ops.exp with clang
` [PATCH 5/6] gdb/testsuite: fix gdb.debuginfod/fetch_src_and_symbols.exp with Clang
    ` [PATCHv2 0/2] Fix "
      ` [PATCHv2 1/2] gdb/testsuite: rename source file gdb.debuginfod/main.c
      ` [PATCHv2 2/2] gdb/testsuite: fix gdb.debuginfod/fetch_src_and_symbols.exp with Clang
` [PATCH 6/6] gdb/testsuite: rewrite gdb.cp/call-method-register.exp with dwarf assembler

[PATCH v2 0/2] Improve handling of using directives
 2022-11-17 22:07 UTC  (8+ messages)
` [PATCH v2 1/2] gdb/c++: validate 'using' directives based on the current line
` [PATCH v2 2/2] gdb/c++: Detect ambiguous variables in imported namespaces

[PATCH 0/2] Implement target async for Windows
 2022-11-17 18:43 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH 0/3] Do not let logging use pager
 2022-11-17 18:29 UTC  (4+ messages)
` [PATCH 1/3] Remove 'saved_output' global
` [PATCH 2/3] Don't let tee_file own a stream
` [PATCH 3/3] Don't let gdb_stdlog use pager

[pushed] Use boolean literals for pagination_enabled
 2022-11-17 16:38 UTC 

[PATCH] gdb: new --with-pkgversion-suffix configure option
 2022-11-17 16:26 UTC  (5+ messages)

[PATCH] gdb: new $_inferior_threads convenience variable
 2022-11-17 14:51 UTC  (3+ messages)
` [PATCHv2] gdb: new $_inferior_thread_count "

[pushed] Remove two obsolete declarations
 2022-11-17 14:46 UTC 

[PATCH] gdb/testsuite: fix failure in gdb.python/py-send-packet.exp
 2022-11-17 14:37 UTC  (2+ messages)

[PATCH] Fix call functions command bug in 64-bit programs for AIX
 2022-11-17 12:54 UTC  (15+ messages)

[PATCH] [obv] Document the memory_tagged argument for memory region callbacks
 2022-11-17 10:31 UTC 

[PATCH] gdb/fortran/testsuite: print values and types of string variables
 2022-11-17 10:27 UTC  (3+ messages)

[PATCH] Fix various procfs.c compilation errors
 2022-11-17 10:08 UTC  (8+ messages)

[Ping v3] [PATCH 1/1] gdb: Enable complete to show members of anonymous classes/structs
 2022-11-17  9:19 UTC 

[PING] [PATCH v7 00/10] Extensions for PTWRITE
 2022-11-17  9:18 UTC 

[pushed] [gdb/testsuite] Fix DUPLICATE in gdb.arch/ppc-fp.exp
 2022-11-17  8:12 UTC 

TUI enhancement suggestion
 2022-11-17  6:30 UTC  (18+ messages)
                        ` [PATCH] Add "set style tui-current-position on|off" default to off

[PATCH 2/2 ver 3] PowerPC, fix support for printing the function return value for non-trivial values
 2022-11-16 21:15 UTC  (15+ messages)
            ` [PATCH] Change NULL to nullptr in gdb/infcmd.c and gdb/infrun.c

[PATCH] Bounds check access to Ada task state names
 2022-11-16 21:00 UTC 

[PATCH] gdb/infrun: reset thread control's step info in end_stepping_range
 2022-11-16 18:56 UTC 

[PATCHv2] Use toplevel configure for GMP and MPFR for gdb
 2022-11-16 18:50 UTC  (4+ messages)

[PATCH] Add myself to the gdb/MAINTAINERS write-after-approval list
 2022-11-16 17:31 UTC 

[PATCH 00/14] Remove all uses of 'then' keyword from the testsuite
 2022-11-16 17:20 UTC  (17+ messages)
` [PATCH 01/14] gdb/testsuite: remove DOS line endings from a test script
` [PATCH 02/14] gdb/testsuite: remove use of then keyword from gdb.ada/*.exp
` [PATCH 03/14] gdb/testsuite: remove use of then keyword from gdb.base/*.exp
` [PATCH 04/14] gdb/testsuite: remove use of then keyword from gdb.arch/*.exp
` [PATCH 05/14] gdb/testsuite: remove use of then keyword from gdb.cp/*.exp
` [PATCH 06/14] gdb/testsuite: remove use of then keyword from gdb.python/*.exp
` [PATCH 07/14] gdb/testsuite: remove use of then keyword from gdb.threads/*.exp
` [PATCH 08/14] gdb/testsuite: remove use of then keyword from gdb.trace/*.exp
` [PATCH 09/14] gdb/testsuite: remove use of then keyword from gdb.reverse/*.exp
` [PATCH 10/14] gdb/testsuite: remove use of then keyword from gdb.disasm/*.exp
` [PATCH 11/14] gdb/testsuite: remove use of then keyword from gdb.fortran/*.exp
` [PATCH 12/14] gdb/testsuite: remove use of then keyword from gdb.multi/*.exp
` [PATCH 13/14] gdb/testsuite: remove use of then keyword from gdb.*/*.exp scripts
` [PATCH 14/14] gdb/testsuite: remove use of then keyword from library files

[PATCH] Guard against frame.c destructors running before frame-info.c's
 2022-11-16 16:28 UTC  (9+ messages)

[PATCH] gdb: make "start" breakpoint inferior-specific
 2022-11-16 16:26 UTC  (10+ messages)
` [PATCH v2] "

[pushed] [gdb/testsuite] Use gdb_gcore_cmd in gdb.threads/gcore-thread.exp
 2022-11-16 16:14 UTC 

[PATCH v3] gdb/gcore: interrupt all threads before generating the corefile
 2022-11-16 12:36 UTC 

[PATCH] [gdb/testsuite] Don't generate core in gdb.base/bt-on-fatal-signal.exp
 2022-11-16 11:22 UTC 

[pushed 1/2] [gdb/testsuite] Fix gdb.arch/ppc64-symtab-cordic.exp without bzip2
 2022-11-16 10:20 UTC  (2+ messages)
` [pushed 2/2] [gdb/testsuite] Modernize gdb.arch/i386-biarch-core.exp

gprofng patch to review
 2022-11-16 10:07 UTC  (5+ messages)

[PATCH] Enable vector instruction debugging for AIX
 2022-11-15 19:03 UTC  (6+ messages)

[PATCH V2] gdb: use libtool in GDB_AC_CHECK_BFD
 2022-11-15 19:01 UTC  (4+ messages)

[pushed] Fix crash in ada_print_type
 2022-11-15 18:54 UTC 

[PATCH] Fix range type signed-ness heuristic
 2022-11-15 18:49 UTC 

[PATCH] 0001-Fix-multi-thread-debug-bug-in-AIX.patch
 2022-11-15 18:16 UTC  (6+ messages)

[PATCH] Enable multi process debugging for AIX
 2022-11-15 18:13 UTC  (15+ messages)

[PATCH] Update Ada tasks documentation
 2022-11-15 18:04 UTC  (2+ messages)

[PATCH] gdb/testsuite: get_set_option_choices: expect \r\n after each item
 2022-11-15 15:49 UTC  (5+ messages)

[PATCH 0/7] introduce get_runtime_path
 2022-11-15 14:39 UTC  (7+ messages)
` [PATCH 2/7] [gdb/testsuite] fix test gdb.base/print-file-var.exp for remote execution

[PATCH 0/9] [gdb/testsuite] Fix remote target test fails
 2022-11-15 14:31 UTC  (6+ messages)
` [PATCH 3/9] [gdb/testsuite] Add REMOTE_TARGET_USERNAME in remote-gdbserver-on-localhost.exp

[PATCH] [gdb/testsuite] Skip aarch64 in skip_gdbserver_test if no xml support
 2022-11-15 12:57 UTC  (2+ messages)

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