public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
GDB 10.1 release -- 2020-09-18 Update
 2020-09-28  9:30 UTC  (14+ messages)

Add a way to invoke redefined (overridden) GDB commands
 2020-09-28  7:54 UTC  (2+ messages)
` [PING] "

[PATCH 0/6] Handle UTF-8 in TUI source windows
 2020-09-28  2:29 UTC  (3+ messages)

[PATCH] gdb: Fix from_tty argument to gdb.execute in Python
 2020-09-27 16:39 UTC  (10+ messages)

GDB 10.1 release -- 2020-09-26 Update
 2020-09-26 18:35 UTC 

[PATCH] Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang
 2020-09-26 18:19 UTC  (3+ messages)
` [PING][PATCH] "

[PATCH] Add all baudrates supported by Linux
 2020-09-26 18:19 UTC  (2+ messages)

[PATCHv3 0/3] Restore thread and frame patches
 2020-09-26  8:54 UTC  (8+ messages)
` [PATCHv3 1/3] gdb: unify two copies of restore_selected_frame
` [PATCHv3 2/3] gdb: Restore previously selected thread when switching inferior
` [PATCHv3 3/3] gdb: Track the current frame for each thread

[PATCH v7 0/3] disass: Add /x modifier
 2020-09-26  8:50 UTC  (4+ messages)
` [PATCH v7 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v7 2/3] disass: Add test for /x mode
` [PATCH v7 3/3] disass: Add texinfo doc for the /x modifier

[PATCH v6 0/3] disass: Add /x modifier
 2020-09-26  8:49 UTC  (6+ messages)
` [PATCH v6 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v6 2/3] disass: Add test for /x mode
` [PATCH v6 3/3] disass: Add texinfo doc for the /x modifier

[PATCH v5 0/3] disass: Add /x modifier
 2020-09-26  7:35 UTC  (6+ messages)
` [PATCH v5 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v5 2/3] disass: Add test for /x mode
` [PATCH v5 3/3] disass: Add texinfo doc for the /x modifier

[PATCH] Add a missing munmap_list move constructor
 2020-09-26  0:25 UTC  (7+ messages)

[PATCH v4 0/3] disass: Add /x modifier
 2020-09-25 19:50 UTC  (6+ messages)
` [PATCH v4 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v4 2/3] disass: Add test for /x mode
` [PATCH v4 3/3] disass: Add texinfo doc for the /x modifier

[PATCH v2 0/6] Share memory-searching code
 2020-09-25 19:49 UTC  (7+ messages)
` [PATCH v2 1/6] Rename some tests in find.exp
` [PATCH v2 2/6] Move simple_search_memory to gdbsupport/search.cc
` [PATCH v2 3/6] Use simple_search_memory in gdbserver
` [PATCH v2 4/6] Remove some dead code from handle_search_memory
` [PATCH v2 5/6] Document inclusive range in help for "find"
` [PATCH v2 6/6] Add simple_search_memory unit tests

[PATCH 0/6] Share memory searching code between gdb and gdbserver
 2020-09-25 19:04 UTC  (10+ messages)
` [PATCH 2/6] Move simple_search_memory to target/search.c
` [PATCH 4/6] Remove some dead code from handle_search_memory
` [PATCH 6/6] Add simple_search_memory unit tests

[pushed] gdb: fix formatting of _debug_printf macros
 2020-09-25 18:55 UTC 

[PATCH v3 0/3] disass: Add /x modifier
 2020-09-25 18:30 UTC  (6+ messages)
