[PATCH] gdb: add gdb_bfd_all_sections for range-based iteration
2020-08-24 21:30 UTC (5+ messages)
[PATCH 0/4] arc: Add GNU/Linux support
2020-08-24 20:14 UTC (7+ messages)
` [PATCH v6 "
` [PATCH v6 1/4] arc: Add ARCv2 XML target along with refactoring
[PATCH 2/3] Consistently use BFD's time
2020-08-24 20:04 UTC (14+ messages)
[PATCH 1/2] gdb: add infrun_debug_printf macro
2020-08-24 19:44 UTC (4+ messages)
` [PATCH 2/2] gdb: add debug_prefixed_vprintf
[PATCH 0/4] Add gdb support for Cygwin x86_64 core dumps (v2)
2020-08-24 18:34 UTC (19+ messages)
` [PATCH 1/4] Add sniffer for Cygwin x86_64 core dumps
` [PATCH 2/4] Add amd64_windows_gregset_reg_offset
` [PATCH 4/4] Add handling for 64-bit module addresses in Cygwin core dumps
[PATCH] Update gnulib to current trunk
2020-08-24 13:46 UTC (9+ messages)
[PATCH 0/2] Two minor value-printing cleanups
2020-08-24 12:42 UTC (4+ messages)
` [PATCH 1/2] Handle member pointers directly in generic_value_print
` [PATCH 2/2] Remove TYPE_CODE_INT case from f_value_print_inner
GDB 10 branching - 2020-08-23 update
2020-08-23 21:47 UTC
GDB BoF reminder
2020-08-23 15:50 UTC (2+ messages)
[PATCH] Make range types inherit signed-ness from base type
2020-08-22 21:07 UTC
[PATCH 0/2] Fix some advance/until issues
2020-08-22 20:38 UTC (3+ messages)
` [PATCH 1/2] Fix advance/until and inline frames (PR gdb/26523)
` [PATCH 2/2] Fix advance/until and multiple locations (PR gdb/26524)
[PATCH] ada-lex.l: Ignore register diagnostic also for g++ defaulting to ISO C++17
2020-08-22 19:01 UTC (7+ messages)
[PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier
2020-08-22 19:01 UTC (7+ messages)
` [PATCH] Move "register" test out of classes.exp to a separate testcase (Re: [PATCH] gdb/testsuite: ISO C++17 does not allow register storage class specifier.)
` [PATCH] Remove stale "register" bits from gdb.cp/misc.cc (Re: [PATCH] Move "register" test out of classes.exp to a separate testcase)
[PATCH] gdb/testsuite: make runto always emit a FAIL on internal error
2020-08-22 15:39 UTC (4+ messages)
[PATCH] gdb: assert that we don't try to get a frame's id while it is computed
2020-08-22 15:19 UTC (4+ messages)
[PATCH 0/8] Fortran Array Slicing and Striding Support
2020-08-21 18:10 UTC (19+ 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 15:51 UTC (5+ 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] Work around incorrect/broken pathnames in NT_FILE note
2020-08-20 14:57 UTC (2+ 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] 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] Fix malloc allocation size sanity check
2020-08-17 11:01 UTC (4+ 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 v2 1/2] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
2020-08-14 20:55 UTC (2+ messages)
GDB 10 branching - 2020-08-07 update
2020-08-14 18:47 UTC (6+ 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 (7+ 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
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