Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
[PATCH 0/2] Fortran dynamic type related fixes
 2020-07-24 20:03 UTC  (8+ 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

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-07-24 20:03 UTC  (7+ messages)

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

[PATCH v2 0/2] avx512 bfloat16 support
 2020-07-24 18:35 UTC  (5+ 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] 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)

[PATCH][gdb/build] Fix Wmaybe-uninitialized in gdb_optional.h
 2020-07-24 12:42 UTC 

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

[PATCH][gdb/symtab] Ignore zero line table entries
 2020-07-24 11:30 UTC  (3+ messages)

[PATCH 0/2] Handle "line 0" ranges (PR26243, PR15314, PR15668)
 2020-07-24 11:26 UTC  (7+ messages)
` [PATCH 1/2] Keep stepping over "line 0" ranges (PR 26243)
` [PATCH 2/2] Make step act as stepi if no line info (PR26243, PR15314, PR15668)

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

[PATCH] Demangle function names when disassembling
 2020-07-24  9:08 UTC  (3+ messages)

[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  (25+ messages)
` [PATCH v5 01/14] Remove hack for GDB which sets the section size to 0
` [PATCH v5 02/14] Adjust corefile.exp test to show regression after bfd hack removal
` [PATCH v5 03/14] section_table_xfer_memory: Replace section name with callback predicate
` [PATCH v5 04/14] Provide access to non SEC_HAS_CONTENTS core file sections
` [PATCH v5 05/14] Test ability to access unwritten-to mmap data in core file
` [PATCH v5 06/14] Update binary_get_section_contents to seek using section's file position
` [PATCH v5 07/14] Add new gdbarch method, read_core_file_mappings
` [PATCH v5 08/14] Use NT_FILE note section for reading core target memory
` [PATCH v5 09/14] Add test for accessing read-only mmapped data in a core file
` [PATCH v5 10/14] gcore command: Place all file-backed mappings in NT_FILE note
` [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"
` [PATCH v5 13/14] Add documentation for "
` [PATCH v5 14/14] New core file tests with mappings over existing program memory

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

GDB 10 branching - 2020-07-18 Update
 2020-07-23 18:43 UTC  (5+ 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] Apply 'const' in more places
 2020-07-22 20:46 UTC 

[PATCH] Use arrays rather than pointers for global string constants
 2020-07-22 20:36 UTC 

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

[PATCH] Use SIGTRAP si_code values for all FreeBSD architectures on 11.3 and later
 2020-07-22 20:01 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  (8+ 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  (15+ messages)
` [PATCH 1/9] Remove exec_filename macro
` [PATCH 2/9] Change exec_close to be a method on program_space
` [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 7/9] Remove the exec_bfd macro
` [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  (12+ messages)
` [PATCH v4 1/9] gdb/jit: pass the jiter objfile as an argument to jit_event_handler
` [PATCH v4 2/9] gdb/jit: link to jit_objfile_data directly from the objfile struct
` [PATCH v4 3/9] gdb/jit: split jit_objfile_data in two
` [PATCH v4 4/9] gdb/jit: apply some simplifications and assertions
` [PATCH v4 5/9] gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_data
` [PATCH v4 6/9] gdb/jit: enable tracking multiple JITer objfiles
` [PATCH v4 7/9] gdb/jit: remove jiter_objfile_data -> objfile back-link
` [PATCH v4 8/9] gdb/jit: apply minor cleanup and modernization
` [PATCH v4 9/9] gdb/jit: skip jit symbol lookup if already detected the symbols don't exist

[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

[PATCH v3 1/2] guile: Add support for Guile 2.2
 2020-07-21 21:10 UTC  (8+ messages)
` [PATCH v4 "

[pushed] gdb, gdbserver: make stopped_pids global variables static
 2020-07-21 20:50 UTC 

[PATCH 0/3] Fix gdb's BFD cache
 2020-07-21 19:39 UTC  (14+ messages)
` [PATCH 2/3] Consistently use BFD's time

[PATCH] gdb: handle undefined properties in ada_discrete_type_{low, high}_bound
 2020-07-21 19:13 UTC  (3+ messages)

[PATCH 0/5] Genericize gdbarch_handle_segmentation_fault
 2020-07-21 18:40 UTC  (2+ messages)

[PATCH v4 00/14] Fix BZ 25631 - core file memory access problem
 2020-07-21 18:21 UTC  (5+ messages)
` [PATCH v4 08/14] Use NT_FILE note section for reading core target memory

[PATCH] gdb/riscv: delete target descriptions when gdb exits
 2020-07-21 17:52 UTC  (6+ messages)

[PATCH v3 0/9] Handling multiple JITers
 2020-07-21 17:42 UTC  (11+ messages)
` [PATCH v3 1/9] gdb/jit: pass the jiter objfile as an argument to jit_event_handler
` [PATCH v3 2/9] gdb/jit: link to jit_objfile_data directly from the objfile struct
` [PATCH v3 3/9] gdb/jit: split jit_objfile_data in two

[PATCH] gdb: Don't hard code 0 as end marker in GDB's line table
 2020-07-21 17:36 UTC  (4+ messages)

[PATCH 0/8] Remove object-like target macros
 2020-07-21 17:12 UTC  (5+ messages)
` [PATCH 3/8] Remove target_has_stack macro
` [PATCH 5/8] Turn target_can_execute_reverse into function-like macro

page:  |  | latest

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