v8/test/inspector
kozyatinskiy 1bca73bc83 [inspector] avoid cloning of async call chains
- separated V8StackTraceImpl and AsyncStackTrace,
- V8Debugger owns all AsyncStackTrace and cleanup half of them when limit is reached (first created - first cleaned),
- V8StackTraceImpl, AsyncStackTrace and async-task-related tables in V8Debugger have weak reference to other async stack traces.
- async tasks are cleared with related async stacks.

BUG=v8:6189
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2816043006
Cr-Commit-Position: refs/heads/master@{#44670}
2017-04-18 01:42:35 +00:00
..
console [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
cpu-profiler [debug] fix coverage for non-default test variants. 2017-04-03 08:58:12 +00:00
debugger [inspector] avoid cloning of async call chains 2017-04-18 01:42:35 +00:00
heap-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime [inspector] store creation stack in current V8StackTraceImpl 2017-04-12 19:02:58 +00:00
BUILD.gn [build] Remove remaining disable-inspector options in GN 2017-04-05 17:59:07 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [debug,api] Do not use embedder field for debug context id. 2017-04-12 11:24:44 +00:00
inspector-impl.h [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
inspector-test.cc [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [build] Remove remaining disable-inspector options in GN 2017-04-05 17:59:07 +00:00
inspector.status [asm.js] Fix function table call position tracking. 2017-04-03 15:33:53 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [inspector] console get all information from inspector when needed 2017-03-29 21:40:07 +00:00
task-runner.cc [inspector] fixed compilation with gyp 2017-03-23 15:39:41 +00:00
task-runner.h [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
testcfg.py [inspector] correctly test more variants. 2017-03-29 18:08:51 +00:00