Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | A few small tweaks to the symbolication page. | Jason Molenda | 2013-01-04 | 1 | -22/+24 | |
| | | | | llvm-svn: 171542 | |||||
* | Added a bit more explanation for the python modules that aid with symbolication. | Greg Clayton | 2013-01-04 | 1 | -12/+50 | |
| | | | | llvm-svn: 171500 | |||||
* | Added a page that describes how to to manual symbolication with LLDB from ↵ | Greg Clayton | 2013-01-04 | 2 | -0/+324 | |
| | | | | | | the command line, from python, and also how to use the build in modules to do symbolication. llvm-svn: 171477 | |||||
* | http://llvm.org/bugs/show_bug.cgi?id=14629 | Greg Clayton | 2012-12-19 | 1 | -1/+1 | |
| | | | | | | Fixed incorrect documentation. llvm-svn: 170479 | |||||
* | Mention how to do a (Linux) release build on the build instructions page. | Daniel Malea | 2012-12-17 | 1 | -5/+7 | |
| | | | | | | | | Also, a few minor fixes: - paragraph formatting - capitalize "Python" where appropriate llvm-svn: 170372 | |||||
* | Add GCC instructions to build section of website | Daniel Malea | 2012-12-14 | 1 | -8/+16 | |
| | | | | llvm-svn: 170236 | |||||
* | Added a warning about using the lldb.target, etc. for anything other than ↵ | Jim Ingham | 2012-12-12 | 1 | -2/+6 | |
| | | | | | | | | convenience when using the script command. llvm-svn: 170014 | |||||
* | Minor grammar and style fixes in documentation. | Sean Callanan | 2012-12-12 | 1 | -4/+6 | |
| | | | | | | | <rdar://problem/12861963> <rdar://problem/12861904> llvm-svn: 169997 | |||||
* | Add examples of how to set env vars for the inferior process from lldb. | Jason Molenda | 2012-12-06 | 1 | -0/+18 | |
| | | | | llvm-svn: 169552 | |||||
* | Added malloc introspection commands for Mac OS X for both GDB and LLDB. | Greg Clayton | 2012-11-19 | 1 | -0/+38 | |
| | | | | llvm-svn: 168315 | |||||
* | Add more info for shell commands being used by DebugSymbols.framework. | Greg Clayton | 2012-11-19 | 1 | -3/+15 | |
| | | | | llvm-svn: 168314 | |||||
* | Added symbols page for Mac OS X that explains how DebugSymbols.framework can ↵ | Greg Clayton | 2012-11-16 | 2 | -0/+334 | |
| | | | | | | be customized. llvm-svn: 168224 | |||||
* | Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal ↵ | Jim Ingham | 2012-11-15 | 1 | -0/+11 | |
| | | | | | | 0; print". llvm-svn: 168071 | |||||
* | Fix minor typo on build page. | Daniel Malea | 2012-11-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 167770 | |||||
* | Update platform section to mention Linux/FreeBSD local debugging support, ↵ | Daniel Malea | 2012-11-12 | 1 | -3/+5 | |
| | | | | | | and also mention that LLDB builds on Linux with clang and libstdc++/libc++. llvm-svn: 167768 | |||||
* | Test commit: clean up C++11 options in lldb (on Linux) build page | Daniel Malea | 2012-11-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 167677 | |||||
* | Mark Objective-C 2.0 status as "Not applicable" on Linux. | Jason Molenda | 2012-11-09 | 1 | -1/+1 | |
| | | | | | | The objc 2 runtime doesn't run on Linux. llvm-svn: 167606 | |||||
* | Update the status page to include Linux status information, | Jason Molenda | 2012-11-09 | 1 | -61/+160 | |
| | | | | | | patch from Dan Malea, daniel.malea@intel.com. llvm-svn: 167605 | |||||
* | Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt ↵ | Jason Molenda | 2012-10-26 | 1 | -2/+3 | |
| | | | | | | 5" usage. llvm-svn: 166839 | |||||
* | Document "bt <n>" for "thread backtrace -c <n>", note that it is available | Jason Molenda | 2012-10-26 | 1 | -0/+11 | |
| | | | | | | in lldb-169 and later. llvm-svn: 166838 | |||||
* | Updated the "breakpoint command add" documentation and fixed the web site ↵ | Greg Clayton | 2012-10-26 | 1 | -2/+13 | |
| | | | | | | docs for the signature of the python breakpoint callback functions. llvm-svn: 166789 | |||||
* | Document target.source-map as the replacement for gdb's directory command. | Jason Molenda | 2012-10-26 | 1 | -0/+20 | |
| | | | | llvm-svn: 166753 | |||||
* | Add section on creating convenience variables. | Jim Ingham | 2012-10-25 | 1 | -0/+19 | |
| | | | | llvm-svn: 166697 | |||||
* | <rdar://problem/12523238> Commit 3 of 3 | Enrico Granata | 2012-10-24 | 1 | -0/+4 | |
| | | | | | | | | | | Changed all relevant test cases to verify that MightHaveChildren() works correctly for objects of interest Added a bunch of convenience methods for test cases to use: target(), process(), thread() and frame() which mimic the lldb.X convenience variables As a bonus, edited the documentation on the website to describe the new method available for synthetic children providers writers to implement! That's all folks! llvm-svn: 166535 | |||||
* | Reorder the sections of "USE AND EXTENSIONS" so the most useful to | Jason Molenda | 2012-10-20 | 1 | -4/+4 | |
| | | | | | | users new to lldb are at the top. llvm-svn: 166381 | |||||
* | Rename the lldb/gdb command page. | Jason Molenda | 2012-10-20 | 1 | -5/+2 | |
| | | | | | | | | Remove 'Customization', 'Documentation', and 'FAQ' pages from the sidebar's "USE AND EXTENSION" section. These pages have no content. If someone ever wants to add content to them, we can re-add them to the sidebar. llvm-svn: 166380 | |||||
* | Remove -w write flag to watch set var from tutorial.html. | Jason Molenda | 2012-10-19 | 2 | -6/+6 | |
| | | | | | | Fix one gdb example that had an "(lldb)" prompt in the lldb/gdb page. llvm-svn: 166297 | |||||
* | Mention "break set -r" and "break set -p". | Jim Ingham | 2012-10-18 | 1 | -0/+24 | |
| | | | | llvm-svn: 166238 | |||||
* | Added register write examples and also how to modify the pc. For this we ↵ | Greg Clayton | 2012-10-17 | 1 | -0/+20 | |
| | | | | | | show and example of GDB using the "jump" command, and LLDB using "register write" with an expression. llvm-svn: 166127 | |||||
* | Patch from Daniel Malea -- Updated build instructions for Linux. | Greg Clayton | 2012-10-15 | 1 | -35/+24 | |
| | | | | llvm-svn: 165964 | |||||
* | Remove two more cases of "-w write" being specified | Jason Molenda | 2012-10-05 | 1 | -2/+2 | |
| | | | | | | | to watch var set/exp -- that's now the default in the shipped lldb. llvm-svn: 165333 |