| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Document how to get "info line" information from "image lookup -v". | Jim Ingham | 2013-04-18 | 1 | -0/+27 |
| | | | | | llvm-svn: 179800 | ||||
| * | Minor update to build instructions: workaround a bug in cmake+make build files | Daniel Malea | 2013-04-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 178569 | ||||
| * | - Masking out SBCommandReturnObject::Printf() from the Python layer because ↵ | Enrico Granata | 2013-03-25 | 1 | -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 versions | Daniel Malea | 2013-03-05 | 1 | -7/+7 |
| | | | | | llvm-svn: 176528 | ||||
| * | Typos: be more precise on the build page when mentioning the non-cmake build ↵ | Daniel Malea | 2013-03-05 | 1 | -3/+3 |
| | | | | | | | system llvm-svn: 176524 | ||||
| * | Add instructions for building LLDB with CMake | Daniel Malea | 2013-03-05 | 1 | -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 page | Daniel Malea | 2013-02-26 | 1 | -0/+10 |
| | | | | | llvm-svn: 176126 | ||||
| * | Mention "return" -> "thread return" | Jim Ingham | 2013-02-20 | 1 | -0/+10 |
| | | | | | llvm-svn: 175689 | ||||
| * | Lastly, a few synthetic children classes for Cocoa are available | Enrico Granata | 2013-02-20 | 1 | -3/+2 |
| | | | | | llvm-svn: 175591 | ||||
| * | And the NSString formatter is not Python anymore | Enrico Granata | 2013-02-20 | 1 | -4/+3 |
| | | | | | llvm-svn: 175590 | ||||
| * | Data formatters are not a *recent* addition... | Enrico Granata | 2013-02-20 | 1 | -3/+2 |
| | | | | | llvm-svn: 175589 | ||||
| * | Mention the inline-breakpoint-strategy in the lldb-gdb.html file. | Jim Ingham | 2013-02-14 | 2 | -0/+21 |
| | | | | | llvm-svn: 175201 | ||||
| * | Fix document typos, indentation in python code, and API examples. | Daniel Malea | 2013-02-12 | 1 | -24/+29 |
| | | | | | | | Patch by Bruce Mitchener! llvm-svn: 175002 | ||||
| * | Added new "env" regular expression alias into the evironment settings ↵ | Greg Clayton | 2013-02-12 | 1 | -0/+1 |
| | | | | | | | section of the GDB/LLDB commands. llvm-svn: 174993 | ||||
| * | Describe the data formatters as part of the architecture | Enrico Granata | 2013-01-29 | 1 | -0/+18 |
| | | | | | llvm-svn: 173734 | ||||
| * | Changing the Python reference document to be more explicit in discouraging ↵ | Enrico Granata | 2013-01-16 | 1 | -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 Ingham | 2013-01-15 | 1 | -1/+12 |
| | | | | | llvm-svn: 172505 | ||||
| * | minor update to status page: C++ exception breakpoints work on linux | Daniel Malea | 2013-01-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 172142 | ||||
| * | Simplify build instructions | Daniel Malea | 2013-01-05 | 1 | -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 | ||||

