summaryrefslogtreecommitdiff
path: root/lib/debugger
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bjorn/deprecations/OTP-9907' into maintBjörn Gustavsson2012-02-098-0/+72
|\
| * Suppress deprecated warnings in all modules that call 'gs'Björn Gustavsson2012-02-088-0/+72
* | debugger tests: Increase time trap timeoutBjörn Gustavsson2012-02-062-2/+2
|/
* Prepare releaseErlang/OTP2011-12-122-1/+45
* Merge branch 'dgud/wx/behaviour-spec'Dan Gudmundsson2011-12-101-1/+4
|\
| * [wx] Add handle_cast to avoid behaviour warningDan Gudmundsson2011-12-091-2/+5
* | Update copyright yearsBjörn-Egil Dahlberg2011-12-0914-14/+14
|/
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
* Merge branch 'rj/fix-debugger-msgs'Henrik Nord2011-11-108-40/+40
|\
| * Fix "OK" spelling in debugger messages and variablesRicardo Catalinas Jiménez2011-11-098-37/+37
| * Fix debugger message with wxRicardo Catalinas Jiménez2011-11-092-4/+4
* | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpmRicardo Catalinas Jiménez2011-11-102-0/+0
|/
* EEP-23: Allow variables in fun M:F/ABjörn Gustavsson2011-11-073-3/+72
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-29/+0
* debugger: By default, only save non-tail-recursive callsBjörn Gustavsson2011-08-183-13/+11
* debugger: Add line_number_SUITEBjörn Gustavsson2011-08-182-0/+221
* debugger: Include line numbers in exceptionsBjörn Gustavsson2011-08-183-25/+45
* Update examples in the documentation to include line numbersBjörn Gustavsson2011-08-181-13/+11
* emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-168-45/+45
* Remove support for very old BEAM filesBjörn Gustavsson2011-08-161-12/+4
* Don't include tail-recursive calls in stacktracesBjörn Gustavsson2011-08-164-36/+195
* Fix the no_tail optionBjörn Gustavsson2011-08-163-121/+123
* dbg_ieval: Properly handle exceptions when binary construction failsBjörn Gustavsson2011-08-161-4/+9
* Fix binary matching in the debuggerBjörn Gustavsson2011-08-162-8/+23
* Delay saving of the stack in exit_info when an exception occursBjörn Gustavsson2011-08-162-7/+11
* Eliminate warnings in test suitesBjörn Gustavsson2011-08-163-9/+9
* Update test suites that have been copied from other applicationsBjörn Gustavsson2011-08-167-163/+1597
* Fix handling of guard BIFs in list and binary comprehensionsBjörn Gustavsson2011-08-161-12/+14
* Handle terms in the top-level of guards properlyBjörn Gustavsson2011-08-161-8/+12
* Make sure that erlang:raise/3 sets the emulated stacktraceBjörn Gustavsson2011-08-162-0/+21
* Make stacktraces in exceptions more similar to BEAM's stacktracesBjörn Gustavsson2011-08-162-52/+55
* Don't build stacktrace until erlang:get_stacktrace() is calledBjörn Gustavsson2011-08-163-28/+57
* Rewrite stack handlingBjörn Gustavsson2011-08-163-56/+58
* 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-164-34/+36
* dbg_istk: Use a record for stack entries instead of a tupleBjörn Gustavsson2011-08-161-26/+25
* Break out stack handling into the dbg_istk moduleBjörn Gustavsson2011-08-165-218/+256
* dbg_iload: Remove unnecessary handling of old guard testsBjörn Gustavsson2011-08-161-19/+1
* Remove the special handling of Mod:module_info/{0,1}Björn Gustavsson2011-08-163-45/+10
* Remove the special handling of spawn BIFsBjörn Gustavsson2011-08-162-15/+0
* Remove BIFs that no longer exist from dbg_iload:bif_type/1Björn Gustavsson2011-08-161-5/+0
* Handle all guard BIFs as safe in function bodiesBjörn Gustavsson2011-08-161-13/+11
* Remove support for erlang:fault/{1,2}Björn Gustavsson2011-08-162-7/+0
* Remove deprecated concat_binary/1Björn Gustavsson2011-07-061-1/+0
* Merge branch 'dev' into bmk/inets/inet56_integrationMicael Karlberg2011-04-061-1/+1
|\
| * Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
| |\
| | * Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
* | | Merge branch 'dev' into bmk/inets/ftp/missing_spec_causes_dialyxer_problems/O...Micael Karlberg2011-03-1737-37/+52
|\ \ \ | |/ /
| * | Prepare releaseOTP_R14B02Erlang/OTP2011-03-142-1/+16