aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src
AgeCommit message (Expand)Author
2011-11-10Merge branch 'rj/fix-debugger-msgs'Henrik Nord
2011-11-10Remove exec bit from: erl, hrl, xml, html, asn, gif, xpmRicardo Catalinas Jiménez
2011-11-09Fix "OK" spelling in debugger messages and variablesRicardo Catalinas Jiménez
2011-11-09Fix debugger message with wxRicardo Catalinas Jiménez
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-08-18debugger: By default, only save non-tail-recursive callsBjö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-16Remove support for very old BEAM filesBjö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-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-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-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
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
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-02Fix debugger warningsDan Gudmundsson
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
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
2010-06-03Merge branch 'pan/otp_8579_autoimport_override' into devErlang/OTP
2010-06-02Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom
2010-01-11Merge branch 'dgud/dbg_mac_menu' into ccase/r13b04_devErlang/OTP
2009-12-18Dbg: Expand the module listbox when window grows.Dan Gudmundsson
2009-12-18Dbg: Cut variable bindings after 80 chars.Dan Gudmundsson
2009-12-18Dbg: Fixed documentation links to the new index.htmlDan Gudmundsson
2009-12-18Dbg Fixed mac gui issuesDan Gudmundsson
2009-12-01OTP-8310 Bugs have been fixed in the evaluation of comprehensions andHans Bolinder
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP