<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm5719-llvm/lldb/utils/vim-lldb/doc, 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-10T22:40:42+00:00</updated>
<entry>
<title>[lldb/Utils] Remove vim-lldb</title>
<updated>2020-01-10T22:40:42+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2020-01-10T22:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=c5adcdc5c88a89241b1150824fc44370c62c7132'/>
<id>urn:sha1:c5adcdc5c88a89241b1150824fc44370c62c7132</id>
<content type='text'>
The vim-lldb plugin is unmaintained and doesn't work with a recent vim
installation that uses Python 3. This removes it from the LLDB
repository. The code is still available under lldb-tools on GitHub like
we did with for lldb-mi. (https://github.com/lldb-tools/vim-lldb)

Differential revision: https://reviews.llvm.org/D72541
</content>
</entry>
<entry>
<title>[Utils] Add back utils directory</title>
<updated>2019-07-23T17:47:08+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-07-23T17:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=93f505942c8091a3ebbf6f08764635f19dc79095'/>
<id>urn:sha1:93f505942c8091a3ebbf6f08764635f19dc79095</id>
<content type='text'>
Due to a bug my earlier commit removed the whole utils directory:
https://reviews.llvm.org/D65123

llvm-svn: 366830
</content>
</entry>
<entry>
<title>[Utils] Remove legacy scripts</title>
<updated>2019-07-23T17:23:36+00:00</updated>
<author>
<name>Jonas Devlieghere</name>
<email>jonas@devlieghere.com</email>
</author>
<published>2019-07-23T17:23:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6491076ec6800f54a8b1d09a95566b36db00f99d'/>
<id>urn:sha1:6491076ec6800f54a8b1d09a95566b36db00f99d</id>
<content type='text'>
As pointed out by Nathan in D65155, these scrips don't seem to serve any
real need anymore.

llvm-svn: 366827
</content>
</entry>
<entry>
<title>Adjust documentation for git migration.</title>
<updated>2019-01-29T16:37:27+00:00</updated>
<author>
<name>James Y Knight</name>
<email>jyknight@google.com</email>
</author>
<published>2019-01-29T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=5d71fc5d7b5ffe2323418a09db6eddaf84d6c662'/>
<id>urn:sha1:5d71fc5d7b5ffe2323418a09db6eddaf84d6c662</id>
<content type='text'>
This fixes most references to the paths:
 llvm.org/svn/
 llvm.org/git/
 llvm.org/viewvc/
 github.com/llvm-mirror/
 github.com/llvm-project/
 reviews.llvm.org/diffusion/

to instead point to https://github.com/llvm/llvm-project.

This is *not* a trivial substitution, because additionally, all the
checkout instructions had to be migrated to instruct users on how to
use the monorepo layout, setting LLVM_ENABLE_PROJECTS instead of
checking out various projects into various subdirectories.

I've attempted to not change any scripts here, only documentation. The
scripts will have to be addressed separately.

Additionally, I've deleted one document which appeared to be outdated
and unneeded:
  lldb/docs/building-with-debug-llvm.txt

Differential Revision: https://reviews.llvm.org/D57330

llvm-svn: 352514
</content>
</entry>
<entry>
<title>Improve vim-lldb expression commands for objective-c and implement evaluate-under-cursor:</title>
<updated>2013-05-23T21:34:26+00:00</updated>
<author>
<name>Daniel Malea</name>
<email>daniel.malea@intel.com</email>
</author>
<published>2013-05-23T21:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=96a6f90d84412e08cb1f6d5d8069a610bd14e015'/>
<id>urn:sha1:96a6f90d84412e08cb1f6d5d8069a610bd14e015</id>
<content type='text'>
1. Added new :Lpo command
2. :Lpo and :Lprint can be invoked without parameters. In that case
cursor word will be used
3. Added :LpO command in that case instead of &lt;cword&gt; will be used
stripped &lt;cWORD&gt;. This command is useful for printing objective-c
properties (for ex.: self.tableView). 

Patch by Arthur Evstifeev!!

llvm-svn: 182613
</content>
</entry>
<entry>
<title>Add entries to vim-lldb plugin docs/help page for :Lattach and :Ldetach</title>
<updated>2013-05-22T17:29:38+00:00</updated>
<author>
<name>Daniel Malea</name>
<email>daniel.malea@intel.com</email>
</author>
<published>2013-05-22T17:29:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=6d73a8ec08a13c151ab67eba9fc68c30770216ad'/>
<id>urn:sha1:6d73a8ec08a13c151ab67eba9fc68c30770216ad</id>
<content type='text'>
llvm-svn: 182491
</content>
</entry>
<entry>
<title>Add Vim frontend to LLDB.</title>
<updated>2013-02-11T17:18:14+00:00</updated>
<author>
<name>Daniel Malea</name>
<email>daniel.malea@intel.com</email>
</author>
<published>2013-02-11T17:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/bcm5719-llvm/commit/?id=ac4ce0cd4a5562faf71fd88d8c72dbb0edf312e8'/>
<id>urn:sha1:ac4ce0cd4a5562faf71fd88d8c72dbb0edf312e8</id>
<content type='text'>
- Access any LLDB CLI command in Vim by typing ":L&lt;command&gt;". Tab-completion
  works too!
- See source locations for breakpoints and the current PC with vim "marks"
  and highlights.
- Examine backtraces, locals, disassembly, registers, and breakpoints in
  dedicated Vim windows.
- See when in-scope variables and registers change by watching for (red)
  highlights.

This plugin opens multiple Vim "windows" to display debugger information.
To quit all windows at the same time use ":qa". The alternative would be
":q" to close each window separately.

This plugin is known to work on Mac OS X (Mountain Lion) with MacVim and
the system-provided terminal Vim, and on Linux (Ubuntu 12.04 and 12.10)
with GVim and the terminal Vim from the "vim-gnome" package.

llvm-svn: 174892
</content>
</entry>
</feed>
