public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] Small cleanups in macro code
 2020-06-28 16:56 UTC  (3+ messages)
` [PATCH 1/3] gdb: remove callback in macro expand functions
` [PATCH 2/3] gdb: make macro_expand_next return a gdb::unique_xmalloc_ptr<char>

[PATCH v2 1/2] guile: Add support for Guile 2.2
 2020-06-28 16:51 UTC  (12+ messages)
` [PATCH v3 0/2] Add support for Guile 3.0 and 2.2
  ` [PATCH v3 1/2] guile: Add support for Guile 2.2
        ` [PATCH v4 "
        ` [PATCH v4 2/2] guile: Add support for Guile 3.0
  ` [PATCH v3 "

[PATCH] Remove "cmd_type" function
 2020-06-28 16:38 UTC  (3+ messages)

[Bug gdb/25475] FAIL: gdb.server/solib-list.exp: non-stop 0/1: target remote (got interactive prompt)
 2020-06-28 16:37 UTC  (2+ messages)

[committed][gdb/testsuite] Update psym-external-decl.exp for gcc-10/clang
 2020-06-28 10:50 UTC  (9+ messages)

[RFA] Fine tune exec-file-mismatch help and documentation
 2020-06-28  2:25 UTC  (2+ messages)

[PATCH 0/6] Handle UTF-8 in TUI source windows
 2020-06-27 21:20 UTC  (7+ messages)
` [PATCH 1/6] Remove test duplicate from gdb.tui
` [PATCH 2/6] Use an inner window in tui_py_window
` [PATCH 3/6] Remove a call to show_source_line from TUI
` [PATCH 4/6] Use a curses pad for source and disassembly windows
` [PATCH 5/6] Use ISCNTRL in tui_copy_source_line
` [PATCH 6/6] Rewrite tui_puts

FYI: daily snapsthots broken and disabled (since early March!)
 2020-06-27 18:51 UTC  (2+ messages)

[pushed] gdbsupport: add format attribute to print_xml_feature::add_line
 2020-06-27 18:40 UTC 

GDB 10 branching - 2020-06-27 Update
 2020-06-27 15:40 UTC 

[PATCH] Make {get,set}_inferior_io_terminal inferior methods
 2020-06-27 14:02 UTC  (3+ messages)

[patch] gdb/testsuite: Fix POSIX-isms in gdb.base/shell.exp
 2020-06-26 22:22 UTC  (8+ messages)

GDB 10.1 release: branching early July?
 2020-06-26 19:27 UTC  (4+ messages)

[PATCH] Fix -Wstring-compare testcase build failure
 2020-06-26 13:54 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH][gdb/testsuite] Limit default_target_compile override
 2020-06-26 11:35 UTC  (3+ messages)

[PATCH] gdb: make inferior::terminal a unique ptr
 2020-06-25 21:45 UTC  (13+ messages)

[patch] gdb/testsuite: Skip directory tests in gdb.base/info_sources.exp on remote host
 2020-06-25 20:41 UTC 

[PATCH v5 01/12] Fix --enable-libctf and --disable-static
 2020-06-25 20:18 UTC 

[PATCH] Use fork instead of vfork on Solaris
 2020-06-25 15:27 UTC  (2+ messages)

[RFC][PATCH] Move common handlers to sol2_init_abi
 2020-06-25 15:20 UTC  (11+ messages)
    ` [PATCH] Don't include *sol2-tdep.o on Linux/sparc*
    ` [PATCH] Remove obsolete gdbarch_static_transform_name

[PATCH v3 0/9] Fix BZ 25631 - core file memory access problem
 2020-06-25 14:32 UTC  (9+ messages)
` [PATCH v3 5/9] Test ability to access unwritten-to mmap data in core file
` [PATCH v3 7/9] Use NT_FILE note section for reading core target memory
` [PATCH v3 9/9] New core file tests with mappings over existing program memory

[RFAv2] Make test names unique in python.exp and guile.exp
 2020-06-25 14:27 UTC  (3+ messages)

[OB PATCH] Fix build errors in with clang in gdb.compile/compile-cplus.c
 2020-06-24 22:30 UTC  (5+ messages)
    ` [PATCH] W/ Clang, compile/link C++ test programs with "-x c++"

[OB PATCH] Build two gdb.cp testcases with -Wno-unused-comparison
 2020-06-24 22:26 UTC  (9+ messages)
          ` [PATCH] W/ Clang, compile C/C++ testcases with -Wno-unknown-warning-option

[RFA] Fixes PR 25475: ensure exec-file-mismatch "ask" always asks in case of mismatch
 2020-06-24 12:18 UTC  (4+ messages)

[RFA] Make test names unique in python.exp and guile.exp
 2020-06-24 11:28 UTC  (5+ messages)

