Description[inspector] Split off interface-types.h
This CL adds a new header src/debug/interface-types.h, moves the
definition of Location from the debug-interface.h to this new header,
and adds a new definition for the WasmDisassembly types.
This allows to use the types in other implementation files or headers
without having to include the entire debug-interface.h, reducing build
dependencies and compile time (especially for incremental builds).
The WasmDisassembly type replaces the old
std::pair<std::string, std::vector<std::tuple<...>>>, which was a bit
hard to unravel.
R=yangguo@chromium.org, kozyatinskiy@chromium.org, titzer@chromium.org
Committed: https://crrev.com/f5fb2da64cfd7adff84e6ebbfbaac24e3c47cdba
Cr-Commit-Position: refs/heads/master@{#41488}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Split off interface-types.h #Patch Set 3 : Add missing file #Patch Set 4 : Add missing namespace #Patch Set 5 : Come on, windows, be nice... #Patch Set 6 : Rebase #
Total comments: 2
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 57 (41 generated)
|