[PATCH 0/5] Remove support for old FreeBSD hosts
2020-07-20 17:31 UTC (4+ 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] Fixed pretty printing max depth behavior
2020-07-20 17:21 UTC (2+ messages)
[PATCH] gdb: Don't hard code 0 as end marker in GDB's line table
2020-07-20 16:57 UTC (3+ 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
GDB 10 branching - 2020-07-18 Update
2020-07-20 15:22 UTC (5+ messages)
[PATCH] Enable multi-process mode in the NetBSD native target
2020-07-20 15:13 UTC
[PATCH v3 1/2] guile: Add support for Guile 2.2
2020-07-20 15:01 UTC (7+ messages)
` [PATCH v4 "
[PATCH] Skip tests requiring "alignof (void)" when compiling using clang
2020-07-20 14:10 UTC (2+ messages)
` [PUSHED] "
[committed][gdb/testsuite] Stabilize execution order in omp-par-scope.c
2020-07-20 12:42 UTC
[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 0/9] Use htab_up in more places
2020-07-20 1:47 UTC (13+ 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] Implement the skip_solib_resolver gdbarch hook for FreeBSD architectures
2020-07-19 15:47 UTC (9+ messages)
` [PATCH v2] "
[PATCH v3 0/9] Handling multiple JITers
2020-07-19 15:44 UTC (14+ 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 v3 4/9] gdb/jit: apply some simplifications and assertions
` [PATCH v3 5/9] gdb/jit: move cached_code_address and jit_breakpoint to jiter_objfile_data
` [PATCH v3 6/9] gdb/jit: enable tracking multiple JITer objfiles
` [PATCH v3 7/9] gdb/jit: remove jiter_objfile_data -> objfile back-link
` [PATCH v3 8/9] gdb/jit: apply minor cleanup and modernization
` [PATCH v3 9/9] gdb/jit: skip jit symbol lookup if already detected the symbols don't exist
[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
2020-07-19 15:43 UTC (5+ messages)
[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 0/5] Genericize gdbarch_handle_segmentation_fault
2020-07-17 22:03 UTC (6+ 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 00/23] Memory Tagging Support + AArch64 Linux implementation
2020-07-17 22:02 UTC (38+ messages)
` [PATCH 01/23] New target methods for memory tagging support
` [PATCH 02/23] New gdbarch memory tagging hooks
` [PATCH 03/23] Add GDB-side remote target support for memory tagging
` [PATCH 04/23] Unit testing for GDB-side remote memory tagging handling
` [PATCH 05/23] GDBserver remote packet support for memory tagging
` [PATCH 06/23] Unit tests for gdbserver memory tagging remote packets
` [PATCH 07/23] Documentation for "
` [PATCH 08/23] AArch64: Add MTE CPU feature check support
` [PATCH 09/23] AArch64: Add target description/feature for MTE registers
` [PATCH 10/23] AArch64: Add MTE register set support for GDB and gdbserver
` [PATCH 11/23] AArch64: Add MTE ptrace requests
` [PATCH 12/23] AArch64: Implement memory tagging target methods for AArch64
` [PATCH 13/23] Refactor parsing of /proc/<pid>/smaps
` [PATCH 14/23] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH 15/23] AArch64: Add unit testing for logical tag set/get operations
` [PATCH 16/23] AArch64: Report tag violation error information
` [PATCH 17/23] AArch64: Add gdbserver MTE support
` [PATCH 18/23] New mtag commands
` [PATCH 19/23] Documentation for the new "
` [PATCH 20/23] Extend "x" and "print" commands to support memory tagging
` [PATCH 21/23] Document new "x" and "print" memory tagging extensions
` [PATCH 22/23] Add NEWS entry
` [PATCH 23/23] Add memory tagging testcases
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] gdb/riscv: delete target descriptions when gdb exits
2020-07-17 16:20 UTC (6+ messages)
[PATCH 0/2] Changes to show architecture/endian message
2020-07-17 15:52 UTC (10+ messages)
` [PATCH 1/2] gdb: Improve formatting of 'show architecture' messages
` [PUSHED 0/2] Changes to show architecture/endian message
` [PUSHED 1/2] gdb: Improve formatting of 'show architecture' messages
` [PUSHED 2/2] gdb: Improve formatting of 'show endian' 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)
[PATCH][gdb/symtab] Ignore zero line table entries
2020-07-16 17:49 UTC
[patch] gdb/testsuite: Fix POSIX-isms in gdb.base/shell.exp
2020-07-16 16:44 UTC (4+ messages)
` [ping] "
[PATCH] Fix issues with reading rnglists, especially from dwo files, for DWARF v5
2020-07-16 16:09 UTC (27+ messages)
` [PATCH V3] "
` [PATCH V4] "
` [PATCH V5] "
[PATCH] Update gnulib to current trunk
2020-07-16 14:56 UTC (7+ messages)
[committed][gdb/testsuite] Add pseudo line number program instruction: line
2020-07-16 13:34 UTC
[PATCH 0/4] arc: Add GNU/Linux support
2020-07-16 13:28 UTC (18+ messages)
` [PATCH v2 "
` [PATCH v2 2/4] arc: Recognize registers available on Linux targets
` [PATCH v3 0/3] arc: Add GNU/Linux support
` [PATCH v3 1/3] arc: Add ARCv2 XML target along with refactoring
` [PATCH v3 2/3] arc: Add hardware loop detection
` [PATCH v3 3/3] arc: Add GNU/Linux support for ARC
[PATCH] gdb/fortran: Don't access non-existent type fields
2020-07-16 9:47 UTC
[PATCH] Require GNU make 3.82
2020-07-15 21:48 UTC (10+ messages)
[patch] gdb/testsuite: Fix more bugs in gdb testglue wrapper handling
2020-07-15 19:56 UTC (2+ messages)
` [ping] "
[PATCH] Fix build with GNU Make 3.81
2020-07-15 18:30 UTC (5+ messages)
[PATCH] gdb/fortran: Handle dynamic string types when printing types
2020-07-15 15:11 UTC (5+ messages)
[committed][gdb/testsuite] Handle callq -> call disassembly change
2020-07-15 9:18 UTC
[PATCH] gdb/testsuite/lib/dwarf.exp: fix addr_size parameter comments
2020-07-15 3:18 UTC (4+ messages)
[PATCH 0/2] Improvements to Python Register Descriptor API
2020-07-14 17:14 UTC (8+ messages)
` [PATCH 1/2] gdb/python: Reuse gdb.RegisterDescriptor objects where possible
` [PATCH 2/2] gdb/python: Reuse gdb.RegisterGroup "
` [PATCHv2 0/2] Improvements to Python Register Descriptor API
` [PATCHv2 1/2] gdb/python: Reuse gdb.RegisterDescriptor objects where possible
` [PATCHv2 2/2] gdb/python: Reuse gdb.RegisterGroup "
[committed][gdb/testsuite] Fix clone-new-thread-event.c with glibc 2.30
2020-07-14 8:36 UTC
[PATCH v4 00/14] Fix BZ 25631 - core file memory access problem
2020-07-14 7:53 UTC (4+ messages)
` [PATCH v4 08/14] Use NT_FILE note section for reading core target memory
[PATCH] gdbserver: fix memory leak when handling qsupported packet
2020-07-14 2:28 UTC (5+ messages)
[PATCH] gdb: handle undefined properties in ada_discrete_type_{low, high}_bound
2020-07-14 2:10 UTC
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