[PATCH v2 1/2] Fix function argument and return value locations
2020-10-05 1:50 UTC (2+ messages)
[PATCH] gdb: add support for handling core dumps on arm-none-eabi
2020-10-04 23:41 UTC (11+ messages)
` [PATCH v2] "
[PATCH 1/2] gdb/doc: space out list entries, fix one type
2020-10-04 16:50 UTC (6+ messages)
` [PATCH 2/2] gdb: add doc for "set/show debug event-loop"
[PING v2][PATCH 7/7] Reset Windows hardware breakpoints on executable's entry point
2020-10-04 13:34 UTC
[PATCH^2 v2 1/2] Fix function argument and return value locations
2020-10-04 12:00 UTC
[PATCH 0/6] Change target section table management
2020-10-04 8:46 UTC (12+ messages)
` [PATCH 1/6] Introduce target-section.h
` [PATCH 2/6] Use a std::vector in target_section_table
` [PATCH 3/6] build_section_table cannot fail
` [PATCH 4/6] Simplify add_target_sections_of_objfile
` [PATCH 5/6] Remove clear_section_table
` [PATCH 6/6] Change target_section_table to std::vector alias
[PATCH v2 1/2] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
2020-10-04 2:32 UTC (3+ messages)
` [PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
[PATCH] Make range types inherit signed-ness from base type
2020-10-04 1:59 UTC (2+ messages)
[PING^2][PATCH 0/6] Fix inferior calls from breakpoint condition
2020-10-03 22:11 UTC (2+ messages)
[PATCH 0/2] ada_encode rewrites
2020-10-02 21:54 UTC (5+ messages)
` [PATCH 1/2] Constify ada_encode return type
` [PATCH 2/2] Use obstack in ada_encode_1
the redirected stdin/out/err for new console is wrong when the gdb's stdin/out/err is already redirected
2020-10-02 19:50 UTC (5+ messages)
[pushed] gdb: fix some inferior_created observer signatures
2020-10-02 19:23 UTC
[PATCH 0/4] Add logging for event loop events
2020-10-02 18:49 UTC (2+ messages)
[PATCH] Unconditionally use REG_EXTENDED
2020-10-02 17:18 UTC (2+ messages)
[PATCH] gdb: remove arguments from inferior_created observable
2020-10-02 15:33 UTC (3+ messages)
[OB PATCH] Fix spelling mistake in gdb/testsuite/README
2020-10-02 11:18 UTC
[PATCH v2 0/7] Some user-friendliness changes
2020-10-02 10:24 UTC (3+ messages)
` [PATCH v2 1/7] Introduce read_entire_file
[PATCH] Notify observers that directories have changed when using "directory" CLI command
2020-10-02 10:03 UTC (2+ messages)
[PATCH] Add all baudrates supported by Linux
2020-10-02 2:32 UTC (3+ messages)
[PATCH 00/10] Refactor the NetBSD gdbserver support
2020-10-02 2:18 UTC (11+ messages)
` [PATCH 01/10] Merge netbsd_ptrace_fun into the netbsd_process_target class
` [PATCH 02/10] Include elf_64_file_p in "
` [PATCH 03/10] Remove unneeded netbsd_add_process()
` [PATCH 04/10] Include gdb_catching_syscalls_p in the netbsd_process_target class
` [PATCH 05/10] Include netbsd_wait "
` [PATCH 06/10] Include netbsd_waitpid "
` [PATCH 07/10] Include netbsd_store_waitstatus "
` [PATCH 08/10] Include netbsd_catch_this_syscall "
` [PATCH 09/10] Include the functions of qxfer_libraries_svr4 in netbsd_process_target
` [PATCH 10/10] Fix whitespace formatting
[PATCH] Fix the i386 build
2020-10-01 23:13 UTC (2+ messages)
[PATCH v2 0/5] Refine the NetBSD support
2020-10-01 22:26 UTC (11+ messages)
` [PATCH v2 1/5] Include the x86-bsd-nat.h header and fix the NetBSD/i386 build
` [PATCH v2 2/5] Preinitialize the sockaddr_un variable to zero
` [PATCH v2 3/5] Refactor the NetBSD amd64 gdbserver support
` [PATCH v2 4/5] Add NetBSD/i386 "
` [PATCH v2 5/5] Remove the old sanity check of sigcontext offsets for NetBSD/i386
[PATCH] arc: Add support for Linux coredump files
2020-10-01 13:30 UTC (12+ messages)
` [PATCH v2] "
[PATCH] gdb: don't pass TARGET_WNOHANG to targets that can't async (PR 26642)
2020-10-01 2:56 UTC
[PATCH 0/9] Fix most -fgnat-encodings=minimal failures
2020-09-30 20:06 UTC (10+ messages)
` [PATCH 1/9] Avoid crash in ada-lang.c:to_fixed_array_type
` [PATCH 2/9] Fix decoding of multi-dimensional constrained packed arrays
` [PATCH 3/9] Synthesize array descriptors with -fgnat-encodings=minimal
` [PATCH 4/9] Reject slicing a packed array
` [PATCH 5/9] Resolve dynamic type in ada_value_struct_elt
` [PATCH 6/9] Fix bit strides for -fgnat-encodings=minimal
` [PATCH 7/9] Only use stride for final element type
` [PATCH 8/9] Use bit stride when taking slice of array
` [PATCH 9/9] Recognize names of array types
[PATCH v2 00/20] Make DWARF attribute references safe
2020-09-30 19:50 UTC (8+ messages)
` [PATCH v2 04/20] Change some uses of DW_STRING to string method
` [committed][gdb] Fix regression in dwarf2_name
` [PATCH v2 20/20] Remove DW_UNSND
[FYI] Fix regression in variant part handling
2020-09-30 15:50 UTC
[PATCH] Fix testcases using __attribute__((noclone)) with Clang
2020-09-30 10:02 UTC (2+ messages)
` [PING][PATCH] "
[PATCH] Fix gdb.dwarf2/dw2-double-set-die-type.exp with Clang
2020-09-30 10:00 UTC (4+ messages)
` [PING][PATCH] "
[PATCH 0/3] Rewrite enum_flags, add unit tests, fix problems
2020-09-29 22:50 UTC (8+ messages)
` [PATCH 1/3] Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)
` [pushed] Tweak gdbsupport/valid-expr.h for GCC 6, fix build (Re: [PATCH 1/3] Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502))
GDB 10.1 release -- 2020-09-26 Update
2020-09-29 13:41 UTC (3+ messages)
[PATCH 0/8] Remove object-like target macros
2020-09-29 1:38 UTC (12+ messages)
` [PATCH 3/8] Remove target_has_stack macro
` [PATCH 5/8] Turn target_can_execute_reverse into function-like macro
` [PATCH 7/8] Turn target_can_lock_scheduler into a "
[PATCH 0/5] Refine the NetBSD support
2020-09-28 21:11 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] gdb: Fix from_tty argument to gdb.execute in Python
2020-09-28 20:16 UTC (11+ messages)
[PATCH v2 0/6] Share memory-searching code
2020-09-28 20:11 UTC (10+ 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
GDB 10.1 release -- 2020-09-18 Update
2020-09-28 20:11 UTC (7+ messages)
[pushed] gdb: fix formatting of serial::async_state's enumerators
2020-09-28 18:22 UTC
[PATCH] Add Luis Machado to AArch64/ARM GDB maintainers
2020-09-28 10:12 UTC
[PATCHv3 0/2] Fortran Array Slicing and Striding Support
2020-09-28 9:52 UTC (6+ messages)
` [PATCHv4 0/3] "
` [PATCHv4 1/3] gdb: Convert enum range_type to a bit field enum
` [PATCHv4 2/3] gdb: rename 'enum range_type' to 'enum range_flag'
` [PATCHv4 3/3] gdb/fortran: Add support for Fortran array slices at the GDB prompt
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)
[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 (4+ 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 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 v3 0/2] Breakpoint conditions at locations with differing contexts
2020-09-25 15:51 UTC (3+ messages)
` [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
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