]> Cypherpunks repositories - gostls13.git/commit
runtime: handle gdb breakpoint in x86 traceback
authorIan Lance Taylor <iant@golang.org>
Wed, 8 Jan 2014 20:36:31 +0000 (12:36 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 8 Jan 2014 20:36:31 +0000 (12:36 -0800)
commit89c5d178785bd7884dbb14d73f85f600196d6cb6
tree3b1e8c356913d2d06b0497a77308251187605674
parenta03e8a5be017f4741c029c04a3333bb655ab8059
runtime: handle gdb breakpoint in x86 traceback

This lets stack splits work correctly when running under gdb
when gdb has inserted a breakpoint somewhere on the call
stack.

Fixes #6834.

R=golang-codereviews, minux.ma
CC=golang-codereviews
https://golang.org/cl/48650043
src/pkg/runtime/sys_x86.c