aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_istk.erl
AgeCommit message (Expand)Author
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-17Encode Erlang source files with non-ascii characters in UTF-8Björn Gustavsson
2011-08-18debugger: Include line numbers in exceptionsBjörn Gustavsson
2011-08-16emulator: Add a fourth element in exception stacktracesBjö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-16Delay saving of the stack in exit_info when an exception occursBjö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-16ieval record: Rename the misnamed 'last_call' field to 'top'Björn Gustavsson
2011-08-16dbg_istk: Use a record for stack entries instead of a tupleBjörn Gustavsson
2011-08-16Break out stack handling into the dbg_istk moduleBjörn Gustavsson