<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/debugger, branch HansN-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Do not treat binaries as top level in dbg_ieval</title>
<updated>2018-03-07T10:12:57+00:00</updated>
<author>
<name>José Valim</name>
<email>jose.valim@plataformatec.com.br</email>
</author>
<published>2018-03-07T10:12:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a403cb1ed2cbab02fad23ac47b170dee1f22d7ec'/>
<id>a403cb1ed2cbab02fad23ac47b170dee1f22d7ec</id>
<content type='text'>
Prior to this change, calls inside binaries were
treated as top level which would cause the `Fun(Arg)`
call inside `&lt;&lt;Fun(Arg)/binary&gt;&gt;` to return an internal
dbg_ieval tuple and ultimately error with badarg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prior to this change, calls inside binaries were
treated as top level which would cause the `Fun(Arg)`
call inside `&lt;&lt;Fun(Arg)/binary&gt;&gt;` to return an internal
dbg_ieval tuple and ultimately error with badarg.
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Do not call erlang:get_stacktrace()</title>
<updated>2018-02-05T13:45:37+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T11:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9cadd05e3ef7ee93d409b7e4ddb7c0b83b84bce0'/>
<id>9cadd05e3ef7ee93d409b7e4ddb7c0b83b84bce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Do not try to restore stacktrace</title>
<updated>2018-02-05T13:45:37+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T08:03:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dc4b576b334cfff188b15740a38e7b2b1d5ab004'/>
<id>dc4b576b334cfff188b15740a38e7b2b1d5ab004</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-12-13T09:17:42+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2017-12-13T09:17:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7e0d632c9635cb2cd7f635291a9c331612400334'/>
<id>7e0d632c9635cb2cd7f635291a9c331612400334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2017-12-08T09:57:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-12-08T09:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=47198f179ab14cf8cfcdab0d976650cd1519b236'/>
<id>47198f179ab14cf8cfcdab0d976650cd1519b236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2017-12-08T09:53:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-12-08T09:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f3a74a7dfb633b21b7d06e48bf430071cdc0f779'/>
<id>f3a74a7dfb633b21b7d06e48bf430071cdc0f779</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-12-04T10:53:51+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-12-04T10:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d754c56939926cd67c73fe5cf46df955289ffd5d'/>
<id>d754c56939926cd67c73fe5cf46df955289ffd5d</id>
<content type='text'>
* maint:
  debugger: Do not quote variables and button names in windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  debugger: Do not quote variables and button names in windows
</pre>
</div>
</content>
</entry>
<entry>
<title>debugger: Do not quote variables and button names in windows</title>
<updated>2017-12-01T13:54:04+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-12-01T13:54:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=724e98307703d91a62f3bffcca352123f680257d'/>
<id>724e98307703d91a62f3bffcca352123f680257d</id>
<content type='text'>
The bug was introduced in commit 7eaaf5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The bug was introduced in commit 7eaaf5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-11-20T09:15:24+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-11-20T09:15:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c08edb85c05f77c0c8c3b99361dfd373d24fccb5'/>
<id>c08edb85c05f77c0c8c3b99361dfd373d24fccb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using the efile driver in test suites</title>
<updated>2017-11-17T14:33:05+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2017-11-17T13:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1107083935fbdb8f8a7ece9549d8203652c4fec6'/>
<id>1107083935fbdb8f8a7ece9549d8203652c4fec6</id>
<content type='text'>
The efile driver will soon be reimplemented as a BIF.

Instead of opening a port based on efile, use hd(erlang:ports()).  It
is a reasonable safe assumption that the runtime will continue to use
use at least some ports.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The efile driver will soon be reimplemented as a BIF.

Instead of opening a port based on efile, use hd(erlang:ports()).  It
is a reasonable safe assumption that the runtime will continue to use
use at least some ports.
</pre>
</div>
</content>
</entry>
</feed>
