]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: add prologue_end DWARF stmt for riscv64
authorLin Runze <lrzlin@163.com>
Tue, 15 Oct 2024 07:18:08 +0000 (15:18 +0800)
committerCherry Mui <cherryyz@google.com>
Fri, 25 Oct 2024 13:46:59 +0000 (13:46 +0000)
commitb45c7f1661a88d6765e2a5e1eaff4c06c5af33ed
treea9dc4866b8d3a27734072cf5eaf552d53fd4fbb6
parente5e552b816793f2b5729744c27995cce12baf52e
cmd/internal/obj: add prologue_end DWARF stmt for riscv64

This patch adds prologue_end statement to the DWARF info for riscv64,
which delve debugger uses for skip stacksplit prologue.

Change-Id: I4e5d9c26202385f65b3118b16f53f66de9d327f0
Reviewed-on: https://go-review.googlesource.com/c/go/+/620295
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Reviewed-by: Meng Zhuo <mengzhuo1203@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/riscv/obj.go