summaryrefslogtreecommitdiffstats
path: root/lldb/www/scripting.html
Commit message (Collapse)AuthorAgeFilesLines
* [lldb] Remove the 'www' folder.Jonas Devlieghere2019-05-031-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 Knight2019-01-291-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 Mitchener2014-06-271-1/+1
| | | | llvm-svn: 211851
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-251-586/+586
| | | | llvm-svn: 191367
* Add an introduction to the scripting example web page.Caroline Tice2011-06-151-0/+16
| | | | llvm-svn: 133061
* Make a few minor changes/corrections to scripting Caroline Tice2011-06-031-12/+12
| | | | | | example on the web. llvm-svn: 132554
* Add the web page for the 'Using Python Scripting toCaroline Tice2011-06-021-0/+570
Debug a Program in LLDB' example. llvm-svn: 132513
OpenPOWER on IntegriCloud