__init__.py |
|
234 |
asmjs.py |
In asm code, out-of-bounds heap accesses cause segfaults, which the engine
handles internally. Make GDB ignore them.
|
1739 |
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.
|
3565 |
GCCellPtr.py |
|
4678 |
Interpreter.py |
|
3627 |
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.
|
9455 |
jitsrc.py |
|
4824 |
JSObject.py |
|
4348 |
jsop.py |
|
1972 |
JSString.py |
|
3552 |
JSSymbol.py |
|
1431 |
jsval.py |
|
6280 |
prettyprinters.py |
|
15110 |
PropertyKey.py |
|
2180 |
Root.py |
|
4025 |
unwind.py |
|
24075 |