summaryrefslogtreecommitdiffstats
path: root/lldb/www
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Document how to get "info line" information from "image lookup -v".Jim Ingham2013-04-181-0/+27
| | | | llvm-svn: 179800
* Minor update to build instructions: workaround a bug in cmake+make build filesDaniel Malea2013-04-021-1/+1
| | | | llvm-svn: 178569
* - Masking out SBCommandReturnObject::Printf() from the Python layer because ↵Enrico Granata2013-03-251-4/+6
| | | | | | | | | | SWIG and varargs do not get along well. It is replaced by a Print("str") call which is equivalent to Printf("%s","str") - Providing file-like behavior for SBStream with appropriate extension write() and flush() calls, plus documenting that these are only meant and only exist for Python Documenting the file-like behavior on our website llvm-svn: 177877
* Be more precise in GCC/autoconf build instructions about compiler versionsDaniel Malea2013-03-051-7/+7
| | | | llvm-svn: 176528
* Typos: be more precise on the build page when mentioning the non-cmake build ↵Daniel Malea2013-03-051-3/+3
| | | | | | system llvm-svn: 176524
* Add instructions for building LLDB with CMakeDaniel Malea2013-03-051-1/+30
| | | | | | | - suported generators: Ninja and Unix Makefiles - added instructions to run tests when building with autoconf llvm-svn: 176522
* Add links to buildbots on the LLDB build instructions pageDaniel Malea2013-02-261-0/+10
| | | | llvm-svn: 176126
* Mention "return" -> "thread return"Jim Ingham2013-02-201-0/+10
| | | | llvm-svn: 175689
* Lastly, a few synthetic children classes for Cocoa are availableEnrico Granata2013-02-201-3/+2
| | | | llvm-svn: 175591
* And the NSString formatter is not Python anymoreEnrico Granata2013-02-201-4/+3
| | | | llvm-svn: 175590
* Data formatters are not a *recent* addition...Enrico Granata2013-02-201-3/+2
| | | | llvm-svn: 175589
* Mention the inline-breakpoint-strategy in the lldb-gdb.html file.Jim Ingham2013-02-142-0/+21
| | | | llvm-svn: 175201
* Fix document typos, indentation in python code, and API examples.Daniel Malea2013-02-121-24/+29
| | | | | | Patch by Bruce Mitchener! llvm-svn: 175002
* Added new "env" regular expression alias into the evironment settings ↵Greg Clayton2013-02-121-0/+1
| | | | | | section of the GDB/LLDB commands. llvm-svn: 174993
* Describe the data formatters as part of the architectureEnrico Granata2013-01-291-0/+18
| | | | llvm-svn: 173734
* Changing the Python reference document to be more explicit in discouraging ↵Enrico Granata2013-01-161-12/+16
| | | | | | usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions llvm-svn: 172663
* Fix for the separation between -i and -u in expression.Jim Ingham2013-01-151-1/+12
| | | | llvm-svn: 172505
* minor update to status page: C++ exception breakpoints work on linuxDaniel Malea2013-01-101-1/+1
| | | | llvm-svn: 172142
* Simplify build instructionsDaniel Malea2013-01-051-10/+10
| | | | | | | - setting PYTHONPATH is no longer needed to run the lldb CLI on Linux. - added instructions for setting PYTHONPATH correctly for running scripts in the native interpreter llvm-svn: 171566
OpenPOWER on IntegriCloud