Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-07-28 13:54 UTC  (20+ messages)
                  ` [PATCH] config/debuginfod.m4: Restore AC_CHECK_LIB check
                      ` [PATCH] PKG_CHECK_MODULES: Check if $pkg_cv_[]$1[]_LIBS works
                        ` V2 "
                            ` [PATCH] PKG_CHECK_MODULES: Properly check "

[PATCH] Unify Solaris procfs and largefile handling
 2020-07-28 13:51 UTC  (6+ messages)

[PATCH v2 0/2] avx512 bfloat16 support
 2020-07-28 13:43 UTC  (7+ messages)
` [PATCH v2 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH v2 2/2] Add bfloat16 support for AVX512 register view

[PATCH] Change management of tdesc_arch_data
 2020-07-28 13:41 UTC  (3+ messages)

[PATCH] Remove ui::num
 2020-07-28 13:33 UTC  (2+ messages)

[PATCH] Make target_wait options use enum flags
 2020-07-28 13:31 UTC  (2+ messages)

[PATCH] Implement xfer_partial TARGET_OBJECT_SIGNAL_INFO for NetBSD
 2020-07-28 13:26 UTC  (3+ messages)

[PATCH][gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h
 2020-07-28 12:59 UTC  (2+ messages)

[PATCH] Fix bug in DW_OP_GNU_variable_value evaluation
 2020-07-28  1:23 UTC  (2+ messages)

[PATCH] gdb: Implement native dumpcore function
 2020-07-27 21:09 UTC  (3+ messages)

[pushed] Remove unused declaration from gcore.h
 2020-07-27 15:55 UTC 

Building today's snapshot of GDB with MinGW
 2020-07-27 14:18 UTC  (11+ messages)
              ` [committed][gdb/build] Fix typo sys/sockets.h -> sys/socket.h

[RFC][gdb] Handle static libipt
 2020-07-27 13:57 UTC  (5+ messages)

[PATCH] Enable gdb.cp/ambiguous.exp with GCC >= 10.1 and clang
 2020-07-27 13:09 UTC 

GDB 10 branching - 2020-07-26 update
 2020-07-27  0:53 UTC  (2+ messages)

[PATCH] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
 2020-07-26 20:29 UTC 

[PATCH 0/2] Fortran dynamic type related fixes
 2020-07-26 19:31 UTC  (10+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/2] gdb/fortran: resolve dynamic types when readjusting after an indirection
  ` [PATCHv2 2/2] gdb/fortran: Access elements of a structure with dynamic type

GDB 10 branching - 2020-07-18 Update
 2020-07-25  7:56 UTC  (8+ messages)

[PATCH 0/2] Allow gdb.RegisterDescriptors to be used in read_register calls
 2020-07-25  6:27 UTC  (9+ messages)
` [PATCH 1/2] gdb: Add a find method for RegisterDescriptorIterator
` [PATCH 2/2] gdb/python: make more use of RegisterDescriptors

[PATCH] Apply 'const' in more places
 2020-07-25  0:35 UTC  (2+ messages)

[PATCH] Use arrays rather than pointers for global string constants
 2020-07-25  0:26 UTC  (2+ messages)

[PATCH][gdb/symtab] Ignore zero line table entries
 2020-07-24 22:32 UTC  (4+ messages)

[PATCH] Demangle function names when disassembling
 2020-07-24 20:18 UTC  (4+ messages)

[PATCH] Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later
 2020-07-24 20:06 UTC  (2+ messages)

[PATCH] gdb/disassembly: Update to handle non-statement addresses
 2020-07-24 17:26 UTC  (17+ messages)

[PATCH 0/4] Regcache fix and optimization
 2020-07-24 16:59 UTC  (10+ messages)
` [PATCH 1/4] gdb: rename regcache::current_regcache to regcache::regcaches
` [PATCH 2/4] gdb: move regcache::regcaches to regcache.c
` [PATCH 3/4] gdb: pass target to thread_ptid_changed observable
` [PATCH 4/4] gdb: change regcache list to be a map

[PATCH 00/23] Memory Tagging Support + AArch64 Linux implementation
 2020-07-24 16:10 UTC  (6+ messages)

[committed][gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.exp
 2020-07-24 12:11 UTC 

[PATCH 0/2] Handle "line 0" ranges (PR26243, PR15314, PR15668)
 2020-07-24 11:26 UTC  (3+ messages)

[PATCH][gdb/symtab] Handle invalid partial DIE reference
 2020-07-24 10:52 UTC 

[PATCH 0/2] avx512 bfloat16 support
 2020-07-24  8:06 UTC  (8+ messages)
` [PATCH 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH 2/2] Add bfloat16 support for AVX512 register view

