[PATCH 00/20] Remove objfile_type
2023-03-18 15:57 UTC (25+ messages)
` [PATCH 01/20] Introduce type_allocator
` [PATCH 02/20] Remove alloc_type_arch
` [PATCH 03/20] Remove alloc_type_copy
` [PATCH 04/20] Remove alloc_type
` [PATCH 05/20] Reuse existing builtin types
` [PATCH 06/20] Remove arch_type
` [PATCH 07/20] Remove init_type
` [PATCH 08/20] Unify arch_integer_type and init_integer_type
` [PATCH 09/20] Unify arch_character_type and init_character_type
` [PATCH 10/20] Unify arch_boolean_type and init_boolean_type
` [PATCH 11/20] Unify arch_float_type and init_float_type
` [PATCH 12/20] Unify arch_decfloat_type and init_decfloat_type
` [PATCH 13/20] Unify arch_pointer_type and init_pointer_type
` [PATCH 14/20] Use type allocator for range types
` [PATCH 15/20] Use type allocator for array types
` [PATCH 16/20] Use type allocator for set types
` [PATCH 17/20] Use builtin type when appropriate
` [PATCH 18/20] Rename objfile_type to builtin_type
` [PATCH 19/20] Add some types to struct builtin_type
` [PATCH 20/20] Remove objfile_type
[PATCH] Remove some unnecessary includes from *-exp.y
2023-03-18 14:44 UTC
[pushed] [gdb/testsuite] Handle attributes.h for remote host
2023-03-18 10:34 UTC (3+ messages)
[pushed] [gdb/testsuite] Handle my-syscalls.h for remote host
2023-03-18 9:30 UTC
[PATCH v4 00/13] Handle variable XSAVE layouts
2023-03-18 1:09 UTC (14+ messages)
` [PATCH v4 01/13] x86: Add an x86_xsave_layout structure to handle "
` [PATCH v4 02/13] core: Support fetching TARGET_OBJECT_X86_XSAVE_LAYOUT from architectures
` [PATCH v4 03/13] nat/x86-cpuid.h: Add x86_cpuid_count wrapper around __get_cpuid_count
` [PATCH v4 04/13] x86 nat: Add helper functions to save the XSAVE layout for the host
` [PATCH v4 05/13] gdb: Update x86 FreeBSD architectures to support XSAVE layouts
` [PATCH v4 06/13] gdb: Support XSAVE layouts for the current host in the FreeBSD x86 targets
` [PATCH v4 07/13] gdb: Update x86 Linux architectures to support XSAVE layouts
` [PATCH v4 08/13] gdb: Support XSAVE layouts for the current host in the Linux x86 targets
` [PATCH v4 09/13] gdb: Use x86_xstate_layout to parse the XSAVE extended state area
` [PATCH v4 10/13] gdbserver: Add a function to set the XSAVE mask and size
` [PATCH v4 11/13] gdbserver: Refactor the legacy region within the xsave struct
` [PATCH v4 12/13] gdbserver: Read offsets of the XSAVE extended region via CPUID
` [PATCH v4 13/13] x86: Remove X86_XSTATE_SIZE and related constants
[PATCH 2/2 version 2] fix for gdb.reverse/finish-precsave.exp and gdb.reverse/finish-reverse.exp
2023-03-17 23:05 UTC (23+ messages)
` [PATCH ] PowerPC: "
` [PATCH 2/2 "
` [PATCH 2/2 ver2] "
[PATCH 0/5] Make line tables independent of objfile
2023-03-17 22:21 UTC (13+ messages)
` [PATCH 2/5] Change linetables to be objfile-independent
[PATCH] Make ui_out::do_progress_end 'private'
2023-03-17 22:20 UTC (2+ messages)
[PATCH] Fix line table regression
2023-03-17 22:17 UTC (3+ messages)
[PATCH] Modify align-c/align-c++ test case for AIX
2023-03-17 22:03 UTC (9+ messages)
[PATCH] Update the NetBSD system call table to add eventfd(2) and timerfd(2)
2023-03-17 20:55 UTC (2+ messages)
[PATCH] gdb: introduce bp_loc_tracepoint
2023-03-17 20:36 UTC (3+ messages)
[pushed 0/4] [gdb/testsuite] Fix one more remote host issue in gdb.arch tests
2023-03-17 18:26 UTC (5+ messages)
` [pushed 1/4] [gdb/testsuite] Handle REMOTE_HOST_USERNAME in local-remote-host
` [pushed 2/4] [gdb/testsuite] Fix gdb.arch/i386-biarch-core.exp for remote host
` [pushed 3/4] [gdb/testsuite] Handle remote host in gdb_load_shlib
` [pushed 4/4] [gdb/testsuite] Fix regexp in gdb.arch/ftrace-insn-reloc.exp
[PATCH 0/3] Avoid printing global thread-id in CLI command output
2023-03-17 18:01 UTC (8+ messages)
` [PATCH 3/3] gdb: don't use the global thread-id in the saved breakpoints file
[PATCH] aarch64: Check for valid inferior thread/regcache before reading pauth registers
2023-03-17 17:38 UTC (7+ messages)
[pushed 1/3] [gdb/testsuite] Handle precise-aligned-alloc.c for remote host
2023-03-17 15:07 UTC (3+ messages)
` [pushed 2/3] [gdb/testsuite] Fix have_avx for remote target
` [pushed 3/3] [gdb/testsuite] Set remotedir by default in some boards
[PATCH 1/1] gdb: Avoid warning for the jump command inside an inline function
2023-03-17 13:33 UTC (5+ messages)
` [PING] "
[pushed 1/2] [gdb/testsuite] Add escape_for_host
2023-03-17 12:30 UTC (2+ messages)
` [pushed 2/2] [gdb/testsuite] Handle remote host in escape_for_host
[pushed 0/1] [gdb/testsuite] Declare ada unsupported for remote host
2023-03-17 9:34 UTC (2+ messages)
` [pushed 1/1] "
[pushed] [gdb/testsuite] Fix filename in gdb.debuginfod/crc_mismatch.exp
2023-03-17 9:01 UTC
[PATCH 00/10] Improvements & Cleanup For Python Unwinder API
2023-03-16 19:54 UTC (22+ messages)
` [PATCH 01/10] gdb/doc: spring clean the Python unwinders documentation
` [PATCH 02/10] gdb/python: make the gdb.unwinder.Unwinder class more robust
` [PATCH 05/10] gdb/python: add some additional methods to gdb.PendingFrame
` [PATCH 10/10] gdb/python: Add new gdb.unwinder.FrameId class
[PATCHv4 00/12] Infcalls from B/P conditions in multi-threaded inferiors
2023-03-16 17:37 UTC (13+ messages)
` [PATCHv5 00/11] "
` [PATCHv5 01/11] gdb: include breakpoint number in testing condition error message
` [PATCHv5 02/11] gdbserver: allows agent_mem_read to return an error code
` [PATCHv5 03/11] gdbserver: allow agent expressions to fail with invalid memory access
` [PATCHv5 04/11] gdb: avoid repeated signal reporting during failed conditional breakpoint
` [PATCHv5 05/11] gdb: don't always print breakpoint location after failed condition check
` [PATCHv5 06/11] Revert "gdb: remove unnecessary parameter wait_ptid from do_target_wait"
` [PATCHv5 07/11] gdb: fix b/p conditions with infcalls in multi-threaded inferiors
` [PATCHv5 08/11] gdb: add timeouts for inferior function calls
` [PATCHv5 09/11] gdb/remote: avoid SIGINT after calling remote_target::stop
` [PATCHv5 10/11] gdb: introduce unwind-on-timeout setting
` [PATCHv5 11/11] gdb: rename unwindonsignal to unwind-on-signal
[PATCH 00/12] Infcalls from B/P conditions in multi-threaded inferiors
2023-03-16 17:15 UTC (5+ messages)
` [PATCHv2 00/13] "
` [PATCHv2 01/13] gdb/doc: extended documentation for inferior function calls
[PATCHv2 0/6] Inferior specific breakpoints
2023-03-16 17:03 UTC (4+ messages)
` [PATCHv3 0/2] "
` [PATCHv3 1/2] gdb: cleanup around some set_momentary_breakpoint_at_pc calls
` [PATCHv3 2/2] gdb: add inferior-specific breakpoints
[PATCH 0/3] AMD64 Displaced Stepping Fix
2023-03-16 16:39 UTC (6+ messages)
` [PATCHv2 0/4] "
` [PATCHv2 1/4] gdb: more debug output for displaced stepping
` [PATCHv2 2/4] gdb: remove gdbarch_displaced_step_fixup_p
` [PATCHv2 3/4] gdb: fix reg corruption from displaced stepping on amd64
` [PATCHv2 4/4] gdb: remove redundant signal passing
[PATCH 00/31] Step over thread clone and thread exit
2023-03-16 16:19 UTC (9+ messages)
` [PATCH 01/31] displaced step: pass down target_waitstatus instead of gdb_signal
` [PATCH 02/31] linux-nat: introduce pending_status_str
[PATCH] Enable-vector-register-visibility-in-core-file-for-AIX.patch
2023-03-16 15:11 UTC (10+ messages)
[PATCH v2] gdb/testsuite: Add support for LoongArch in gdb.base/float.exp
2023-03-16 15:04 UTC (2+ messages)
[PATCH] Fix build breakage in rs6000-aix-tdep.c
2023-03-16 14:57 UTC (3+ messages)
[PATCH v4] [PR mi/29554] New PRINT-VALUES option '--scalar-values'
2023-03-16 12:28 UTC (7+ messages)
` [PATCH v5] "
[pushed] Fix formatting in gdb/printing.py
2023-03-15 19:14 UTC
[PATCH] Rewrite Ada symbol cache
2023-03-15 17:49 UTC
[pushed 0/5] [gdb/testsuite] Fix remote host issues in gdb.arch tests
2023-03-15 15:38 UTC (6+ messages)
` [pushed 1/5] [gdb/testsuite] Fix gdb.arch/amd64*.exp with local-remote-host-native.exp
` [pushed 2/5] [gdb/testsuite] Unset DEBUGINFOD_URLS on remote host
` [pushed 3/5] [gdb/testsuite] Fix gdb.arch/i386-pkru.exp for native-gdbserver
` [pushed 4/5] [gdb/testsuite] Fix gdb.arch/amd64-stap-special-operands.exp for remote host
` [pushed 5/5] [gdb/testsuite] Fix re-used exec in gdb.arch/ftrace-insn-reloc.exp
[PATCH] [gdb/testsuite] Fix gdb.threads/step-bg-decr-pc-switch-thread.exp for native-gdbserver
2023-03-15 15:00 UTC
[PATCH] gdb/testsuite: gdb.server/server-kill.exp 'info frame' before kill_server
2023-03-15 14:42 UTC
[PATCH 0/5] Implement Ada Pragma Import and Pragma Export
2023-03-14 20:04 UTC (6+ messages)
` [PATCH 1/5] Introduce lookup_minimal_symbol_linkage
` [PATCH 2/5] Bump MAX_SYMBOL_IMPLS
` [PATCH 3/5] Define symbol::value_block separately
` [PATCH 4/5] Introduce symbol_block_ops::get_block_value
` [PATCH 5/5] Handle Ada Pragma Import and Pragma Export
[PATCH 0/2] doc: MPFR is now a necessary requirement
2023-03-14 19:48 UTC (10+ messages)
` [PATCH 2/2] gdb/doc: uniformize wording for GMP and MPFR entries
[PATCH 0/9] Fixes for multiprocess for FreeBSD's native target
2023-03-14 18:21 UTC (2+ messages)
` [PING] "
[PATCH v2 0/1] Add breakpoint location debugging logs
2023-03-14 17:41 UTC (6+ messages)
` [PATCH v2 1/1] gdb, breakpoint: add "
[PATCH] [gdb/testsuite] Use gdb_remote_download in allow_opencl_tests
2023-03-14 16:17 UTC
[RFC 0/3] [gdb/dap] Handle DAP command files
2023-03-14 15:35 UTC (7+ messages)
` [RFC 1/3] [gdb/dap] Add logging of ignored lines
` [RFC 2/3] [gdb/dap] Allow Content-Length on separate line
` [RFC 3/3] [gdb/dap] Allow WAIT_FOR_EVENTS input
[PATCH] Add readMemory and writeMemory requests to DAP
2023-03-14 15:20 UTC
[PATCH] Implement DAP variables, scopes, and evaluate requests
2023-03-14 15:07 UTC (2+ messages)
[PATCH] [aarch64] tpidr2: Fix erroneous detection logic for TPIDR2
2023-03-14 14:22 UTC
[PATCH 0/6] Make GMP data members private
2023-03-14 14:15 UTC (2+ messages)
[PATCH] Fix DAP stackTrace through frames without debuginfo
2023-03-14 14:03 UTC (11+ messages)
[PATCH 0/3] Version comparisons in the test suite
2023-03-14 14:02 UTC (4+ messages)
` [PATCH v2 1/3] Introduce rust_at_least helper proc
` [PATCH v2 2/3] Rewrite version_compare and rust_at_least
` [PATCH v2 3/3] Remove version_at_least
[PATCH] Introduce rust_at_least helper proc
2023-03-14 14:01 UTC (3+ messages)
[PATCH 0/3] PPC/PPC64 "finish" fixes
2023-03-14 13:37 UTC (4+ messages)
` [PATCH 1/3] Handle function descriptors in call_site_target
` [PATCH 2/3] Handle erroneous DW_AT_call_return_pc
` [PATCH 3/3] Use entry values for 32-bit PPC struct return
[pushed] [gdb/testsuite] Add gdb.testsuite/board-sanity.exp
2023-03-14 13:11 UTC
Inquiry:2023 catalog
2023-03-13 23:33 UTC
[PATCHv2 0/5] Add new gdbarch::displaced_step_buffer_length field
2023-03-13 22:01 UTC (4+ messages)
` [PATCHv3 0/9] "
[PATCH 0/3] riscv: improve unwinding with no DWARF
2023-03-13 21:46 UTC (4+ messages)
` [PATCH 1/3] gdb/riscv: convert riscv debug settings to new debug print scheme
` [PATCH 2/3] gdb/riscv: support c.ldsp and c.lwsp in prologue scanner
` [PATCH 3/3] gdb/riscv: fix regressions in gdb.base/unwind-on-each-insn.exp
[PATCH] Fix crash in inside_main_func
2023-03-13 20:11 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