public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
[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] "

[PATCH][gdb] Fix internal-error in process_event_stop_test
 2021-02-02 18:25 UTC  (4+ messages)

[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 

GDB 10.2 release (respin) -- 2021-01-31 Update
 2021-02-02 16:05 UTC  (2+ messages)

[PATCH 00/13] DWARF 5 rnglists & loclists fixes (PR 26813)
 2021-02-02 15:43 UTC  (27+ messages)
` [PATCH 01/13] gdb/dwarf: change read_loclist_index complaints into errors
` [PATCH 02/13] gdb/dwarf: fix bound check in read_rnglist_index
` [PATCH 05/13] gdb/dwarf: few fixes for handling DW_FORM_{rng, loc}listx
  ` [PATCH 05/13] gdb/dwarf: few fixes for handling DW_FORM_{rng,loc}listx
` [PATCH 06/13] gdb/dwarf: read correct rnglist/loclist header in read_{rng, loc}list_index
  ` [PATCH 06/13] gdb/dwarf: read correct rnglist/loclist header in read_{rng,loc}list_index
` [PATCH 07/13] gdb/dwarf: read DW_AT_ranges value as unsigned in partial_die_info::read
` [PATCH 08/13] gdb/testsuite: add .debug_rnglists tests
` [PATCH 09/13] gdb/testsuite: DWARF assembler: add context parameters to _location
` [PATCH 10/13] gdb/testsuite: add .debug_loclists tests

[PATCH][gdb/symtab] Fix duplicate CUs in create_cus_from_debug_names_list
 2021-02-02 11:35 UTC 

[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)

[PATCHv2 0/9] Bare-metal core dumps for RISC-V
 2021-02-01 15:10 UTC  (24+ 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/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  (5+ 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: "

[PATCH] gdb: remove unneeded switch_to_thread from thr_try_catch_cmd
 2021-01-28 17:34 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix g0 search in gdb.arch/i386-sse-stack-align.exp
 2021-01-28 16:23 UTC  (4+ messages)

[PATCH 1/2] gdb: rename type::{arch, objfile} -> type::{arch_owner, objfile_owner}
 2021-01-28 15:15 UTC  (4+ messages)
` [PATCH 2/2] gdb: rename get_type_arch to type::arch

[PATCH][gdb/testsuite] Fix gdb.arch/i386-gnu-cfi.exp
 2021-01-28 15:08 UTC  (2+ messages)

[PUSHED] gdb: update comment for execute_command_to_string
 2021-01-28 10:04 UTC 

[PATCH v5 00/25] Memory Tagging Support + AArch64 Linux implementation
 2021-01-28 10:02 UTC  (29+ messages)
` [PATCH v5 01/25] New target methods for memory tagging support
` [PATCH v5 04/25] Unit testing for GDB-side remote memory tagging handling
` [PATCH v5 07/25] Documentation for memory tagging remote packets
` [PATCH v5 08/25] AArch64: Add MTE CPU feature check support
` [PATCH v5 09/25] AArch64: Add target description/feature for MTE registers
` [PATCH v5 10/25] AArch64: Add MTE register set support for GDB and gdbserver
` [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 16/25] AArch64: Add unit testing for logical tag set/get operations
` [PATCH v5 17/25] AArch64: Report tag violation error information
` [PATCH v5 18/25] AArch64: Add gdbserver MTE support
` [PATCH v5 19/25] AArch64: Add MTE register set support for core files
` [PATCH v5 20/25] New memory-tag commands
` [PATCH v5 21/25] Documentation for the new mtag commands
` [PATCH v5 22/25] Extend "x" and "print" commands to support memory tagging
` [PATCH v5 23/25] Document new "x" and "print" memory tagging extensions
` [PATCH v5 24/25] Add NEWS entry
` [PATCH v5 25/25] Add memory tagging testcases

[PATCH] RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn
 2021-01-28  1:27 UTC  (3+ messages)

[PATCH][PR gdb/27133] Avoid use after free with logging and debug redirect
 2021-01-27 22:20 UTC  (3+ messages)

[PATCH][gdb/testsuite] Fix ERROR in gdb.dwarf2/dw2-out-of-range-end-of-seq.exp
 2021-01-27 21:51 UTC  (4+ messages)

[PATCH] gdb/tui: remove special handling of locator/status window
 2021-01-27 21:33 UTC  (2+ messages)

[PATCH] gdb/testsuite: unset XDG_CONFIG_HOME
 2021-01-27 20:51 UTC  (2+ messages)

[PATCH][gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with -m32 and gcc-10
 2021-01-27 20:49 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).