[PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
2021-02-05 4:50 UTC (31+ messages)
` [PATCH v5 01/25] New target methods for memory tagging support
` [PATCH v5 02/25] New gdbarch memory tagging hooks
` [PATCH v5 03/25] Add GDB-side remote target support for memory tagging
` [PATCH v5 04/25] Unit testing for GDB-side remote memory tagging handling
` [PATCH v5 05/25] GDBserver remote packet support for memory tagging
` [PATCH v5 08/25] AArch64: Add MTE CPU feature check support
` [PATCH v5 11/25] AArch64: Add MTE ptrace requests
` [PATCH v5 12/25] AArch64: Implement memory tagging target methods for AArch64
` [PATCH v5 13/25] Convert char array to std::string in linux_find_memory_regions_full
` [PATCH v5 14/25] Refactor parsing of /proc/<pid>/smaps
` [PATCH v5 15/25] AArch64: Implement the memory tagging gdbarch hooks
` [PATCH v5 17/25] AArch64: Report tag violation error information
` [PATCH v5 20/25] New memory-tag commands
` [PATCH v5 21/25] Documentation for the new mtag commands
` [PING] [PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
[PATCH 1/2] sim: riscv: new port
2021-02-05 0:04 UTC (9+ messages)
` [PATCH 2/2] riscv: enable gdb/sim integration
[PATCH] sim: example-synacor: a simple implementation for reference
2021-02-04 22:50 UTC (4+ messages)
` [PATCH v2] "
new gdb build failures on MacOS X (... fallout from libintl fixups, see users/nalcock/included-gettext)
2021-02-04 22:31 UTC (4+ messages)
[pushed] gdb: make target_is_non_stop_p return bool
2021-02-04 20:47 UTC
[PATCH] gdb/riscv: select rv32 target by default when requested
2021-02-04 20:44 UTC
[PATCH] gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on suitable targets
2021-02-04 20:38 UTC
[PATCH] gdb: Use correct feature in tdesc-regs for ARC
2021-02-04 19:35 UTC (2+ messages)
` [PUSHED] "
[PATCH] gdb: Do not interrupt atomic sequences for ARC
2021-02-04 19:27 UTC (6+ messages)
` [PATCH v2] "
[PATCH 0/4] Clear target async event handlers in wait method
2021-02-04 18:34 UTC (7+ messages)
` [PATCH 1/4] gdb: make async event handlers clear themselves
` [PATCH 2/4] gdb: make remote target clear its async event handler in wait
GDB 10.2 release (respin) -- 2021-01-31 Update
2021-02-04 10:30 UTC (6+ messages)
[PATCH 0/8] pass gdb.btrace with clang
2021-02-04 8:10 UTC (12+ messages)
` [PATCH 1/2] gdb, btrace: fix hang when stepping over a breakpoint at the end of the trace
` [PATCH 1/8] testsuite: extend nopie handling to add -fno-pie to compiler flags
` [PATCH] testsuite: note on use_gdb_stub usage
` [PATCH 2/2] gdb, record: move no-history notification into normal_stop
` [PATCH 2/8] testsuite, gdb.btrace: remove assembly-check in delta.exp
` [PATCH 3/8] testsuite, gdb.btrace: pass rn-dl-bind.exp with clang
` [PATCH 4/8] testsuite, gdb.btrace: move -Wl,-x to ldflags
` [PATCH 5/8] testsuite, gdb.btrace: adjust expected output to pass with clang
` [PATCH 6/8] testsuite, gdb.btrace: remove implicit debug option in stepi.exp
` [PATCH 7/8] testsuite, gdb.btrace: adjust expected source line in non-stop.exp
` [PATCH 8/8] gdb, testsuite: enforce lazy binding for gdb.btrace/rn-dl-bind.exp
[pushed] gdb: infrun: move stop_soon variable to inner scoped in handle_inferior_event
2021-02-03 19:40 UTC
[PATCH] gdb/testsuite: use "set sysroot" in gdb.multi/multi-target.exp.tcl
2021-02-03 19:33 UTC
[PATCH][gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_list
2021-02-03 18:29 UTC (2+ messages)
[PATCH][gdb] Fix internal-error in process_event_stop_test
2021-02-03 10:58 UTC (6+ messages)
[PATCHv2 0/9] Bare-metal core dumps for RISC-V
2021-02-03 3:04 UTC (25+ messages)
` [PATCHv2 1/9] gdb: unify parts of the Linux and FreeBSD core dumping code
` [PATCHv2 2/9] bfd/binutils: support for gdb target descriptions in the core file
` PING: "
` [PATCHv2 3/9] gdb: write target description into "
` [PATCHv2 4/9] bfd/riscv: prepare to handle bare metal core dump creation
` PING: "
` [PATCHv2 5/9] gdb/riscv: introduce bare metal core dump support
` [PATCHv2 6/9] bfd/binutils: add support for RISC-V CSRs in core files
` [PATCHv2 7/9] gdb/riscv: make riscv target description names global
` [PATCHv2 8/9] gdb/riscv: write CSRs into baremetal core dumps
` [PATCHv2 9/9] gdb/arm: add support for bare-metal "
[PATCH v4 0/3] Reduce back and forth with target when threads have pending statuses
2021-02-03 1:35 UTC (2+ messages)
[PATCH 00/12] Fix detach + displaced-step regression + N bugs more
2021-02-03 1:33 UTC (28+ messages)
` [PATCH 01/12] Fix attaching in non-stop mode
` [PATCH 03/12] Testcase for "
` [PATCH 04/12] Fix a couple vStopped pending ack bugs
` [PATCH 05/12] gdbserver: spurious SIGTRAP w/ detach while step-over in progress
` [PATCH 06/12] Factor out after-stop event handling code from stop_all_threads
` [PATCH 07/12] prepare_for_detach: don't release scoped_restore at the end
` [PATCH 09/12] detach and breakpoint removal
` [PATCH 11/12] detach in all-stop with threads running
` [PATCH 12/12] Testcase for detaching while stepping over breakpoint
[PATCH v2] inferior without argument prints detail of current inferior
2021-02-02 23:37 UTC (6+ messages)
` [PATCH v4] "
[pushed] gdb/testsuite: use proc_with_prefix in gdb.base/scope.exp
2021-02-02 17:02 UTC
[PATCH][gdb/symtab] Handle missing aranges with debug_names
2021-02-02 16:06 UTC
[PATCH 00/13] DWARF 5 rnglists & loclists fixes (PR 26813)
2021-02-02 15:43 UTC (9+ messages)
` [PATCH 10/13] gdb/testsuite: add .debug_loclists tests
[PATCH][gdb/symtab] Fix assert in write_one_signatured_type
2021-02-02 8:34 UTC (3+ messages)
[PATCH][gdb/testsuite] Fix gdb.dwarf2/fission-reread.exp with .gdb_index
2021-02-02 8:26 UTC (3+ messages)
[PATCH][gdb/breakpoints] Fix segfault for catch syscall -1
2021-02-02 8:13 UTC
[PATCH] Correction of gdb.dwarf2/pr13961.S
2021-02-02 5:47 UTC (3+ messages)
[PATCH 00/11] fix build warnings for rx simulator
2021-02-02 4:53 UTC (17+ messages)
` [PATCH 01/11] sim/rx: define sim_memory_map
` [PATCH 02/11] sim/rx: fix an issue where we try to modify a const string
` [PATCH 03/11] sim/rx: fill in missing 'void' for empty argument lists
` [PATCH 04/11] sim/rx: mark some functions as static
` [PATCH 05/11] sim/rx: delete an unused function
` [PATCH 06/11] sim/rx: use puts instead of printf in a few places
` [PATCH 07/11] sim/rx: move some variable declarations to the start of the block
` [PATCH 08/11] sim/rx: use PRIx64 in printf format string
` [PATCH 09/11] sim/rx: add some missing includes
` [PATCH 10/11] sim/rx: avoid pointer arithmetic on void * pointers
` [PATCH 11/11] sim/rx: enable build with warnings
` [PATCH] sim: erc32/m32c/rl78: add sim_memory_map stub for gdb
[PATCH 0/5] CTF: bug fixes and new features
2021-02-02 1:48 UTC (6+ messages)
` [PATCH 1/5] CTF: fix incorrect function return type
` [PATCH 2/5] CTF: set up debug info for function arguments
` [PATCH 3/5] CTF: handle forward reference type
` [PATCH 4/5] CTF: add all members of an enum type to psymtab
` [PATCH 5/5] CTF: multi-CU and archive support
[PATCH 1/2] gdb: linux-nat: make linux_nat_filter_event return void
2021-02-01 19:48 UTC (3+ messages)
` [PATCH 2/2] gdbserver: linux-low: make linux_process_target::filter_event "
[PATCH 3/3] Fix reverse stepping multiple contiguous PC ranges
2021-02-01 19:19 UTC
[PATCH] Handle glibc's thread cancellation signal (SIG32) in gdb.threads/create-fail.exp
2021-02-01 19:15 UTC (2+ messages)
` [PING] "
[PATCH 0/3] Querying registers of already-exited processes
2021-02-01 16:48 UTC (2+ messages)
[PATCH/committed] sim: bpf/or1k: fix CGEN_TRACE_EXTRACT name
2021-02-01 14:51 UTC (3+ messages)
[PATCH 0/2] Revive sim common tests
2021-02-01 6:44 UTC (4+ messages)
` [PATCH 1/2] sim: testsuite: Get common tests compiling again
[PATCH] sim: microblaze: breakpoint inst check + a couple of questions
2021-02-01 3:04 UTC (5+ messages)
[PATCH] sim: common: Fix pointer sign warnings
2021-02-01 2:14 UTC (4+ messages)
[PATCH/committed] sim: cgen-trace: tweak printf call
2021-01-31 22:32 UTC
[PATCH/committed] sim: bpf: fix mainloop extract call
2021-01-31 22:20 UTC
[PATCH/committed] sim: v850: cleanup build warnings
2021-01-31 20:20 UTC
[PATCH/committed] sim: v850: fix handling of SYS_times
2021-01-31 20:20 UTC
[PATCH] sim: testsuite: push $arch out to targets
2021-01-31 19:41 UTC (8+ messages)
[PATCH 4/4] Skip .cold functions in search_minsyms_for_name
2021-01-31 18:06 UTC (3+ messages)
[PATCH/committed] sim: moxie: cleanup build warnings
2021-01-31 17:08 UTC
[PATCH v2] Fix raw-frame-arguments in combination with frame-filters
2021-01-31 13:46 UTC
[PATCH 3/4] Fix handling of DW_AT_entry_pc of inlined subroutines
2021-01-31 9:13 UTC
[PATCH 2/4] Fix range end handling of inlined subroutines
2021-01-31 9:13 UTC
[PATCH 1/4] Introduce a new line table flag is_weak
2021-01-31 9:12 UTC
[PATCH 0/4] Improve debugging of optimized code
2021-01-31 9:12 UTC
[PING^3] [PATCH 3/4] Add optional styled argument to gdb.execute
2021-01-31 7:16 UTC (2+ messages)
[PATCH 1/4] Fix wrong method name
2021-01-31 7:13 UTC (3+ messages)
` [PATCH 4/4] Fix raw-frame-arguments in combination with frame-filters
[PING][PATCH] Also compare frame_id_is_next in frapy_richcompare
2021-01-31 7:04 UTC (2+ messages)
[PATCH] sim: watchpoints: use common sim_pc_get
2021-01-31 5:24 UTC
[PATCH] sim: common: switch AC_CONFIG_HEADERS
2021-01-31 4:26 UTC
[PATCH] sim: igen: drop libiberty linkage
2021-01-31 4:25 UTC
[PATCH] sim: drop use of bfd/configure.host
2021-01-31 1:26 UTC
[PATCH/committed 1/4] sim: m68hc11: include stdlib.h for prototypes
2021-01-30 18:40 UTC (4+ messages)
` [PATCH/committed 2/4] sim: m68hc11: tweak printf-style funcs
` [PATCH/committed 3/4] sim: m68hc11: localize a few functions
` [PATCH/committed 4/4] sim: m68hc11: fix printf size warnings
[PING^3] [PATCH 4/4] Fix raw-frame-arguments in combination with frame-filters
2021-01-30 14:19 UTC
[PING^4] [PATCH] Also compare frame_id_is_next in frapy_richcompare
2021-01-30 14:16 UTC
[PING^2] [PATCH 1/3] Refresh regs window in display_registers_from
2021-01-30 14:14 UTC
[PING^2] [PATCH v2] Don't add window duplicates to tui_windows
2021-01-30 14:13 UTC (2+ messages)
[PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549
2021-01-29 15:47 UTC
[PATCH][gdb/testsuite] Fix gdb.opt/solib-intra-step.exp with -m32 and gcc-10
2021-01-29 10:44 UTC (7+ messages)
[PATCH] sim: readd myself as a maintainer
2021-01-29 10:41 UTC (5+ messages)
[PATCH][gdb/breakpoint] Fix stepping past non-stmt line-table entries
2021-01-29 10:23 UTC (3+ messages)
[PATCH v3] Use flexible target descriptions for Linux PowerPC
2021-01-29 9:40 UTC (2+ messages)
[PATCH][gdb/exp] Fix assert when adding ptr to imaginary unit
2021-01-29 7:10 UTC (4+ messages)
[PATCH] Extract symbol-writing function from parsers
2021-01-29 3:20 UTC (4+ messages)
[PATCH][gdb/breakpoints] Fix longjmp master breakpoint with separate debug info
2021-01-28 20:07 UTC (4+ messages)
[PATCH 0/2] Expression Evaluation Changes For Dynamic Types
2021-01-28 19:57 UTC (2+ messages)
` PING: "
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