summaryrefslogtreecommitdiffstats
path: root/lldb/www
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove obsolete CXX11 buld instructionsAlp Toker2014-05-031-11/+7
| | | | | | | There's an element of guesswork involved in the GCC updates but it seems better than what was there before. llvm-svn: 207912
* Note that the FreeBSD x86_64 buildbot uses CMakeEd Maste2014-04-221-1/+1
| | | | | | The other buildbots in the list include their build method. llvm-svn: 206892
* Update FreeBSD: Threads and Watchpoints generally workEd Maste2014-04-211-2/+2
| | | | llvm-svn: 206787
* Update for Ubuntu 13.10 after feedback from Eran Ifrah.Greg Clayton2014-03-241-1/+1
| | | | llvm-svn: 204619
* Add conditional breakpoints to our cheat sheetEnrico Granata2014-02-071-0/+12
| | | | llvm-svn: 200995
* Update URL for OS X buildbotEd Maste2014-02-041-1/+1
| | | | llvm-svn: 200799
* Fix typeo on memory read command example.Jason Molenda2014-01-141-2/+2
| | | | llvm-svn: 199228
* Document unsetting environment variables in the lldb/gdb cheat sheet.Jim Ingham2014-01-091-0/+10
| | | | llvm-svn: 198881
* Fix sidebar linksEnrico Granata2013-12-261-19/+19
| | | | llvm-svn: 198039
* Adding a document that describes the architecture of data formatters. ↵Enrico Granata2013-12-263-1/+606
| | | | | | Suggestions and ideas for improvements most welcome llvm-svn: 198038
* Update cmake build instruction to compile LLVM in C++11 modeJean-Daniel Dupas2013-12-091-2/+2
| | | | | | Thanks to Xavier de Gaye for the pointer. llvm-svn: 196794
* A few more details on the DataVisualization class in our architectural doc. ↵Enrico Granata2013-12-031-2/+14
| | | | | | It is in dire need of expansion, but this is a start at least. llvm-svn: 196176
* Tweak documentation for formats in categoriesEnrico Granata2013-10-081-7/+8
| | | | llvm-svn: 192235
* Update the build documentation for Debian & UbuntuSylvestre Ledru2013-09-291-3/+5
| | | | llvm-svn: 191635
* Convert to UNIX line endings.Joerg Sonnenberger2013-09-2518-4115/+4115
| | | | llvm-svn: 191367
* Clean up some documentation.Greg Clayton2013-08-211-2/+2
| | | | llvm-svn: 188912
* Change the sidebar to link directly to the C++ API docs and the Python API docs,Jason Molenda2013-08-191-1/+2
| | | | | | instead of pointing to a page with two links on it. llvm-svn: 188706
* Make the link to the Python API docs more explicit in the Python Reference page.Jason Molenda2013-08-191-1/+2
| | | | llvm-svn: 188704
* Make it explicit what "API Documentation" is documenting (the C++/Python SB ↵Jason Molenda2013-08-191-1/+1
| | | | | | APIs) llvm-svn: 188703
* Document "show args" -> "settings show target.run-args"Jim Ingham2013-07-261-0/+32
| | | | llvm-svn: 187270
* Update www build instructions for FreeBSDEd Maste2013-07-241-3/+7
| | | | llvm-svn: 187045
* Add FreeBSD buildbots to build pageEd Maste2013-07-241-0/+2
| | | | llvm-svn: 187043
* Update current state of FreeBSD portEd Maste2013-07-241-1/+24
| | | | llvm-svn: 187037
* Updated the LLDB status page to reflect recent work on Linux.Ashok Thirumurthi2013-07-241-3/+8
| | | | llvm-svn: 187036
* Remove spurious "-C" flag from CMake command lines in build.html.Stefanus Du Toit2013-07-231-2/+2
| | | | | | | | | | -C usually specifies a script to prepopulate the CMake cache. In this case no script is specified, so CMake appears to just ignore it. So don't mention it in the first place - it's not desired anyways. Reviewed by: Daniel Malea llvm-svn: 186964
* Add instructions to www/source.html for using the Git mirror for those so ↵Stefanus Du Toit2013-07-231-1/+5
| | | | | | | | inclined. Reviewed by: Daniel Malea llvm-svn: 186958
* Add another link to the Python API docs.Daniel Malea2013-07-191-1/+1
| | | | llvm-svn: 186712
* Add links to LLDB API reference docsDaniel Malea2013-07-193-3/+5
| | | | llvm-svn: 186699
* Add LLDB API reference docs (for Python and C++)Daniel Malea2013-07-19865-0/+260104
| | | | llvm-svn: 186697
* Fix typeos.Jason Molenda2013-07-161-3/+3
| | | | llvm-svn: 186457
* Adding information on the scriptable keywords ↵Enrico Granata2013-07-121-1/+22
| | | | | | ${target|process|thread|frame.script:function} to the LLDB documentation llvm-svn: 186201
* Tweaks to the Python reference and example command to use the preferred ↵Enrico Granata2013-07-111-1/+1
| | | | | | print style and the (finally available :-) SetError API llvm-svn: 186122
* Direct dir to target.source-map.Jim Ingham2013-06-241-1/+1
| | | | llvm-svn: 184778
* Updated the LLDB download page to reflect Debian package locations for 3.3 ↵Ashok Thirumurthi2013-06-191-3/+3
| | | | | | as well as the incremental 3.4 releases. llvm-svn: 184339
* Added a troubleshooting page as a place to add commonly asked questions with ↵Greg Clayton2013-06-182-0/+90
| | | | | | | | | | solutions. The first two questions I have added explanations and answers to are: - File and line breakpoints are not getting hit - How do I check if I have debug symbols? llvm-svn: 184159
* LLDB feature status update to mention limitations with core-file debugging ↵Ashok Thirumurthi2013-06-121-18/+25
| | | | | | and exec. llvm-svn: 183832
* Updated the links to Debian packages, provided a link to the blog on the ↵Ashok Thirumurthi2013-06-101-3/+8
| | | | | | | | nightly, and provided download links for incremental 3.4 packages for 32/64-bit editions. llvm-svn: 183668
* Updated the LLDB status page to reflect the recent addition of ↵Ashok Thirumurthi2013-06-074-55/+101
| | | | | | | | | | | multi-threaded support. Reworked the download information on lldb.llvm.org: - svn copy of download.html to source.html with information on source-code access - new download.html with links to download nightly builds and Debian releases - updated the sidebar to reflect these changes llvm-svn: 183547
* A few cleanups for our documentationEnrico Granata2013-05-313-48/+39
| | | | llvm-svn: 183058
* Add instructions for running LLDB tests with non-default compiler/architecturesDaniel Malea2013-05-281-0/+9
| | | | | | - documented the cmake variable LLDB_TEST_ARGS llvm-svn: 182797
* Add CMake targets to build LLDB reference docsDaniel Malea2013-05-281-0/+15
| | | | | | | | | | - [ninja|make] lldb-cpp-doc builds the C++ API reference docs - [ninja|make] lldb-python-doc builds the python API reference docs - updated build page on website to include instructions to build docs Tested on Linux/Mac OS X llvm-svn: 182752
* Updated the status page to reflect the current Linux status.Ashok Thirumurthi2013-05-241-6/+21
| | | | | | | | | | - Fix for attach by name - Details for register support - Punted on i386 details as its status has drifted since this page was originally posted - Multi-threaded target support is soon to be released on Linux - Partial back-trace is called out since its a high-profile issue llvm-svn: 182664
* Added a few linux build configure/make examples.Greg Clayton2013-05-171-4/+13
| | | | llvm-svn: 182160
* Update LLDB web docs with instructions to run individual test suites/directoriesDaniel Malea2013-05-171-0/+18
| | | | llvm-svn: 182117
* the return False in breakpoint actions should also be mentioned on the websiteEnrico Granata2013-05-161-0/+4
| | | | llvm-svn: 182060
* Removed a duplicate entry from the GDB toSean Callanan2013-05-131-15/+1
| | | | | | | | | LLDB transition page. Also fixed a <b>...</b> tag. <rdar://problem/13871874> llvm-svn: 181720
* Providing a more interesting command template for LLDBEnrico Granata2013-05-091-1/+1
| | | | | | This one actually exploits the SB API to obtain information about your inferior process llvm-svn: 181500
* Now that you can "command script import" packages, the docs should reflect ↵Enrico Granata2013-05-082-8/+8
| | | | | | the best practice llvm-svn: 181475
* Update lldb status page to reflect watchpoint support on Linux.Matt Kopec2013-05-081-1/+1
| | | | llvm-svn: 181460
* Added a few things that need to be installed on linux to build LLDB.Greg Clayton2013-05-031-1/+1
| | | | llvm-svn: 181028
OpenPOWER on IntegriCloud