The type `ida_hexrays.DecompilationFailure` is still present (but is a dummy) because otherwise scripts might break. It is never thrown anymore.
Note that `vds_xrefs.py` still need the `str(cfunc))` kludge, because of a caveat in when/how the decompiler actually updates the global xrefs cache. This will be fixed in the next IDA minor release
In addition, this commit introduces the notion of a typemap to convert form an `ea_t` to a `func_t *` for the `decompile()` call, but doesn't generalize its use.
Since this is a relatively far-ranging change, this will only be introduced in the next IDA minor release as well.
Specifically:
BUGFIX: IDAPython's choose.choose() was broken.
BUGFIX: calling idaapi.del_hotkey() twice with the same argument could crash IDA.
BUGFIX: IDAPython's IDC emulation of idc.GetTevRegMem() was not working.
BUGFIX: IDAPython: execute_ui_requests() could crash IDA.
BUGFIX: IDAPython: IDP_Hooks instances could prevent the decompiler from working properly
- The Functions() generator function now accepts function tail start parameter
- Added into idc.py: DbgRead/DbgWrite/SetTargetAssembler and stack pointer related functions
- Wrapped more type info related functions