[PATCH v5 00/14] Fix BZ 25631 - core file memory access problem
 2020-07-23 21:44 UTC  (12+ messages)
` [PATCH v5 11/14] Adjust coredump-filter.exp to account for NT_FILE note handling
` [PATCH v5 12/14] Add new command "maint print core-file-backed-mappings"

[commit] Fix BZ 26294 - Add period to help text for maint print core-file-backed-mappings
 2020-07-23 20:43 UTC 

[PATCH 0/6] Share memory searching code between gdb and gdbserver
 2020-07-23 20:12 UTC  (7+ messages)
` [PATCH 1/6] Rename some tests in find.exp
` [PATCH 2/6] Move simple_search_memory to target/search.c
` [PATCH 3/6] Use simple_search_memory in gdbserver
` [PATCH 4/6] Remove some dead code from handle_search_memory
` [PATCH 5/6] Document inclusive range in help for "find"
` [PATCH 6/6] Add simple_search_memory unit tests

[PATCH v2 0/4] arc: Add GNU/Linux support
 2020-07-23 19:35 UTC  (14+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] arc: Add ARCv2 XML target along with refactoring
  ` [PATCH v4 0/3] arc: Add GNU/Linux support
    ` [PATCH v4 1/3] arc: Add ARCv2 XML target along with refactoring
    ` [PATCH v4 2/3] arc: Add hardware loop detection
    ` [PATCH v4 3/3] arc: Add GNU/Linux support for ARC

[Patch] GDB: aarch64: Add ability to step over a BR/BLR instruction
 2020-07-23 18:58 UTC  (7+ messages)

[PATCH 0/3] Fix crash if connection drops in scoped_restore_current_thread's ctor
 2020-07-23 15:28 UTC  (6+ messages)
        ` [pushed] Don't touch frame_info objects if frame cache was reinitialized (was: Re: [PATCH 0/3] Fix crash if connection drops in scoped_restore_current_thread's ctor)

[committed][gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c
 2020-07-23 11:46 UTC 

[PATCH 0/3] Prevent bad conditions from putting breakpoints into broken state
 2020-07-23  7:13 UTC  (13+ messages)
` [PATCH 1/3] gdb/breakpoint: do not update the condition string if parsing the condition fails
` [PATCH 2/3] gdb/breakpoint: set the condition exp after parsing the condition successfully

[PATCH] Fix variant part regressions with older Rust compiler
 2020-07-22 20:12 UTC 

Cross-compiling a MinGW GDB
 2020-07-22 19:58 UTC  (3+ messages)

[PATCH] Fix crash in -stack-list-arguments
 2020-07-22 18:28 UTC  (2+ messages)

[PATCH 0/5] Remove support for old FreeBSD hosts
 2020-07-22 16:44 UTC  (4+ messages)
` [PATCH 2/5] Assume KERN_PROC_PATHNAME is present on "

[PATCH] Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
 2020-07-22 16:36 UTC  (2+ messages)

[patch] gdb/testsuite: Fix more bugs in gdb testglue wrapper handling
 2020-07-22 16:32 UTC  (4+ messages)

[PATCH][gdb/doc] Fix to manual for description of remote protocol
 2020-07-22 15:17 UTC  (4+ messages)

[PATCH 0/2] Improvements to Python Register Descriptor API
 2020-07-22 15:10 UTC  (7+ messages)
` [PATCHv2 "
  ` [PATCHv2 1/2] gdb/python: Reuse gdb.RegisterDescriptor objects where possible

[PATCH 0/9] Remove some macros from exec.h and progspace.h
 2020-07-22 14:11 UTC  (12+ messages)
` [PATCH 3/9] Remove commented-out code from gcore.c
` [PATCH 4/9] Remove exec_bfd_mtime define
` [PATCH 5/9] Remove current_target_sections macro
` [PATCH 6/9] Don't change current program space in exec_target::close
` [PATCH 8/9] Change program_space::ebfd to a gdb_bfd_ref_ptr
` [PATCH 9/9] Remove symfile_objfile macro

[PATCH v4 0/9] Handling multiple JITers
 2020-07-22 14:03 UTC  (3+ messages)

[PATCH, v1] Add code for processing version 5 DWP files (for use with DWARF v5)
 2020-07-22 13:04 UTC  (2+ messages)

[PATCH] gdbserver: handle running threads in qXfer:threads:read
 2020-07-22 11:46 UTC  (5+ messages)

Oh dear. I regret to inform you that commit 39ff0b812324f4b050bb0b367b269db6d4d0cb8b might be unfortunate
 2020-07-22  7:24 UTC  (2+ messages)
` Breakage on builder Fedora-i686, revision 39ff0b812324f4b050bb0b367b269db6d4d0cb8b

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox