index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
debugger
/
src
/
dbg_istk.erl
Age
Commit message (
Expand
)
Author
2016-03-15
update copyright-year
Henrik Nord
2015-06-18
Change license text to APLv2
Bruce Yinhe
2013-06-12
Update copyright years
Björn-Egil Dahlberg
2013-04-17
Encode Erlang source files with non-ascii characters in UTF-8
Björn Gustavsson
2011-08-18
debugger: Include line numbers in exceptions
Björn Gustavsson
2011-08-16
emulator: Add a fourth element in exception stacktraces
Björn Gustavsson
2011-08-16
Don't include tail-recursive calls in stacktraces
Björn Gustavsson
2011-08-16
Fix the no_tail option
Björn Gustavsson
2011-08-16
Delay saving of the stack in exit_info when an exception occurs
Björn Gustavsson
2011-08-16
Make stacktraces in exceptions more similar to BEAM's stacktraces
Björn Gustavsson
2011-08-16
Don't build stacktrace until erlang:get_stacktrace() is called
Björn Gustavsson
2011-08-16
Rewrite stack handling
Björn Gustavsson
2011-08-16
ieval record: Rename the misnamed 'last_call' field to 'top'
Björn Gustavsson
2011-08-16
dbg_istk: Use a record for stack entries instead of a tuple
Björn Gustavsson
2011-08-16
Break out stack handling into the dbg_istk module
Björn Gustavsson