aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools
AgeCommit message (Expand)Author
2016-04-22Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-04-22Replace ?t with test_serverBjörn-Egil Dahlberg
2016-04-22Replace use of test_server:format/2 with io:format/2Björn-Egil Dahlberg
2016-04-22Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-04-22Eliminate use of ?config() macroBjörn-Egil Dahlberg
2016-04-22Modernize use of timetrapsBjörn-Egil Dahlberg
2016-04-22Remove ?line macrosBjörn-Egil Dahlberg
2016-04-15runtime_tools: Make dbg work with erl_tracer modulesLukas Larsson
2016-04-15runtime_rools: Allow new timestamp trace flagsLukas Larsson
2016-04-15runtime_tools: Lots of dbg docs updatesLukas Larsson
2016-04-15runtime_tools: Update dbg to work with tracing on portsLukas Larsson
2016-04-15erts: Extend process and port tracingLukas Larsson
2016-04-15erts: Implement tracer modulesLukas Larsson
2016-04-13runtime_tools: Skip dyntrace test if LTTng is enabledBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-15Merge tag 'OTP-18.3'Lars Thorsen
2016-03-14Prepare releaseErlang/OTP
2016-03-01Merge branch 'sverk/halt-INT_MIN' into maintSverker Eriksson
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-23kernel: Remove calls to erl_exitSverker Eriksson
2016-02-18Merge branch 'bjorn/remove-test_server/OTP-12705'Björn Gustavsson
2016-02-17Makefiles: Remove test_server from include path and code pathBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-17Merge branch 'maint'Hans Bolinder
2016-02-17runtime_tools: Add suppression of Dialyzer warningsHans Bolinder
2016-02-02erts: Add microstate accountingLukas Larsson
2016-01-29Merge branch 'maint'Björn Gustavsson
2016-01-28Use file read buffering in dbg:trace_clientPéter Gömöri
2015-12-16Merge tag 'OTP-18.2'Henrik Nord
2015-12-15Update release notesErlang/OTP
2015-12-15Update version numbersErlang/OTP
2015-11-02Merge branch 'maint'Lukas Larsson
2015-11-02Merge branch 'lukas/runtime_tools/dbg_stop_docs/OTP-13078' into maintLukas Larsson
2015-11-02runtime_tools: Explain that dbg:stop only clears local trace patternsLukas Larsson
2015-07-14Merge branch 'lukas/ose/remove/OTP-12573'Lukas Larsson
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-07-08Prepare releaseErlang/OTP
2015-07-08Merge branch 'rickard/trace-file-eintr-bug/OTP-12890' into maint-18Erlang/OTP
2015-07-06Handle EINTR in trace_file_drvRickard Green
2015-06-23Prepare releaseErlang/OTP
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17Fix markup in dbg.xmlMagnus Henoch
2015-04-01Merge tag 'OTP-17.5'Henrik Nord
2015-03-31Prepare releaseErlang/OTP
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Replace usage of erlang:now() with usage of new APIDan Gudmundsson
2015-02-27Merge branch 'maint'Björn Gustavsson
2015-02-27Merge branch 'fishcakez/runtime_tools/dbg/OTP-12517' into maintBjörn Gustavsson
2015-02-26Ensure dbg tracer exits when dbg is stoppedJames Fish
2014-12-15Start using os:getenv/2 funPeter Lemenkov