[PATCH 00/26] gdbserver: refactor regcache and allow gradually populating
2023-12-22 16:25 UTC (53+ messages)
` [PATCH 01/26] gdbserver: convert init_register_cache into regcache::initialize
` [PATCH 02/26] gdbserver: convert new_register_cache into a regcache constructor
` [PATCH 03/26] gdbserver: by-pass regcache to access tdesc only
` [PATCH 04/26] gdbserver: boolify and defaultize the 'fetch' parameter of get_thread_regcache
` [PATCH 05/26] gdbserver: add a pointer to the owner thread in regcache
` [PATCH 06/26] gdbserver: turn part of get_thread_regcache into regcache::fetch
` [PATCH 07/26] gdbserver: convert regcache_cpy into regcache::copy_from
` [PATCH 08/26] gdbserver: convert free_register_cache into a destructor of regcache
` [PATCH 09/26] gdbserver: extract out regcache::invalidate and regcache::discard
` [PATCH 10/26] gdbserver: convert registers_to_string into regcache::registers_to_string
` [PATCH 12/26] gdbserver: convert supply_regblock to regcache::supply_regblock
` [PATCH 13/26] gdbserver: convert register_data into regcache::register_data
` [PATCH 14/26] gdbserver: introduce and use regcache::set_register_status
` [PATCH 15/26] gdbserver: check for nullptr condition in regcache::get_register_status
` [PATCH 16/26] gdbserver: boolify regcache fields
` [PATCH 17/26] gdbserver: rename regcache's registers_valid to registers_fetched
` [PATCH 18/26] gdbsupport: fix a typo in a comment in common-regcache.h
` [PATCH 19/26] gdbserver: fix the declared type of register_status in regcache
` [PATCH 20/26] gdbserver: make some regcache fields private
` [PATCH 21/26] gdbserver: use REG_UNKNOWN for a regcache's register statuses
` [PATCH 22/26] gdbserver: zero-out register values in regcache-discard
` [PATCH 23/26] gdbserver: set register statuses in registers_from_string
` [PATCH 24/26] gdbserver: return tracked register status in regcache_raw_read_unsigned
` [PATCH 25/26] gdbserver: refuse null argument in regcache::supply_regblock
` [PATCH 26/26] gdbserver: allow gradually populating and selectively storing a regcache
[PATCH 00/24] Fix reading and writing pseudo registers in non-current frames
2023-12-22 16:22 UTC (5+ messages)
` [PATCH 12/24] gdb: make get_frame_register_bytes take the next frame
[PATCH 0/1] Crash on register invalidation
2023-12-22 16:10 UTC (3+ messages)
` [PATCH 1/1] gdb: fix assert after register write failure
[PATCH] Add 'program' to DAP 'attach' request
2023-12-22 16:05 UTC (2+ messages)
[PATCH/committed] sim: cgen: regenerate decode tables to avoid shadow warnings
2023-12-22 15:54 UTC
[PATCH htdocs] download: use <wbr> to break up some long <pre> text
2023-12-22 15:51 UTC (2+ messages)
[PATCH htdocs] tighten up margins on smaller devices
2023-12-22 15:50 UTC (2+ messages)
[PATCH] sim: cris: regen cgen decoders to fix build warnings [PR sim/31181]
2023-12-22 15:46 UTC
[PATCH] [gdbserver] Fix overflow detection in gdbserver
2023-12-22 15:41 UTC (3+ messages)
[PATCH] remote.c: Make packet_check_result return a structure
2023-12-22 15:32 UTC (2+ messages)
[PATCH 01/15] sim: aarch64: fix -Wshadow=local warnings
2023-12-22 15:26 UTC (16+ messages)
` [PATCH 02/15] sim: arm: "
` [PATCH 03/15] sim: bfin: "
` [PATCH 04/15] sim: common: "
` [PATCH 05/15] sim: cris: "
` [PATCH 06/15] sim: erc32: "
` [PATCH 07/15] sim: frv: "
` [PATCH 08/15] sim: h8300: "
` [PATCH 09/15] sim: iq2000: "
` [PATCH 10/15] sim: m68hc11: "
` [PATCH 11/15] sim: mips: "
` [PATCH 12/15] sim: ppc: "
` [PATCH 13/15] sim: riscv: "
` [PATCH 14/15] sim: sh: "
` [PATCH 15/15] sim: warnings: enable -Wshadow=local
Introducing a GDB Code Of Conduct
2023-12-22 11:24 UTC (2+ messages)
[PATCH v7] gdb: add git trailer information on gdb/MAINTAINERS
2023-12-22 9:09 UTC (4+ messages)
` [PING][PATCH "
[PATCH v5 0/2] sim: riscv: Compressed instruction simulation
2023-12-22 5:26 UTC (3+ messages)
` [PATCH v5 1/2] [sim/riscv] Fix crash during instruction decoding
` [PATCH v5 2/2] [sim/riscv] Add support for compressed integer instructions
[PATCH/committed] sim: ppc: igen: fix -G handling
2023-12-22 2:06 UTC
[PATCH/committed 1/2] sim: warnings: fix -Wreturn-mismatch typo
2023-12-22 2:05 UTC (2+ messages)
` [PATCH/committed 2/2] sim: warnings: enable -Wreturn-type
[PATCH/committed] sim: m32c: fix initial #line number in generated code
2023-12-22 1:18 UTC
[PATCH] sim: cris: change temp var name slightly to avoid shadowing
2023-12-22 0:42 UTC
[PATCH v2 0/2] Rename TUI status code to follow the docs
2023-12-21 23:41 UTC (6+ messages)
` [PATCH v2 1/2] Rename tui-stack -> tui-status
` [PATCH v2 2/2] Rename TUI locator window -> status
[PATCH] Mask x86 segment registers in Windows gdbserver
2023-12-21 20:29 UTC (3+ messages)
[PATCH] toplevel: don't override gettext-runtime/configure-discovered build args
2023-12-21 19:19 UTC
[PATCH 0/9] Some register value cleanups
2023-12-21 19:16 UTC (10+ messages)
` [PATCH 1/9] gdb: don't set frame id after calling cooked_read_value
` [PATCH 2/9] gdb: pass frame_info_ptr to gdbarch_value_from_register
` [PATCH 3/9] gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_register
` [PATCH 4/9] gdb: add type parameter to value::allocate_register and add value::allocate_register_lazy
` [PATCH 5/9] gdb: remove read_frame_register_value's frame parameter
` [PATCH 6/9] gdb: implement address_from_register using value_from_register
` [PATCH 7/9] gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id
` [PATCH 8/9] gdb: remove VALUE_REGNUM, add value::regnum
` [PATCH 9/9] gdb: make value::allocate_register_lazy store id of next non-inline frame
[PATCH v4 0/2] sim: riscv: Compressed instruction simulation
2023-12-21 15:07 UTC (5+ messages)
` [PATCH v4 1/2] [sim/riscv] Fix crash during instruction decoding
` [PATCH v4 2/2] [sim/riscv] Add support for compressed integer instructions
[PATCH 0/2] Use unique_ptr more in the remote target
2023-12-21 11:11 UTC (7+ messages)
` [PATCH 1/2] Make cached_reg_t own its data
` [pushed] Fix bug in previous remote unique_ptr change (Re: [PATCH 0/2] Use unique_ptr more in the remote target)
[PATCH] gdb/dwarf2: Add support for DW_LNS_set_epilogue_begin in line-table
2023-12-21 10:29 UTC
[PATCH/committed 01/20] sim: signal: mark signal callback funcs as noreturn since they don't return
2023-12-21 7:01 UTC (20+ messages)
` [PATCH/committed 02/20] sim: add ATTRIBUTE_FALLTHROUGH for local code
` [PATCH/committed 03/20] sim: common: fix -Wimplicit-fallthrough warnings
` [PATCH/committed 04/20] sim: aarch64: "
` [PATCH/committed 05/20] sim: arm: "
` [PATCH/committed 06/20] sim: avr: "
` [PATCH/committed 07/20] sim: bfin: "
` [PATCH/committed 08/20] sim: cris: "
` [PATCH/committed 09/20] sim: erc32: "
` [PATCH/committed 10/20] sim: frv: "
` [PATCH/committed 11/20] sim: m68hc11: "
` [PATCH/committed 12/20] sim: mcore: fix Wimplicit-fallthrough warnings
` [PATCH/committed 13/20] sim: mips: fix -Wimplicit-fallthrough warnings
` [PATCH/committed 14/20] sim: or1k: "
` [PATCH/committed 15/20] sim: ppc: "
` [PATCH/committed 16/20] sim: riscv: "
` [PATCH/committed 17/20] sim: rl78: "
` [PATCH/committed 18/20] sim: rx: "
` [PATCH/committed 19/20] sim: sh: "
` [PATCH/committed 20/20] sim: warnings: enable -Wimplicit-fallthrough=5
[PATCH/committed] sim: sh: add missing breaks to bit processing
2023-12-21 6:46 UTC
[PATCH/committed] sim: rx: mark abort func as noreturn since it doesn't
2023-12-21 6:45 UTC
[PATCH/committed] sim: iq2000: add fallback for exit syscall
2023-12-21 6:45 UTC
[PATCH/committed] sim: rx: add missing break to memory write
2023-12-21 6:44 UTC
[PATCH/committed] sim: cr16: add missing break statement
2023-12-21 6:42 UTC
[PATCH/committed] sim: arm: add missing breaks to SWI processing
2023-12-21 6:41 UTC
[PATCH v4 0/2] Querying registers of already-exited processes
2023-12-21 6:41 UTC (4+ messages)
` [PATCH v4 2/2] gdb: raise and handle NOT_AVAILABLE_ERROR when accessing frame PC
[PATCH/committed] sim: common: mark engine restart as noreturn
2023-12-21 6:23 UTC
[PATCH/committed] sim: ppc: phb: add missing break to address decoder
2023-12-21 6:21 UTC
[PATCH/committed] sim: ppc: mark halt & restart funcs as noreturn
2023-12-21 6:21 UTC
[PATCH/committed 1/3] sim: bfin: clean up astat reg name decode a little
2023-12-21 5:03 UTC (3+ messages)
` [PATCH/ccommitted 2/3] sim: mn10300: fix LAST_TIMER_REG typo
` [PATCH/committed 3/3] sim: warnings: enable -Wduplicated-cond
[PATCH/committed] sim: common: delete unused scache in some mloop paths
2023-12-21 3:28 UTC
[PATCH] cpu: or1k: drop unused l.swa flag
2023-12-21 3:26 UTC (2+ messages)
[PATCH 0/8] Step over thread exit improvements/fixes + AMD GPU
2023-12-20 21:24 UTC (2+ messages)
[pushed] gdb: remove stale comment and ctor in gdbarch_info
2023-12-20 15:52 UTC
[PATCH 0/4] On-demand debuginfo downloading
2023-12-20 14:58 UTC (25+ messages)
` [PATCH 1/4 v7] gdb: Buffer output streams during events that might download debuginfo
` [PING*2][PATCH "
` [PING*3][PATCH "
` [PING*4][PATCH "
` [PING*5][PATCH "
` [PATCH 2/4 v2] gdb/progspace: Add reverse safe iterator and template for unwrapping iterator
` [PING*2][PATCH "
` [PING*3][PATCH "
` [PING*4][PATCH "
` [PING*5][PATCH "
` [PATCH 3/4 v4] gdb/debuginfod: Support on-demand debuginfo downloading
` [PING*2][PATCH "
` [PING*3][PATCH "
` [PING*4][PATCH "
` [PING*5][PATCH "
` [PATCH 4/4 v5] gdb/debuginfod: Add .debug_line downloading
` [PING*2][PATCH "
` [PING*3][PATCH "
` [PING*4][PATCH "
` [PING*5][PATCH "
[PATCH 0/1] The link to DTrace needs to be updated
2023-12-20 13:29 UTC (6+ messages)
` [PATCH 1/1] doc: update link to Oracle DTrace project
[PATCH] nat: linux-namespaces: Also enter user namespace
2023-12-20 11:42 UTC (3+ messages)
[PATCH v4] gdb/testsuite: add test for backtracing for threaded inferiors from a corefile
2023-12-20 9:40 UTC (2+ messages)
[PATCH v2 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
2023-12-20 8:52 UTC (14+ messages)
` [PATCH v2 1/3] [sim/riscv] Add basic "
` [EXTERNAL] "
` [PATCH v2 2/3] [sim/riscv] Add support for compressed integer instruction set
` [EXTERNAL] "
[PATCH 1/3] sim: cgen: unify the genmloop logic a bit
2023-12-20 1:23 UTC (3+ messages)
` [PATCH 2/3] sim: common: add $LINENO rewriting support to genmloop scripts
` [PATCH 3/3] sim: mloop: add #line pragmas everywhere
[PATCH/committed] sim: frv: enable warnings in memory.c
2023-12-20 1:20 UTC
[PATCH v2] Raise exception if ambiguous name is used in gdb.parameter
2023-12-19 16:38 UTC
[PATCH 1/2] gdb: remove stale comment in value_assign
2023-12-19 16:12 UTC (5+ messages)
` [PATCH 2/2] gdb: use put_frame_register instead of put_frame_register_bytes in pseudo_to_concat_raw
[PATCH] Throw error if ambiguous name is used in gdb.parameter
2023-12-19 13:23 UTC (2+ messages)
[PATCH/committed] sim: common: delete unused argbuf in generated mloop code
2023-12-19 11:55 UTC
[PATCH v2] gdb: register frame_destroyed function for amd64 gdbarch
2023-12-19 11:51 UTC (3+ messages)
` [PATCH v3] "
[PATCH/committed 01/21] sim: common: fix -Wunused-variable warnings
2023-12-19 10:51 UTC (21+ messages)
` [PATCH/committed 02/21] sim: aarch64: "
` [PATCH/committed 03/21] sim: bfin: "
` [PATCH/committed 04/21] sim: bpf: "
` [PATCH/committed 05/21] sim: cr16: "
` [PATCH/committed 06/21] sim: cris: "
` [PATCH/committed 07/21] sim: erc32: "
` [PATCH/committed 08/21] sim: frv: "
` [PATCH/committed 09/21] sim: ft32: "
` [PATCH/committed 10/21] sim: h8300: "
` [PATCH/committed 11/21] sim: iq2000: "
` [PATCH/committed 12/21] sim: lm32: "
` [PATCH/committed 13/21] sim: m32r: "
` [PATCH/committed 14/21] sim: mcore: "
` [PATCH/committed 15/21] sim: microblaze: "
` [PATCH/committed 16/21] sim: mips: "
` [PATCH/committed 17/21] sim: mn10300: "
` [PATCH/committed 18/21] sim: msp430: "
` [PATCH/committed 19/21] sim: moxie: "
` [PATCH/committed 20/21] sim: sh: "
` [PATCH/committed 21/21] sim: v850: "
[PATCH] cpu: cris: drop some unused vars
2023-12-19 10:45 UTC (3+ messages)
[PATCH 00/14] Cleanups for the TUi register window
2023-12-19 10:31 UTC (9+ messages)
` [PATCH 06/14] Move scrollok call in "
` [PATCH 11/14] Remove redundant check from tui_refresh_frame_and_register_information
[PATCH v3 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support
2023-12-19 6:16 UTC (10+ messages)
` [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding
` [EXTERNAL] "
` [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
` [EXTERNAL] "
` [PATCH v3 3/3] [sim/riscv] Add semi-hosting support
` [EXTERNAL] "
Fwd: Yet another fix for mcore-sim
2023-12-19 5:09 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