` [PATCH v3 1/3] disass: Add /x modifier to print offsets in hex
` [PATCH v3 2/3] disass: Add test for /x mode
` [PATCH v3 3/3] disass: Add texinfo doc for the /x modifier

[PATCH v2 0/2] Breakpoint conditions at locations with differing contexts
 2020-09-25 18:15 UTC  (6+ messages)
` [PATCH v2 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location

[PATCH] gdb/breakpoint: make a copy of the "commands" command's argument
 2020-09-25 16:13 UTC  (6+ messages)

[PATCH 0/2] Breakpoint conditions at locations with differing contexts
 2020-09-25 15:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
  ` [PATCH v3 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition

[PATCH 0/4] Add logging for event loop events
 2020-09-25 15:48 UTC  (5+ messages)
` [PATCH 1/4] gdb: give names to event loop file handlers
` [PATCH 2/4] gdb: give names to async event/signal handlers
` [PATCH 3/4] gdb: move debug_prefixed_vprintf to gdbsupport
` [PATCH 4/4] gdb: add debug prints in event loop

[PATCH v3] Fixed pretty printing max depth behavior
 2020-09-25 15:01 UTC 

[PATCH] Include string headers in a configure test for GDB
 2020-09-25 14:57 UTC  (5+ messages)

[PATCH] Import mklog.py from gcc repo
 2020-09-25 14:25 UTC  (7+ messages)

[PATCH] Fix gdb.base/infcall-nested-structs-c++.exp with Clang
 2020-09-25 13:45 UTC  (3+ messages)

[PATCH] Fix compilation of .c files as C++ when using Clang
 2020-09-25 13:37 UTC  (2+ messages)
` [PUSHED] "

[PATCH] Add Zilog Z80 CPU (and derivatives) support
 2020-09-25 12:40 UTC  (11+ messages)
    ` [PATCH] [gdb] Add Z80 CPU basic support
        ` [PATCH v3] "
            ` [PATCH v4] [gdb] Add basic Z80 CPU support

[PATCH][gdb] Fix hang after ext sigkill
 2020-09-25  9:39 UTC  (8+ messages)

[pushed] gdb: remove file_handler typedef
 2020-09-24 19:20 UTC 

[PATCH] Don't let TUI focus on locator
 2020-09-24 19:02 UTC  (7+ messages)

[PATCH 1/3] Handle 64bit breakpoints of WOW64 processes as SIGINT
 2020-09-24 17:51 UTC  (14+ messages)
  ` [PATCH 2/3] Revert "Fix ctrl-c when debugging WOW64 processes"
  ` [PATCH 3/3] Remove call of GenerateConsoleCtrlEvent

[PATCH] Don't drop static function bp locations w/o debug info
 2020-09-24 15:44 UTC  (8+ messages)

[PATCH v2 1/2] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
 2020-09-24 13:31 UTC 

[PATCH v2] disass: Add /x modifier to print offsets in hex
 2020-09-24 13:22 UTC  (8+ messages)

[PATCH] Preserve "set height 0" when resizing terminal
 2020-09-24 11:01 UTC  (3+ messages)

[PATCH 0/5] Refine the NetBSD support
 2020-09-23 19:46 UTC  (9+ messages)
` [PATCH 1/5] Include the x86-bsd-nat.h header and fix the NetBSD/i386 build
` [PATCH 2/5] Preinitialize the sockaddr_un variable to zero
` [PATCH 3/5] Refactor the NetBSD amd64 gdbserver support
` [PATCH 4/5] Add NetBSD/i386 "
` [PATCH 5/5] Remove the old sanity check of sigcontext offsets for NetBSD/i386

[RFC][PATCH] Read code section offset from dll header
 2020-09-23 17:51 UTC 

[PATCH] Handle bit offset and bit size in base types
 2020-09-23 15:49 UTC  (2+ messages)

[PATCH 0/6] Avoid manual memory management in gdb/compile/
 2020-09-23 14:55 UTC  (12+ messages)
` [PATCH 1/6] Remove some manual memory management from compile interface
` [PATCH 2/6] Use new/delete for do_module_cleanup
  ` [PP?] "
` [PATCH 4/6] Transfer module ownership to do_module_cleanup
  ` [PP?] "

[PATCH] disass: Add /x modifier to print offsets in hex
 2020-09-23 10:11 UTC 

[PATCH 0/2] Get gdb.base/overlays.exp passing on m32r
 2020-09-21  8:47 UTC  (4+ messages)
` [PATCH 2/2] gdb: handle unmapped overlays in find_pc_line

[PING^2][PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
 2020-09-20 17:36 UTC 

[pushed] Fix mi_gdb_exit with secondary MI channels
 2020-09-20 15:05 UTC 

[pushed] Robustify gdb.base/testenv.exp:find_env
 2020-09-20 15:03 UTC 

[PATCH 00/11] TUI cleanups
 2020-09-20  0:58 UTC  (3+ messages)
` [PATCH 09/11] Derive tui_locator_window from tui_win_info

[PATCH 00/13] Use gdb_bfd_sections in more places
 2020-09-19 18:07 UTC  (2+ messages)

[PATCH 0/8] Fortran Array Slicing and Striding Support
 2020-09-19 13:50 UTC  (13+ messages)
` [PATCHv2 00/10] "
  ` [PATCHv2 05/10] gdb/fortran: Clean up array/string expression evaluation
  ` [PATCHv2 06/10] gdb/fortran: Move Fortran expression handling into f-lang.c
  ` [PATCHv2 07/10] gdb/fortran: Change whitespace when printing arrays
  ` [PATCHv3 0/2] Fortran Array Slicing and Striding Support
    ` [PATCHv3 1/2] gdb: Convert enum range_type to a bit field enum
    ` [PATCHv3 2/2] gdb/fortran: Add support for Fortran array slices at the GDB prompt

[PATCH] Fix sparc prologue skipping
 2020-09-19  8:52 UTC  (3+ messages)

[PATCH v2 2/2] Refactor amd64_analyze_prologue
 2020-09-19  0:38 UTC  (6+ messages)
` [PATCH v3 0/7] Improve intel IBT support
  ` [PATCH v3 1/7] Add i386 support for endbr skipping
      ` [PATCH] gdb: Update i386_analyze_prologue to skip endbr32

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