[PATCH v2 0/4] arc: Add GNU/Linux support
2020-07-23 19:35 UTC (11+ 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] 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] gdb/disassembly: Update to handle non-statement addresses
2020-07-23 18:23 UTC (11+ messages)
[PATCH 00/23] Memory Tagging Support + AArch64 Linux implementation
2020-07-23 16:48 UTC (5+ messages)
[PATCH] Demangle function names when disassembling
2020-07-23 16:22 UTC (2+ 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)
[PATCH v5 00/14] Fix BZ 25631 - core file memory access problem
2020-07-23 13:08 UTC (23+ 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
[committed][gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c
2020-07-23 11:46 UTC
[PATCH 0/2] Fortran dynamic type related fixes
2020-07-23 10:28 UTC (7+ 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 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 0/2] avx512 bfloat16 support
2020-07-22 22:27 UTC (6+ 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] 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 (7+ messages)
` [PATCH 1/5] Assume that PT_LWPINFO is always defined on "
` [PATCH 2/5] Assume KERN_PROC_PATHNAME is present "
` [PATCH 4/5] Require kinfo_get_file and kinfo_get_vmmap for "
` [PATCH 5/5] Assume FreeBSD kernels always report exec events
[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][gdb/symtab] Ignore zero line table entries
2020-07-21 19:04 UTC (2+ 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 (6+ messages)
` [PATCH v4 08/14] Use NT_FILE note section for reading core target memory
[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
2020-07-21 18:11 UTC (6+ messages)
[PATCH] gdb/riscv: delete target descriptions when gdb exits
2020-07-21 17:52 UTC (9+ 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 (14+ messages)
` [PATCH 1/8] Remove target_has_all_memory
` [PATCH 2/8] Remove target_has_memory macro
` [PATCH 3/8] Remove target_has_stack macro
` [PATCH 4/8] Remove target_has_registers macro
` [PATCH 5/8] Turn target_can_execute_reverse into function-like macro
` [PATCH 6/8] Remove target_has_execution macro
` [PATCH 7/8] Turn target_can_lock_scheduler into a function-like macro
` [PATCH 8/8] Turn target_have_steppable_watchpoint into "
[PATCH 0/2] Handle "line 0" ranges (PR26243, PR15314, PR15668)
2020-07-21 16:40 UTC (6+ 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)
[committed][gdb/testsuite] Fix gdb.reverse/solib-{precsave,reverse}.exp with gcc-8
2020-07-21 14:24 UTC
[PATCH v2] Fixed pretty printing max depth behavior
2020-07-21 13:31 UTC
[committed][gdb/testsuite] Fix step-reverse.c with gcc-10
2020-07-21 13:30 UTC
[PATCH] Fixed pretty printing max depth behavior
2020-07-21 13:29 UTC (3+ messages)
[PATCH] Enable multi-process mode in the NetBSD native target
2020-07-21 12:42 UTC (5+ messages)
` [PATCH v2] "
[committed][gdb/testsuite] Fix gdb.fortran/info-modules.exp with gcc-8
2020-07-21 9:37 UTC
[committed][gdb/testsuite] Make inline-locals.c deterministic
2020-07-21 8:26 UTC
[committed][gdb/testsuite] Don't leak env vars in gdb.debuginfod/fetch_src_and_symbols.exp
2020-07-21 7:45 UTC
[committed][gdb/testsuite] Stabilize execution order in omp-par-scope.c
2020-07-21 1:51 UTC (2+ messages)
[PATCH 0/9] Use htab_up in more places
2020-07-21 0:55 UTC (4+ messages)
` [PATCH 5/9] Use htab_up in linespec.c
[PATCH 0/4] Regcache fix and optimization
2020-07-20 20:41 UTC (5+ 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 V5 0/3] eBPF support
2020-07-20 19:17 UTC (2+ messages)
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