v8/src/inspector
clemensh 764371bc3b [inspector] Change ScriptBreakpoint to include scriptId
The ScriptBreakpoint struct was before just holding line, column and
condition. It now additionally holds the scriptId.
This encapsulates information nicer, and allows for easier translation
of wasm locations, since one struct now holds all information needed
for the translation.

BUG=chromium:659715
R=yangguo@chromium.org, kozyatinskiy@chromium.org

Review-Url: https://codereview.chromium.org/2491133003
Cr-Commit-Position: refs/heads/master@{#41044}
2016-11-16 16:39:27 +00:00
..
build [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
BUILD.gn [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
debugger_script_externs.js Simplify accesses to Script::line_ends 2016-11-10 08:00:28 +00:00
debugger-script.js [inspector] migrate scriptParsed and getCompiledScripts to native 2016-10-29 02:18:16 +00:00
DEPS [inspector] introduce debug-interface.h 2016-10-18 15:15:21 +00:00
injected_script_externs.js
injected-script-native.cc
injected-script-native.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
injected-script-source.js [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
injected-script.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
injected-script.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
inspected-context.cc Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
inspected-context.h Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
inspector_protocol_config.json
inspector.gyp [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
inspector.gypi
java-script-call-frame.cc [inspector] introduce debug-interface.h 2016-10-18 15:15:21 +00:00
java-script-call-frame.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
js_protocol-1.2.json
js_protocol.json [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
OWNERS
PRESUBMIT.py [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
protocol-platform.h
remote-object-id.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
remote-object-id.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
script-breakpoint.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
search-util.cc
search-util.h
string-16.cc [inspector] Fix and refactor String16 2016-11-15 17:33:09 +00:00
string-16.h [inspector] Fix and refactor String16 2016-11-15 17:33:09 +00:00
string-util.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
string-util.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-console-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-message.cc [inspector] fix UAF in another part of console code 2016-10-20 21:36:12 +00:00
v8-console-message.h
v8-console.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-console.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-debugger-agent-impl.cc [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-debugger-agent-impl.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-debugger-script.cc [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
v8-debugger-script.h [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
v8-debugger.cc [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-debugger.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-function-call.cc
v8-function-call.h
v8-heap-profiler-agent-impl.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-heap-profiler-agent-impl.h [inspector] migrate HeapProfiler to new style 2016-11-02 00:52:31 +00:00
v8-injected-script-host.cc [inspector] filter useless in preview internal properties 2016-10-07 01:16:28 +00:00
v8-injected-script-host.h
v8-inspector-impl.cc
v8-inspector-impl.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-inspector-session-impl.cc [inspector] migrate Debugger to new style 2016-11-04 19:43:58 +00:00
v8-inspector-session-impl.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-internal-value-type.cc
v8-internal-value-type.h
v8-profiler-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-profiler-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-regex.cc [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-regex.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-runtime-agent-impl.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-runtime-agent-impl.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-schema-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-schema-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-stack-trace-impl.cc
v8-stack-trace-impl.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-value-copier.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-value-copier.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00