aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_iload.erl
AgeCommit message (Expand)Author
2017-05-04Update copyright yearRaimo Niskanen
2016-09-02Fix overridden BIFsBjörn Gustavsson
2016-09-01debugger: Eliminate use of sys_pre_expandBjörn Gustavsson
2016-08-04Move expansion of strings in binaries to v3_coreJosé Valim
2015-12-15debugger: Use '::' for constraintsHans Bolinder
2015-09-15debugger: Fix a bug related to the use of the erl_anno moduleHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30debugger: Optimize evaluation of new map creationBjörn Gustavsson
2015-04-30dbg_iload: Correct translation of generatorsBjörn Gustavsson
2015-04-30debugger: Use module erl_annoHans Bolinder
2014-03-20Fix some Dialyzer warningsHans Bolinder
2014-02-10Merge branch 'nox/debugger/erl_eval_SUITE/OTP-11676'Björn Gustavsson
2014-02-10Truly test debugger in erl_eval_SUITE copyAnthony Ramine
2014-02-04Support maps in the debuggerAnthony Ramine
2013-12-12Support named funs in the debugger interpreterAnthony Ramine
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-08-16Remove support for very old BEAM filesBjörn Gustavsson
2011-08-16Fix the no_tail optionBjörn Gustavsson
2011-08-16Fix handling of guard BIFs in list and binary comprehensionsBjörn Gustavsson
2011-08-16Handle terms in the top-level of guards properlyBjörn Gustavsson
2011-08-16Make sure that erlang:raise/3 sets the emulated stacktraceBjörn Gustavsson
2011-08-16dbg_iload: Remove unnecessary handling of old guard testsBjörn Gustavsson
2011-08-16Remove the special handling of Mod:module_info/{0,1}Björn Gustavsson
2011-08-16Remove the special handling of spawn BIFsBjörn Gustavsson
2011-08-16Remove BIFs that no longer exist from dbg_iload:bif_type/1Björn Gustavsson
2011-08-16Handle all guard BIFs as safe in function bodiesBjörn Gustavsson
2011-08-16Remove support for erlang:fault/{1,2}Björn Gustavsson
2011-07-06Remove deprecated concat_binary/1Björn Gustavsson
2010-07-07Merge branch 'ks/cleanups' into devRaimo Niskanen
2010-06-08Merge branch 'ks/ets-tid-type' into devErlang/OTP
2010-06-07Remove tid() from the predefined builtin types.Kostis Sagonas
2010-06-07debugger: Clean up as suggested by tidierKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP