Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(834)

Issue 1437133006: postmortem: export private field offsets

Created:
5 years, 1 month ago by fedor.indutny
Modified:
5 years ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

postmortem: export private field offsets Export heap spaces offsets that are useful for generating code map in postmortem/live process. BUG= R=machenbach@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -0 lines) Patch
M src/heap/heap.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/heap/spaces.h View 11 chunks +31 lines, -0 lines 0 comments Download
M src/isolate.h View 2 chunks +4 lines, -0 lines 0 comments Download
M tools/gen-postmortem-metadata.py View 5 chunks +112 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (1 generated)
fedor.indutny
5 years, 1 month ago (2015-11-12 18:18:04 UTC) #1
fedor.indutny
Kindly reminding about this.
5 years, 1 month ago (2015-11-16 16:47:34 UTC) #2
Jakob Kummerow
Michael is OOO. I don't think this approach is going to find approval.
5 years, 1 month ago (2015-11-17 09:57:23 UTC) #4
fedor.indutny
On 2015/11/17 09:57:23, Jakob wrote: > Michael is OOO. > > I don't think this ...
5 years, 1 month ago (2015-11-17 18:20:57 UTC) #5
Jakob Kummerow
No, I don't have a better suggestion.
5 years, 1 month ago (2015-11-18 16:05:18 UTC) #6
fedor.indutny
On 2015/11/18 16:05:18, Jakob wrote: > No, I don't have a better suggestion. Heh. This ...
5 years, 1 month ago (2015-11-18 16:07:57 UTC) #7
Jakob Kummerow
> Heh. This is quite sad to hear. May I at least ask you to ...
5 years, 1 month ago (2015-11-18 16:28:51 UTC) #8
fedor.indutny
Jakob, I totally agree with you on this. - The state of postmortem in V8 ...
5 years, 1 month ago (2015-11-18 16:35:33 UTC) #9
ofrobots
On 2015/11/18 16:28:51, Jakob wrote: > - The OWNERS of src/heap/ don't like random external ...
5 years, 1 month ago (2015-11-18 16:56:31 UTC) #10
fedor.indutny
On 2015/11/18 16:56:31, ofrobots wrote: > On 2015/11/18 16:28:51, Jakob wrote: > > - The ...
5 years, 1 month ago (2015-11-18 17:03:17 UTC) #11
fedor.indutny
Hello again, Sorry for bothering you with this, but I believe that these changes has ...
5 years ago (2015-11-25 07:32:46 UTC) #12
fedor.indutny
A question: Perhaps, I could live with just `friend class PostMortem` added in these places. ...
5 years ago (2015-11-26 00:25:17 UTC) #13
Jakob Kummerow
5 years ago (2015-11-28 10:40:57 UTC) #14
If your reasoning is "a debugger should be able to access everything", consider
doing this in your code:

#define private public
#define protected public
#include v8/src/heap/heap.h
#include v8/src/heap/spaces.h

No changes to V8 required. And the extent to which you're going beyond any form
of code architecture rules would be appropriately expressed.

Powered by Google App Engine
This is Rietveld 408576698