Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb] Remove the 'www' folder. | Jonas Devlieghere | 2019-05-03 | 1 | -586/+0 |
| | | | | | | | Now that the new website is live and everything is generated from the repository, we don't need the www folder anymore. llvm-svn: 359929 | ||||
* | Adjust documentation for git migration. | James Y Knight | 2019-01-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Fix a few typos. | Bruce Mitchener | 2014-06-27 | 1 | -1/+1 |
| | | | | llvm-svn: 211851 | ||||
* | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 1 | -586/+586 |
| | | | | llvm-svn: 191367 | ||||
* | Add an introduction to the scripting example web page. | Caroline Tice | 2011-06-15 | 1 | -0/+16 |
| | | | | llvm-svn: 133061 | ||||
* | Make a few minor changes/corrections to scripting | Caroline Tice | 2011-06-03 | 1 | -12/+12 |
| | | | | | | example on the web. llvm-svn: 132554 | ||||
* | Add the web page for the 'Using Python Scripting to | Caroline Tice | 2011-06-02 | 1 | -0/+570 |
Debug a Program in LLDB' example. llvm-svn: 132513 |