Commit 0f7529b
authored
Introduce debugging instructions (#113)
* Add DBGLOC fate op
* Add DBGDEF and DBGUNDEF
* Change the type of arg for dbgdef and dbgundef
* Change DBGUNDEF to end_bb = true
* No safe sanity check for dbgundef
* Rename DBGDEF and DBGUNDEF to DBG_DEF and DBG_UNDEF
* Revert "No safe sanity check for dbgundef"
This reverts commit ee49497.
* Rename DBGLOC to DBG_LOC
* Remove column from DBG_LOC
* Add DBG_CALL and DBG_RETURN
* Update the docs for debug opcodes
* Add a DBG_CALL_R for remote calls
* Remove is_tail_call from DBG_CALL_R
* Revert "Remove is_tail_call from DBG_CALL_R"
This reverts commit a620c9c.
* Revert "Add a DBG_CALL_R for remote calls"
This reverts commit a336314.
* Revert "Add DBG_CALL and DBG_RETURN"
This reverts commit db9766a.
* Add DBG_CONTRACT op
* Upgrade aeserialization dep
* Use aeserialization v1.0.0
* Use aeserialization tag v1.0.0
* Remove debug instructions from AEVM1 parent 2a0a397 commit 0f7529b
3 files changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
0 commit comments