]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj: add prologue_end DWARF stmt for ppc64
authorDerek Parker <parkerderek86@gmail.com>
Wed, 28 Oct 2020 20:54:27 +0000 (20:54 +0000)
committerDmitri Shuralyov <dmitshur@golang.org>
Wed, 4 Nov 2020 23:24:22 +0000 (23:24 +0000)
commit63fd764502e08d067293a93d6d1a566951255ce5
tree8e738b0e3222feefba92f51b7391221c2755ae52
parentfd841f65368906923e287afab91857043036459d
cmd/internal/obj: add prologue_end DWARF stmt for ppc64

This patch adds a prologue_end statement to the DWARF information for
the ppc64 arch.

Prologue end is used by the Delve debugger in order to determine where
to set a breakpoint to avoid the stacksplit prologue.

Updates #36612

Change-Id: Ifb16c1476fe716a0bf493c5486d1d88ebe8d0253
GitHub-Last-Rev: 77a217206d529df8bf8d4ef10a5347b6ae524612
GitHub-Pull-Request: golang/go#42261
Reviewed-on: https://go-review.googlesource.com/c/go/+/266019
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Alessandro Arzilli <alessandro.arzilli@gmail.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/internal/obj/ppc64/obj9.go