<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/source/Plugins/ScriptInterpreter/Python, branch meklort-10.0.1</title>
<subtitle>Project Ortega BCM5719 LLVM</subtitle>
<id>https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1</id>
<link rel='self' href='https://git.raptorcs.com/git/bcm5719-llvm/atom?h=meklort-10.0.1'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/'/>
<updated>2020-01-15T06:28:49+00:00</updated>
<entry>
<title>[lldb/CommandInterpreter] Remove flag that's always true (NFC)</title>
<updated>2020-01-15T06:28:49+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-15T06:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8'/>
<id>urn:sha1:a6faf851f49c7d50e92b16ff9d2e7c02790dd0f8</id>
<content type='text'>
The 'asynchronously' argument to both GetLLDBCommandsFromIOHandler and
GetPythonCommandsFromIOHandler is true for all call sites. This commit
simplifies the API by dropping it and giving the baton a default
argument.
</content>
</entry>
<entry>
<title>[lldb/CMake] Fix variable naming in FindLibEdit</title>
<updated>2020-01-02T21:39:57+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-02T21:31:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=f38234ed8b579230a3742317ffd5fb95514d9638'/>
<id>urn:sha1:f38234ed8b579230a3742317ffd5fb95514d9638</id>
<content type='text'>
The current FOUND_VAR for FindLibEdit is libedit_FOUND but wasn't set by
find_package_handle_standard_args. However this isn't valid for the
package name.

  The argument for FOUND_VAR is "libedit_FOUND", but only "LibEdit_FOUND" and
  "LIBEDIT_FOUND" are valid names.

This fixes all the variables set by FindLibEdit to match the desired
naming scheme.
</content>
</entry>
<entry>
<title>[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY</title>
<updated>2020-01-02T21:01:17+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-02T21:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=3ddfb04f41ac60529316f64ae5ab1a8ff1cce6e2'/>
<id>urn:sha1:3ddfb04f41ac60529316f64ae5ab1a8ff1cce6e2</id>
<content type='text'>
PYTHON_LIBRARIES is the canonical variable set by FindPythonLibs while
PYTHON_LIBRARY is an implementation detail. This replaces the uses of
the latter with the former.
</content>
</entry>
<entry>
<title>[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)</title>
<updated>2019-12-23T05:36:03+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-23T05:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1562511275fe1f002458194c085216cf9ae36d1f'/>
<id>urn:sha1:1562511275fe1f002458194c085216cf9ae36d1f</id>
<content type='text'>
The `-r` option for `command script import` is there for legacy
compatibility, however the can_reload flag is always set to true. This
patch removes the flag and any code that relies on it being false.
</content>
</entry>
<entry>
<title>[lldb] Fix -Wstringop-truncation in PythonReadline.cpp</title>
<updated>2019-12-21T10:35:26+00:00</updated>
<author>
<name>Pavel Labath</name>
<email>pavel@labath.sk</email>
</author>
<published>2019-12-21T10:33:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=1805d1f87d7835b237f85bfb0595d1f411ebf1bf'/>
<id>urn:sha1:1805d1f87d7835b237f85bfb0595d1f411ebf1bf</id>
<content type='text'>
The size is known and the truncation is deliberate -- use memcpy instead
of strncpy.
</content>
</entry>
<entry>
<title>[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON</title>
<updated>2019-12-13T21:41:11+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-13T18:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=4e26cf2cfb2b140a33ec236153cb2f23b5c44127'/>
<id>urn:sha1:4e26cf2cfb2b140a33ec236153cb2f23b5c44127</id>
<content type='text'>
This matches the naming scheme used by LLVM and all the other optional
dependencies in LLDB.

Differential revision: https://reviews.llvm.org/D71482
</content>
</entry>
<entry>
<title>[lldb/Core] Add missing include (2/2)</title>
<updated>2019-12-12T18:05:30+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-12T18:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=7ffe7d5ed73e917dffb34a3cbb60231338b95d28'/>
<id>urn:sha1:7ffe7d5ed73e917dffb34a3cbb60231338b95d28</id>
<content type='text'>
This got flagged by the debian buildbot.
</content>
</entry>
<entry>
<title>[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT</title>
<updated>2019-12-12T17:23:06+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-12T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=62456e579eebe012e5a6ebcf9960aef9d7babf87'/>
<id>urn:sha1:62456e579eebe012e5a6ebcf9960aef9d7babf87</id>
<content type='text'>
This matches the naming scheme used by LLVM.

Differential revision: https://reviews.llvm.org/D71380
</content>
</entry>
<entry>
<title>[lldb/Host] Use Host/Config.h entries instead of a global define.</title>
<updated>2019-12-10T19:16:52+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-12-10T16:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=59998b7b7f12c867062a4b61579511ad6c0ca144'/>
<id>urn:sha1:59998b7b7f12c867062a4b61579511ad6c0ca144</id>
<content type='text'>
As suggested by Pavel in a code review:

&gt; Can we replace this (and maybe python too, while at it) with a
&gt; Host/Config.h entry? A global definition means that one has to
&gt; recompile everything when these change in any way, whereas in
&gt; practice only a handful of files need this..

Differential revision: https://reviews.llvm.org/D71280
</content>
</entry>
<entry>
<title>[lldb][CMake] Fix build for the case of custom libedit installation</title>
<updated>2019-12-09T17:23:05+00:00</updated>
<author>
<name>Tatyana Krasnukha</name>
<email>tatyana@synopsys.com</email>
</author>
<published>2019-12-09T16:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=d32484f40cbe1249643f024e3a10c4e3c50ff837'/>
<id>urn:sha1:d32484f40cbe1249643f024e3a10c4e3c50ff837</id>
<content type='text'>
</content>
</entry>
</feed>
