v8/src/debug
titzer fa9c25cebf [wasm] Move all heap-allocated WASM structures into wasm-objects.h.
This CL moves all heap-allocated WASM data structures, both ones
that are bonafide JSObjects and ones that are FixedArrays only, into a
consistent place with consistent layout. Note that not all accessors are complete, and I haven't fully spread the new static typing goodness
to all places in the code.

R=ahaas@chromium.org,rossberg@chromium.org
CC=gdeepti@chromium.org,mtrofin@chromium.org,clemensh@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2490663002
Cr-Commit-Position: refs/heads/master@{#40913}
2016-11-11 11:13:17 +00:00
..
arm Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
arm64 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
ia32 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
mips Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
mips64 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
ppc Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
s390 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
x64 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
x87 Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
debug-evaluate.cc Store whether a with scope is actually a debug-eval scope in the scope info 2016-09-14 11:00:29 +00:00
debug-evaluate.h [debugger] ScopeIterator should unwrap debug-evaluate contexts. 2016-04-05 12:08:19 +00:00
debug-frames.cc [wasm] Stack inspection support for asm.js frames 2016-10-13 13:55:07 +00:00
debug-frames.h [wasm] Enable wasm frame inspection for debugging 2016-06-29 10:23:09 +00:00
debug-interface.h [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
debug-scopes.cc [modules] Maintain array of cells for imports and local exports. 2016-11-07 16:23:47 +00:00
debug-scopes.h Reland: [modules] Add partial support for debug-scopes. 2016-10-25 14:39:29 +00:00
debug.cc [wasm] Move all heap-allocated WASM structures into wasm-objects.h. 2016-11-11 11:13:17 +00:00
debug.h [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
debug.js [debugger] remove test for legacy JSON API to return V8's version. 2016-10-19 12:35:34 +00:00
liveedit.cc Turn Scope::locals_ into a ThreadedList 2016-11-03 10:07:12 +00:00
liveedit.h Include only stuff you need, part 8: Fix debug.h -> liveedit.h. 2016-09-06 09:00:28 +00:00
liveedit.js [liveedit] deal with FCG and bytecode... at the same time. 2016-08-09 10:56:56 +00:00
mirrors.js Reland: [modules] Add partial support for debug-scopes. 2016-10-25 14:39:29 +00:00
OWNERS [debug] add jgruber as owner. 2016-08-04 11:26:11 +00:00