summaryrefslogtreecommitdiff
path: root/lib/debugger/src/dbg_ieval.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Pass Anno to ExternalFunctionHandler in erl_evalJosé Valim2022-02-081-6/+3
* Merge branch 'maint'Rickard Green2021-12-151-1/+1
|\
| * Update copyright yearRickard Green2021-12-151-1/+1
* | Fix typos in lib/debuggerKian-Meng, Ang2021-12-101-3/+3
|/
* Print recordsDan Gudmundsson2021-08-231-1/+92
* Interpret record updatesDan Gudmundsson2021-08-231-0/+13
* Implement EEP-54 (extended error information)Björn Gustavsson2020-12-021-2/+7
* Don't keep stacktraces foreverBjörn Gustavsson2020-02-211-10/+5
* Add expression support in erl_eval and debuggerBjörn Gustavsson2020-02-061-6/+11
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Do not treat binaries as top level in dbg_ievalJosé Valim2018-03-071-1/+1
* debugger: Do not call erlang:get_stacktrace()Hans Bolinder2018-02-051-2/+1
* debugger: Improve handling of UnicodeHans Bolinder2017-09-051-4/+4
* debugger: Remove a debug printoutHans Bolinder2017-04-031-2/+1
* debugger: Add suppression of Dialyzer warningsHans Bolinder2016-02-171-3/+3
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* debugger: Optimize evaluation of new map creationBjörn Gustavsson2015-04-301-10/+22
* debugger: Use module erl_annoHans Bolinder2015-04-301-1/+1
* Raise more descriptive error messages for failed map operationsBjörn Gustavsson2015-04-151-10/+6
* debugger: clean up Common Test adaptionHans Bolinder2014-10-211-11/+1
* Fix evaluation of map updates in the debugger and erl_evalAnthony Ramine2014-05-031-2/+2
* Fix evaluation of empty map updates in the debuggerAnthony Ramine2014-03-151-6/+10
* Merge branch 'nox/debugger/erl_eval_SUITE/OTP-11676'Björn Gustavsson2014-02-101-1/+1
|\
| * Truly test debugger in erl_eval_SUITE copyAnthony Ramine2014-02-101-1/+1
* | Merge branch 'vladdu/debugger/fixes'Björn Gustavsson2014-02-071-5/+5
|\ \
| * | remove warning for variable exported from caseVlad Dumitrescu2014-02-051-5/+5
* | | Support maps in the debuggerAnthony Ramine2014-02-041-0/+72
|/ /
* | Merge branch 'nox/fix-dbg_ieval-exporting-rules/OTP-11553'Björn Gustavsson2014-01-091-16/+18
|\ \
| * | Fix evaluation of andalso and orelse in the debuggerAnthony Ramine2013-12-151-16/+18
| |/
* | Support named funs in the debugger interpreterAnthony Ramine2013-12-121-26/+119
|/
* [debugger] Add an option 'Strings'Hans Bolinder2013-03-071-51/+54
* Make adjustments for UnicodeHans Bolinder2013-01-251-4/+4
* debugger: Fix user evalution dependent of bindings in trace windowDan Gudmundsson2013-01-101-2/+2
* Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-2/+2
* EEP-23: Allow variables in fun M:F/ABjörn Gustavsson2011-11-071-0/+15
* debugger: Include line numbers in exceptionsBjörn Gustavsson2011-08-181-4/+5
* Don't include tail-recursive calls in stacktracesBjörn Gustavsson2011-08-161-32/+27
* Fix the no_tail optionBjörn Gustavsson2011-08-161-15/+15
* dbg_ieval: Properly handle exceptions when binary construction failsBjörn Gustavsson2011-08-161-4/+9
* Fix binary matching in the debuggerBjörn Gustavsson2011-08-161-6/+10
* Delay saving of the stack in exit_info when an exception occursBjörn Gustavsson2011-08-161-4/+7
* Make sure that erlang:raise/3 sets the emulated stacktraceBjörn Gustavsson2011-08-161-0/+19
* Make stacktraces in exceptions more similar to BEAM's stacktracesBjörn Gustavsson2011-08-161-8/+16
* Don't build stacktrace until erlang:get_stacktrace() is calledBjörn Gustavsson2011-08-161-9/+29
* Rewrite stack handlingBjörn Gustavsson2011-08-161-32/+29
* Slightly clean-up and optimize some evaluation codeBjörn Gustavsson2011-08-161-9/+8
* ieval record: Rename the misnamed 'last_call' field to 'top'Björn Gustavsson2011-08-161-28/+28
* Break out stack handling into the dbg_istk moduleBjörn Gustavsson2011-08-161-213/+25
* Remove the special handling of Mod:module_info/{0,1}Björn Gustavsson2011-08-161-22/+0