aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_ieval.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-03-07Do not treat binaries as top level in dbg_ievalJosé Valim
2018-02-05debugger: Do not call erlang:get_stacktrace()Hans Bolinder
2017-09-05debugger: Improve handling of UnicodeHans Bolinder
2017-04-03debugger: Remove a debug printoutHans Bolinder
2016-02-17debugger: Add suppression of Dialyzer warningsHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-30debugger: Optimize evaluation of new map creationBjörn Gustavsson
2015-04-30debugger: Use module erl_annoHans Bolinder
2015-04-15Raise more descriptive error messages for failed map operationsBjörn Gustavsson
2014-10-21debugger: clean up Common Test adaptionHans Bolinder
2014-05-03Fix evaluation of map updates in the debugger and erl_evalAnthony Ramine
2014-03-15Fix evaluation of empty map updates in the debuggerAnthony Ramine
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-07Merge branch 'vladdu/debugger/fixes'Björn Gustavsson
2014-02-05remove warning for variable exported from caseVlad Dumitrescu
2014-02-04Support maps in the debuggerAnthony Ramine
2014-01-09Merge branch 'nox/fix-dbg_ieval-exporting-rules/OTP-11553'Björn Gustavsson
2013-12-15Fix evaluation of andalso and orelse in the debuggerAnthony Ramine
2013-12-12Support named funs in the debugger interpreterAnthony Ramine
2013-03-07[debugger] Add an option 'Strings'Hans Bolinder
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-10debugger: Fix user evalution dependent of bindings in trace windowDan Gudmundsson
2013-01-09Prepare OTP files for Unicode as default encodingHans Bolinder
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-08-18debugger: Include line numbers in exceptionsBjörn Gustavsson
2011-08-16Don't include tail-recursive calls in stacktracesBjörn Gustavsson
2011-08-16Fix the no_tail optionBjörn Gustavsson
2011-08-16dbg_ieval: Properly handle exceptions when binary construction failsBjörn Gustavsson
2011-08-16Fix binary matching in the debuggerBjörn Gustavsson
2011-08-16Delay saving of the stack in exit_info when an exception occursBjörn Gustavsson
2011-08-16Make sure that erlang:raise/3 sets the emulated stacktraceBjörn Gustavsson
2011-08-16Make stacktraces in exceptions more similar to BEAM's stacktracesBjörn Gustavsson
2011-08-16Don't build stacktrace until erlang:get_stacktrace() is calledBjörn Gustavsson
2011-08-16Rewrite stack handlingBjörn Gustavsson
2011-08-16Slightly clean-up and optimize some evaluation codeBjörn Gustavsson
2011-08-16ieval record: Rename the misnamed 'last_call' field to 'top'Björn Gustavsson
2011-08-16Break out stack handling into the dbg_istk moduleBjö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 support for erlang:fault/{1,2}Björn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2010-06-07debugger: Clean up as suggested by tidierKostis Sagonas
2009-12-01OTP-8310 Bugs have been fixed in the evaluation of comprehensions andHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP