[PATCH 0/9] Remove some macros from exec.h and progspace.h
2020-07-22 3:34 UTC (5+ 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 7/9] Remove the exec_bfd macro
[PATCH v5 00/14] Fix BZ 25631 - core file memory access problem
2020-07-22 2:27 UTC (16+ 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
[PATCH] gdbserver: handle running threads in qXfer:threads:read
2020-07-22 1:43 UTC
[patch] gdb/testsuite: Fix more bugs in gdb testglue wrapper handling
2020-07-21 21:41 UTC (3+ messages)
[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
GDB 10 branching - 2020-07-18 Update
2020-07-21 20:38 UTC (6+ messages)
[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/doc] Fix to manual for description of remote protocol
2020-07-21 19:14 UTC
[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 (7+ messages)
` [PATCH 1/5] Add a new gdbarch hook to report additional signal information
` [PATCH 2/5] Report architecture-specific signal information for core files
` [PATCH 3/5] Migrate the x86 MPX handle_segmentation_fault hook to report_signal_info
` [PATCH 4/5] Migrate the sparc64 ADI "
` [PATCH 5/5] Retire the now-unused gdbarch handle_segmentation_fault hook
[PATCH 0/2] Improvements to Python Register Descriptor API
2020-07-21 18:26 UTC (3+ messages)
` [PATCHv2 "
[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 (7+ messages)
[PATCH v4 0/9] Handling multiple JITers
2020-07-21 18:06 UTC (10+ 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] gdb/riscv: delete target descriptions when gdb exits
2020-07-21 17:52 UTC (10+ messages)
[PATCH v3 0/9] Handling multiple JITers
2020-07-21 17:42 UTC (12+ 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 (5+ 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)
[PATCH 0/2] avx512 bfloat16 support
2020-07-21 15:52 UTC (3+ messages)
` [PATCH 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions
` [PATCH 2/2] Add bfloat16 support for AVX512 register view
[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
[PATCH 0/3] Prevent bad conditions from putting breakpoints into broken state
2020-07-21 9:08 UTC (2+ messages)
[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
[PATCH, v1] Add code for processing version 5 DWP files (for use with DWARF v5)
2020-07-21 4:06 UTC
[PATCH 0/5] Remove support for old FreeBSD hosts
2020-07-21 2:16 UTC (7+ messages)
` [PATCH 1/5] Assume that PT_LWPINFO is always defined on "
` [PATCH 2/5] Assume KERN_PROC_PATHNAME is present "
` [PATCH 3/5] Assume FreeBSD hosts include support for fetching signal information
` [PATCH 4/5] Require kinfo_get_file and kinfo_get_vmmap for FreeBSD hosts
` [PATCH 5/5] Assume FreeBSD kernels always report exec events
[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 (14+ messages)
` [PATCH 1/9] Use htab_up in auto-load.c
` [PATCH 2/9] Use htab_up in breakpoint.c
` [PATCH 3/9] Use htab_up in completion_tracker
` [PATCH 4/9] Use htab_up in filename_seen_cache
` [PATCH 5/9] Use htab_up in linespec.c
` [PATCH 6/9] Use htab_up in target-descriptions.c
` [PATCH 7/9] Use htab_up in typedef_hash_table
` [PATCH 8/9] Use htab_up in type copying
` [PATCH 9/9] Use htab_up in dwarf2/read.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)
[PATCH 1/2] Fix script name in usage and generated year range
2020-07-20 16:28 UTC (2+ messages)
` [PATCH 2/2] Update FreeBSD system calls for 13.0-CURRENT
[PATCH] Skip tests requiring "alignof (void)" when compiling using clang
2020-07-20 14:10 UTC (2+ messages)
` [PUSHED] "
[PATCH] Unify Solaris procfs and largefile handling
2020-07-20 11:28 UTC (3+ messages)
[Patch] GDB: aarch64: Add ability to step over a BR/BLR instruction
2020-07-20 11:13 UTC (4+ messages)
[committed][gdb/testsuite] Fix valgrind-infcall-2.exp without libc debug info
2020-07-20 9:20 UTC
[committed][gdb/testsuite] Bail out after gdb_start error in gdb.threads/attach-slow-waitpid.exp
2020-07-20 8:55 UTC
[PATCH] Modify dw5-rnglist-test to use .S file instead of .cc file
2020-07-20 2:12 UTC
[PATCH] Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures
2020-07-19 15:47 UTC (9+ messages)
` [PATCH v2] "
[PATCH] DWARFv5: Handle DW_MACRO_define_strx and DW_MACRO_undef_strx macro entries
2020-07-19 15:35 UTC (2+ messages)
libctf compilation failure on MinGW
2020-07-18 19:06 UTC (3+ messages)
[pushed] Remove "linux_multi_process" global
2020-07-18 16:44 UTC
[PATCH 00/23] Memory Tagging Support + AArch64 Linux implementation
2020-07-17 22:02 UTC (19+ messages)
` [PATCH 07/23] Documentation for memory tagging remote packets
` [PATCH 19/23] Documentation for the new mtag commands
` [PATCH 21/23] Document new "x" and "print" memory tagging extensions
` [PATCH 22/23] Add NEWS entry
Possible bug in GDB configuration machinery
2020-07-17 20:54 UTC
[PATCH] Update testsuite mechanism to allow object files as source files
2020-07-17 17:45 UTC (15+ messages)
[PATCH 0/2] Changes to show architecture/endian message
2020-07-17 15:52 UTC (6+ messages)
` [PATCH 1/2] gdb: Improve formatting of 'show architecture' messages
[pushed] Use boolean literals in linux-nat.c
2020-07-17 15:21 UTC
[committed][gdb/testsuite] Use MACRO_AT_{func,range}
2020-07-17 14:43 UTC
[committed][gdb/testsuite] Drop src arg of MACRO_AT_{func,range}
2020-07-17 12:36 UTC
[committed][gdb/testsuite] Remove Dwarf::extern
2020-07-17 11:07 UTC
[PATCH] [RFC][AArch64] Fix some erroneous behavior in gdb.base/step-over-syscall.exp
2020-07-16 19:44 UTC (3+ 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