| __init__.py |
|
234 |
- |
| autoload.py |
|
1327 |
- |
| CellHeader.py |
|
872 |
- |
| ExecutableAllocator.py |
All jitted code is allocated via the ExecutableAllocator class. Make GDB aware
of them, such that we can query for pages which are containing code which are
allocated by the Jits.
|
3642 |
- |
| GCCellPtr.py |
|
4624 |
- |
| Interpreter.py |
|
3568 |
- |
| IonGraph.py |
Debugging JIT Compilations can be obscure without large context. This python
script provide commands to let GDB open an image viewer to display the graph of
any compilation, as they are executed within GDB.
This python script should be sourced within GDB after loading the python scripts
provided with SpiderMonkey.
|
9248 |
- |
| jitsrc.py |
|
4809 |
- |
| JSObject.py |
|
4297 |
- |
| jsop.py |
|
1911 |
- |
| JSString.py |
|
3507 |
- |
| JSSymbol.py |
|
1390 |
- |
| jsval.py |
|
6246 |
- |
| prettyprinters.py |
|
15055 |
- |
| PropertyKey.py |
|
2172 |
- |
| Root.py |
|
4017 |
- |
| unwind.py |
|
23933 |
- |
| wasm_trap.py |
In wasm code, out-of-bounds heap accesses cause segfaults, which the engine
handles internally via WasmTrapHandler. Make GDB ignore them.
|
1764 |
- |