| Index: src/wasm/wasm-objects.h
|
| diff --git a/src/wasm/wasm-objects.h b/src/wasm/wasm-objects.h
|
| index c0c5bed0fc7e7efb73c9af54a0b2ad3a6074b927..ac25448c341a8e790ca7e55e31c27715c09a0beb 100644
|
| --- a/src/wasm/wasm-objects.h
|
| +++ b/src/wasm/wasm-objects.h
|
| @@ -317,6 +317,11 @@ class WasmCompiledModule : public FixedArray {
|
| Isolate* isolate, Handle<WasmCompiledModule> compiled_module,
|
| uint32_t offset, uint32_t size);
|
|
|
| + // Get a list of all possible breakpoints within a given range of this module.
|
| + bool GetPossibleBreakpoints(const debug::Location& start,
|
| + const debug::Location& end,
|
| + std::vector<debug::Location>* locations) const;
|
| +
|
| private:
|
| void InitId();
|
|
|
|
|