Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove obsolete CXX11 buld instructions | Alp Toker | 2014-05-03 | 1 | -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 CMake | Ed Maste | 2014-04-22 | 1 | -1/+1 | |
| | | | | | | The other buildbots in the list include their build method. llvm-svn: 206892 | |||||
* | Update FreeBSD: Threads and Watchpoints generally work | Ed Maste | 2014-04-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 206787 | |||||
* | Update for Ubuntu 13.10 after feedback from Eran Ifrah. | Greg Clayton | 2014-03-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 204619 | |||||
* | Add conditional breakpoints to our cheat sheet | Enrico Granata | 2014-02-07 | 1 | -0/+12 | |
| | | | | llvm-svn: 200995 | |||||
* | Update URL for OS X buildbot | Ed Maste | 2014-02-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 200799 | |||||
* | Fix typeo on memory read command example. | Jason Molenda | 2014-01-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 199228 | |||||
* | Document unsetting environment variables in the lldb/gdb cheat sheet. | Jim Ingham | 2014-01-09 | 1 | -0/+10 | |
| | | | | llvm-svn: 198881 | |||||
* | Fix sidebar links | Enrico Granata | 2013-12-26 | 1 | -19/+19 | |
| | | | | llvm-svn: 198039 | |||||
* | Adding a document that describes the architecture of data formatters. ↵ | Enrico Granata | 2013-12-26 | 3 | -1/+606 | |
| | | | | | | Suggestions and ideas for improvements most welcome llvm-svn: 198038 | |||||
* | Update cmake build instruction to compile LLVM in C++11 mode | Jean-Daniel Dupas | 2013-12-09 | 1 | -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 Granata | 2013-12-03 | 1 | -2/+14 | |
| | | | | | | It is in dire need of expansion, but this is a start at least. llvm-svn: 196176 | |||||
* | Tweak documentation for formats in categories | Enrico Granata | 2013-10-08 | 1 | -7/+8 | |
| | | | | llvm-svn: 192235 | |||||
* | Update the build documentation for Debian & Ubuntu | Sylvestre Ledru | 2013-09-29 | 1 | -3/+5 | |
| | | | | llvm-svn: 191635 | |||||
* | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 18 | -4115/+4115 | |
| | | | | llvm-svn: 191367 | |||||
* | Clean up some documentation. | Greg Clayton | 2013-08-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 188912 | |||||
* | Change the sidebar to link directly to the C++ API docs and the Python API docs, | Jason Molenda | 2013-08-19 | 1 | -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 Molenda | 2013-08-19 | 1 | -1/+2 | |
| | | | | llvm-svn: 188704 | |||||
* | Make it explicit what "API Documentation" is documenting (the C++/Python SB ↵ | Jason Molenda | 2013-08-19 | 1 | -1/+1 | |
| | | | | | | APIs) llvm-svn: 188703 | |||||
* | Document "show args" -> "settings show target.run-args" | Jim Ingham | 2013-07-26 | 1 | -0/+32 | |
| | | | | llvm-svn: 187270 | |||||
* | Update www build instructions for FreeBSD | Ed Maste | 2013-07-24 | 1 | -3/+7 | |
| | | | | llvm-svn: 187045 | |||||
* | Add FreeBSD buildbots to build page | Ed Maste | 2013-07-24 | 1 | -0/+2 | |
| | | | | llvm-svn: 187043 | |||||
* | Update current state of FreeBSD port | Ed Maste | 2013-07-24 | 1 | -1/+24 | |
| | | | | llvm-svn: 187037 | |||||
* | Updated the LLDB status page to reflect recent work on Linux. | Ashok Thirumurthi | 2013-07-24 | 1 | -3/+8 | |
| | | | | llvm-svn: 187036 | |||||
* | Remove spurious "-C" flag from CMake command lines in build.html. | Stefanus Du Toit | 2013-07-23 | 1 | -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 Toit | 2013-07-23 | 1 | -1/+5 | |
| | | | | | | | | inclined. Reviewed by: Daniel Malea llvm-svn: 186958 | |||||
* | Add another link to the Python API docs. | Daniel Malea | 2013-07-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 186712 | |||||
* | Add links to LLDB API reference docs | Daniel Malea | 2013-07-19 | 3 | -3/+5 | |
| | | | | llvm-svn: 186699 | |||||
* | Add LLDB API reference docs (for Python and C++) | Daniel Malea | 2013-07-19 | 865 | -0/+260104 | |
| | | | | llvm-svn: 186697 | |||||
* | Fix typeos. | Jason Molenda | 2013-07-16 | 1 | -3/+3 | |
| | | | | llvm-svn: 186457 | |||||
* | Adding information on the scriptable keywords ↵ | Enrico Granata | 2013-07-12 | 1 | -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 Granata | 2013-07-11 | 1 | -1/+1 | |
| | | | | | | print style and the (finally available :-) SetError API llvm-svn: 186122 | |||||
* | Direct dir to target.source-map. | Jim Ingham | 2013-06-24 | 1 | -1/+1 | |
| | | | | llvm-svn: 184778 | |||||
* | Updated the LLDB download page to reflect Debian package locations for 3.3 ↵ | Ashok Thirumurthi | 2013-06-19 | 1 | -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 Clayton | 2013-06-18 | 2 | -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 Thirumurthi | 2013-06-12 | 1 | -18/+25 | |
| | | | | | | and exec. llvm-svn: 183832 | |||||
* | Updated the links to Debian packages, provided a link to the blog on the ↵ | Ashok Thirumurthi | 2013-06-10 | 1 | -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 Thirumurthi | 2013-06-07 | 4 | -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 documentation | Enrico Granata | 2013-05-31 | 3 | -48/+39 | |
| | | | | llvm-svn: 183058 | |||||
* | Add instructions for running LLDB tests with non-default compiler/architectures | Daniel Malea | 2013-05-28 | 1 | -0/+9 | |
| | | | | | | - documented the cmake variable LLDB_TEST_ARGS llvm-svn: 182797 | |||||
* | Add CMake targets to build LLDB reference docs | Daniel Malea | 2013-05-28 | 1 | -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 Thirumurthi | 2013-05-24 | 1 | -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 Clayton | 2013-05-17 | 1 | -4/+13 | |
| | | | | llvm-svn: 182160 | |||||
* | Update LLDB web docs with instructions to run individual test suites/directories | Daniel Malea | 2013-05-17 | 1 | -0/+18 | |
| | | | | llvm-svn: 182117 | |||||
* | the return False in breakpoint actions should also be mentioned on the website | Enrico Granata | 2013-05-16 | 1 | -0/+4 | |
| | | | | llvm-svn: 182060 | |||||
* | Removed a duplicate entry from the GDB to | Sean Callanan | 2013-05-13 | 1 | -15/+1 | |
| | | | | | | | | | LLDB transition page. Also fixed a <b>...</b> tag. <rdar://problem/13871874> llvm-svn: 181720 | |||||
* | Providing a more interesting command template for LLDB | Enrico Granata | 2013-05-09 | 1 | -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 Granata | 2013-05-08 | 2 | -8/+8 | |
| | | | | | | the best practice llvm-svn: 181475 | |||||
* | Update lldb status page to reflect watchpoint support on Linux. | Matt Kopec | 2013-05-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 181460 | |||||
* | Added a few things that need to be installed on linux to build LLDB. | Greg Clayton | 2013-05-03 | 1 | -1/+1 | |
| | | | | llvm-svn: 181028 |