0f7529b26a
* 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 commitee4949777f. * 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 commita620c9c34b. * Revert "Add a DBG_CALL_R for remote calls" This reverts commita336314cfc. * Revert "Add DBG_CALL and DBG_RETURN" This reverts commitdb9766ac74. * Add DBG_CONTRACT op * Upgrade aeserialization dep * Use aeserialization v1.0.0 * Use aeserialization tag v1.0.0 * Remove debug instructions from AEVM