[PATCH 0/4] Add gdb support for Cygwin x86_64 core dumps (v2)
2020-08-21 15:25 UTC (13+ messages)
` [PATCH 1/4] Add sniffer for Cygwin x86_64 core dumps
` [PATCH 2/4] Add amd64_windows_gregset_reg_offset
` [PATCH 3/4] Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str
` [PATCH 4/4] Add handling for 64-bit module addresses in Cygwin core dumps
[PATCH 0/8] Fortran Array Slicing and Striding Support
2020-08-21 14:49 UTC (17+ messages)
` [PATCH 1/8] gdbsupport: Provide global operators |=, &=, and ^= for enum bit flags
` [PATCH 2/8] gdbsupport: Make function arguments constant in enum-flags.h
` [PATCH 3/8] gdb/fortran: Clean up array/string expression evaluation
` [PATCH 4/8] gdb/fortran: Move Fortran expression handling into f-lang.c
` [PATCH 5/8] gdb/fortran: Change whitespace when printing arrays
` [PATCH 6/8] gdb: Convert enum range_type to a bit field enum
` [PATCH 7/8] gdb/testsuite: Add missing expected results
` [PATCH 8/8] gdb/fortran: Add support for Fortran array slices at the GDB prompt
[PATCH 0/3] Rewrite enum_flags, add unit tests, fix problems
2020-08-21 14:45 UTC (4+ messages)
` [PATCH 1/3] Rewrite valid-expr.h's internals in terms of the detection idiom (C++17/N4502)
` [PATCH 2/3] Use type_instance_flags more throughout
` [PATCH 3/3] Rewrite enum_flags, add unit tests, fix problems
[PATCH 0/2] Breakpoint conditions at locations with differing contexts
2020-08-20 21:24 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] gdb/breakpoint: disable a bp location if condition is invalid at that location
` [PATCH v2 2/2] gdb/breakpoint: add flags to 'condition' and 'break' commands to force condition
[PATCH] gdb: assert that we don't try to get a frame's id while it is computed
2020-08-20 20:11 UTC
[PATCH] gdb/testsuite: make runto always emit a FAIL on internal error
2020-08-20 17:45 UTC
[PATCH] Work around incorrect/broken pathnames in NT_FILE note
2020-08-20 14:57 UTC (7+ messages)
[PATCH 0/4] Fix registers_changed_ptid regression
2020-08-20 14:11 UTC (7+ messages)
` [PATCH 1/4] gdb: clear regcaches at the start of regcaches selftest
` [PATCH 2/4] gdb: refactor test_get_thread_arch_aspace_regcache
` [PATCH 3/4] gdb: split regcaches management selftest
` [PATCH 4/4] gdb: handle the `ptid.is_pid ()` case in registers_changed_ptid
[OBV][PATCH] gdb: fix typo "breapoint" -> "breakpoint"
2020-08-20 13:07 UTC
[PATCH 1/2] gdb: add infrun_debug_printf macro
2020-08-20 13:04 UTC (3+ messages)
` [PATCH 2/2] gdb: add debug_prefixed_vprintf
[Patch] GDB: aarch64: Add ability to step over a BR/BLR instruction
2020-08-20 12:41 UTC (8+ messages)
[PATCH] Disable Clang's integrated assembler for two testcases
2020-08-20 12:17 UTC (2+ messages)
[PATCH] Fix for incorrect breakpoint set in case of flang compiled binary
2020-08-19 15:25 UTC (8+ messages)
[RFC PATCH v1] Support inspecting green threads
2020-08-19 12:14 UTC (5+ messages)
[RFC PATCH] gdb: add linux_nat_debug_printf macro
2020-08-19 3:44 UTC (5+ messages)
[PATCH] gdb/Makefile.in: Add DEBUGINFOD_CFLAGS, DEBUGINFOD_LIBS variables
2020-08-18 21:46 UTC (5+ messages)
[PATCH 00/22] Change type flags macros to methods
2020-08-18 16:59 UTC (23+ messages)
` [PATCH 01/22] gdb: add type::is_unsigned / type::set_is_unsigned
` [PATCH 02/22] gdb: remove TYPE_UNSIGNED
` [PATCH 03/22] gdb: add type::has_no_signedness / type::set_has_no_signedness
` [PATCH 04/22] gdb: remove TYPE_NOSIGN
` [PATCH 05/22] gdb: add type::is_stub / type::set_is_stub
` [PATCH 06/22] gdb: remove TYPE_STUB
` [PATCH 07/22] gdb: add type::target_is_stub / type::set_target_is_stub
` [PATCH 08/22] gdb: remove TYPE_TARGET_STUB
` [PATCH 09/22] gdb: add type::is_prototyped / type::set_is_prototyped
` [PATCH 10/22] gdb: remove TYPE_PROTOTYPED
` [PATCH 11/22] gdb: add type::has_varargs / type::set_has_varargs
` [PATCH 12/22] gdb: remove TYPE_VARARGS
` [PATCH 13/22] gdb: add type::is_vector / type::set_is_vector
` [PATCH 14/22] gdb: remove TYPE_VECTOR
` [PATCH 15/22] gdb: add type::stub_is_supported / type::set_stub_is_supported
` [PATCH 16/22] gdb: remove TYPE_STUB_SUPPORTED
` [PATCH 17/22] gdb: add type::is_gnu_ifunc / type::set_is_gnu_ifunc
` [PATCH 18/22] gdb: remove TYPE_GNU_IFUNC
` [PATCH 19/22] gdb: add type::is_fixed_instance / type::set_is_fixed_instance
` [PATCH 20/22] gdb: remove TYPE_FIXED_INSTANCE
` [PATCH 21/22] gdb: add type::endianity_is_not_default / type::set_endianity_is_not_default
` [PATCH 22/22] gdb: remove TYPE_ENDIANITY_NOT_DEFAULT
[PATCH] Add gdb.fortran/vla-stride.exp and report a bug
2020-08-18 10:12 UTC (6+ messages)
` [PUSHED] gdb/fortran: Support negative array stride in one limited case
` Copyright status gdb.fortran/vla-stride.exp test-case
[PATCH] gdb: fix IA64 build failure of linux-nat
2020-08-18 8:46 UTC (10+ messages)
[pushed] Update xfail pattern in gdb.rust/simple.exp
2020-08-17 16:48 UTC
[RFC PATCH] gdb: introduce xfer_partial_ctx object
2020-08-17 16:03 UTC (4+ messages)
[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
2020-08-17 14:57 UTC (4+ messages)
` [PATCH v2] Enable gdb.cp/ambiguous.exp with GCC "
[PATCH 0/4] arc: Add GNU/Linux support
2020-08-17 14:12 UTC (4+ messages)
` [PATCH v6 "
[PATCH] Fix malloc allocation size sanity check
2020-08-17 11:01 UTC (5+ messages)
[pushed] gdb: fix wrong indentation in symbol_needs_eval_context
2020-08-17 10:03 UTC
[pushed] gdb: use bool in dwarf2_loc_desc_get_symbol_read_needs
2020-08-17 9:58 UTC
[committed][gdb] Fix printing of unresolved dynamic type
2020-08-17 7:55 UTC
[PATCH] Handle bit offset and bit size in base types
2020-08-17 2:04 UTC
[committed][gdb/testsuite] Add gdb.base/eh_return.exp
2020-08-16 11:31 UTC
[committed][gdb/testsuite] Fix charlen type in mixed-lang-stack.c
2020-08-15 9:59 UTC
[PATCH][gdb/backtrace] Fix printing of fortran string args
2020-08-15 8:16 UTC (2+ messages)
GDB 10 branching - 2020-08-14 update
2020-08-14 23:55 UTC
[PATCH] Fix MI crash with Ada string access
2020-08-14 23:51 UTC (2+ messages)
[PATCH] Convert CORE_ADDR to Python using gdb_py_object_from_ulongest
2020-08-14 23:49 UTC (2+ messages)
[PATCH 0/3] Fix gdb's BFD cache
2020-08-14 23:40 UTC (16+ messages)
` [PATCH 2/3] Consistently use BFD's time
[PATCH v2 1/2] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
2020-08-14 20:55 UTC (3+ messages)
` [PATCH v2 2/2] DWARFv5: Fix for the filename complaint when printing macro
GDB 10 branching - 2020-08-07 update
2020-08-14 18:47 UTC (7+ messages)
[PATCH 0/2] [PowerPC] Minor fixes for watchpoints
2020-08-14 18:45 UTC (5+ messages)
` [PATCH 1/2] [PowerPC] Use < 0 and >= 0 for watchpoint ptrace calls
` [PATCH 2/2] [PowerPC] Always clear watchpoint with PTRACE_SET_DEBUGREG
[PATCH] gdb: allow specifying multiple filters when running selftests
2020-08-14 16:33 UTC (9+ messages)
` [PATCH] gdb: add gdb_argv::as_array_view method
[PATCH] debuginfod-support.c: Replace globals with user_data
2020-08-13 21:54 UTC (5+ messages)
[PATCH v3 1/2] gdb: Implement native dumpcore function
2020-08-13 19:36 UTC (4+ messages)
` [PATCH v3 2/2] gdb: Implement native dumpcore function for NetBSD
[PATCH] gdb: Implement native dumpcore function
2020-08-13 17:16 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] gdb: Implement native dumpcore function for NetBSD
[ob/pushed 0/2] Add skip_ada_tests/skip_fortran_tests to more testcases
2020-08-13 17:16 UTC (3+ messages)
` [ob/pushed 1/2] Add skip_ada_tests to more Ada testcases
` [ob/pushed 2/2] Add skip_fortran_tests to more Fortran testcases
[PATCH] Update gnulib to current trunk
2020-08-13 12:24 UTC (7+ messages)
[PATCH] Move multi-target NEWS entry to GDB 10 features
2020-08-12 19:15 UTC (2+ messages)
[PATCH v2 00/24] Multi-target support
2020-08-12 18:45 UTC (6+ messages)
[PATCH] [ARM, sim] Fix build failure with -Werror (PR26365)
2020-08-12 17:10 UTC (2+ messages)
FYI: GNU Tools track at LPC - only a few attendance passes left
2020-08-12 15:55 UTC
[PATCH 0/4] Regcache fix and optimization
2020-08-12 15:17 UTC (6+ messages)
` [PATCH 4/4] gdb: change regcache list to be a map
[PATCH] Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
2020-08-12 13:51 UTC (3+ messages)
[committed][gdb/build] Mark ms1 as deleted in MAINTAINERS
2020-08-11 9:08 UTC
[PATCH 1/2] gdb: change xml_fetch_another a function_view
2020-08-10 19:23 UTC (2+ messages)
` [PATCH 2/2] gdb: remove xfree in xml-support.c
FYI: git-hooks update on sourceware.org
2020-08-10 16:57 UTC (6+ messages)
[committed][sim] Fix mbuild build breaker in sim-cpu.c
2020-08-10 15:27 UTC
[PATCH] [AArch64] Fix incorrectly-defined SVE macro
2020-08-10 14:57 UTC (3+ messages)
[PATCH] Style more output of "disassemble" command
2020-08-10 14:25 UTC (2+ messages)
[PATCH] [AArch64] Improve prologue handling (and fix PR26310)
2020-08-10 13:13 UTC (3+ messages)
[PATCH 0/6] Avoid manual memory management in gdb/compile/
2020-08-10 0:48 UTC (5+ messages)
` [PATCH 2/6] Use new/delete for do_module_cleanup
` [PP?] "
` [PATCH 4/6] Transfer module ownership to do_module_cleanup
` [PP?] "
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