[PATCH] Improve intel IBT support
 2020-06-24  1:28 UTC  (14+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] Add i386 support for endbr skipping
  ` [PATCH v2 2/2] Refactor amd64_analyze_prologue
      ` [PATCH v3 0/7] Improve intel IBT support
        ` [PATCH v3 1/7] Add i386 support for endbr skipping
        ` [PATCH v3 2/7] amd64_analyze_prologue: swap upper bound check condition operands
        ` [PATCH v3 3/7] amd64_analyze_prologue: merge op and buf
        ` [PATCH v3 4/7] amd64_analyze_prologue: invert a condition for readability
        ` [PATCH v3 5/7] amd64_analyze_prologue: gradually update pc
        ` [PATCH v3 6/7] amd64_analyze_prologue: fix incorrect comment
        ` [PATCH v3 7/7] amd64_analyze_prologue: use target_read_code instead of read_code

[PATCH] Fix issues with reading rnglists, especially from dwo files, for DWARF v5
 2020-06-23 19:04 UTC  (8+ messages)

[PATCH v2 0/7] Some user-friendliness changes
 2020-06-23 18:18 UTC  (13+ messages)
` [PATCH v2 1/7] Introduce read_entire_file
` [PATCH v2 2/7] Add "help news"
` [PATCH v2 3/7] Add "tips" file to gdb
` [PATCH v2 4/7] Add get_standard_config_dir function
` [PATCH v2 5/7] Add early startup command file
` [PATCH v2 6/7] Let the user control the startup style
` [PATCH v2 7/7] Add "set startup-quietly"

[PATCH 00/28] Decouple inferior_ptid/inferior_thread(); dup ptids in thread list (PR/25412)
 2020-06-23 17:58 UTC  (7+ messages)
` [PATCH 28/28] "
      ` [PATCH] Fix "maint selftest" regression, add struct, scoped_mock_context

[PATCH 0/5] Python Unwinders and Inline Frames
 2020-06-23 14:16 UTC  (4+ messages)
` [PATCH 5/5] gdb: Fix Python unwinders and inline frames

[OB PATCH] Avoid testcase build failures with -Wunused-value
 2020-06-23 14:13 UTC  (5+ messages)
  ` [OB PATCH] Improve -Wunused-value testcase build failures fix

[PATCHv2 0/3] Additional maintenance command for dumping target descriptions
 2020-06-23 13:58 UTC  (5+ messages)
` [PATCHv2 3/3] gdb: New maintenance command to print XML target description

[patch] gdb/testsuite: Adjust command completion output when TUI is disabled
 2020-06-23 12:06 UTC  (3+ messages)

[PUSHED] gdb: Add --with-python-libdir to gdb's --configuration output
 2020-06-23  9:07 UTC 

[PATCH v2 0/3] Handling multiple JITers
 2020-06-23  8:16 UTC  (13+ messages)
` [PATCH v2 2/3] gdb/jit: return bool in jit_breakpoint_re_set_internal and jit_read_descriptor
` [PATCH v2 3/3] gdb/jit: enable tracking multiple jitter objfiles

Regression with commit 37ab86550b9 [gdb/testsuite] Limit default_target_compile override
 2020-06-22 21:36 UTC  (2+ messages)

GDB 10 branching - 2020-06-21 Update
 2020-06-22 21:07 UTC  (6+ messages)

[RFAv8 0/3] Allow the user to define default args for aliases
 2020-06-22 20:40 UTC  (9+ messages)
` [RFAv8 1/3] default-args: allow to define default arguments "
` [RFAv8 2/3] Add tests for new alias default-args related commands and arguments
` [RFAv8 3/3] NEWS and documentation for alias default-args related concept and commands

[PATCH] gdb: fix documentation of gdbarch_displaced_step_copy_insn
 2020-06-22 20:35 UTC 

[PATCH] Fix inline frame unwinding breakage
 2020-06-22 15:49 UTC  (9+ messages)

[PATCH] gdb/testsuite: better handle failures in simavr board, reap simavr process
 2020-06-22 14:50 UTC 

Unbreaking gdb on Solaris post-multitarget [PR 25939]
 2020-06-22 10:19 UTC  (9+ messages)
            ` [COMMITTED PATCH][PR gdb/25939] Move push_target call earlier in procfs.c

[PATCH] gdbserver/linux-low: use std::list to store pending signals
 2020-06-22  8:54 UTC  (3+ messages)

[RFC 0/6] Some user-friendliness changes
 2020-06-22  2:24 UTC  (13+ messages)
` [RFC 2/6] Add "help news"
` [RFC 3/6] Add "tips" file to gdb
` [RFC 5/6] Let the user control the startup style

[COMMITTED PATCH] Various procfs.c cleanups
 2020-06-21 16:52 UTC 

[RFAv7 0/3] Allow the user to define default args for aliases
 2020-06-21 11:48 UTC  (5+ messages)
` [RFAv7 1/3] default-args: allow to define default arguments "

[RFAv2] Ensure 'exec-file has changed' check has priority over 'exec-file-mismatch' check
 2020-06-21 11:42 UTC  (5+ messages)
` PING "

[committed, obvious] gdb/testsuite: Adjust gdb.mi/mi-sym-info.exp filename patterns
 2020-06-21  3:01 UTC 

[obvious, committed] gdb/testsuite: Fix gdb.base/list-missing-source.exp on remote host
 2020-06-21  0:32 UTC 

[PATCH v2] Offsets of FPR should be multiplied by 4 on 32-bit ppc
 2020-06-20 19:44 UTC  (2+ messages)

[patch] testsuite: Disable parts of gdb.base/source-dir.exp on remote host
 2020-06-20 17:54 UTC  (2+ messages)

[RFC][gdb/testsuite] Add gdbfail/envfail aliases for kfail/xfail
 2020-06-20 15:46 UTC  (2+ messages)

[PATCH 0/3] Fix gdb's BFD cache
 2020-06-19 23:05 UTC  (13+ messages)
` [PATCH 2/3] Consistently use BFD's time

[PATCH 0/11] Variant part support, plus more
 2020-06-19 20:51 UTC  (7+ messages)
` [PATCH 05/11] Rewrite the existing variant part code

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