Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(659)

Issue 48650043: code review 48650043: runtime: handle gdb breakpoint in x86 traceback (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by iant
Modified:
10 years, 3 months ago
Reviewers:
minux1
CC:
golang-codereviews, minux1
Visibility:
Public.

Description

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 issue 6834.

Patch Set 1 #

Patch Set 2 : diff -r 388147b8c94b https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -1 line) Patch
M src/pkg/runtime/sys_x86.c View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 5
iant
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 3 months ago (2014-01-07 21:57:08 UTC) #1
minux1
we also check the instruction at pc in sys_arm.c, do we need to do the ...
10 years, 3 months ago (2014-01-07 23:36:30 UTC) #2
iant
On 2014/01/07 23:36:30, minux wrote: > we also check the instruction at pc in sys_arm.c, ...
10 years, 3 months ago (2014-01-08 00:06:07 UTC) #3
minux1
On Tue, Jan 7, 2014 at 7:06 PM, <iant@golang.org> wrote: > On 2014/01/07 23:36:30, minux ...
10 years, 3 months ago (2014-01-08 05:12:24 UTC) #4
iant
10 years, 3 months ago (2014-01-08 20:36:33 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=f7453c243cb9 ***

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 issue 6834.

R=golang-codereviews, minux.ma
CC=golang-codereviews
https://codereview.appspot.com/48650043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b