summaryrefslogtreecommitdiffstats
path: root/lldb/www
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* A few small tweaks to the symbolication page.Jason Molenda2013-01-041-22/+24
| | | | llvm-svn: 171542
* Added a bit more explanation for the python modules that aid with symbolication.Greg Clayton2013-01-041-12/+50
| | | | llvm-svn: 171500
* Added a page that describes how to to manual symbolication with LLDB from ↵Greg Clayton2013-01-042-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=14629Greg Clayton2012-12-191-1/+1
| | | | | | Fixed incorrect documentation. llvm-svn: 170479
* Mention how to do a (Linux) release build on the build instructions page.Daniel Malea2012-12-171-5/+7
| | | | | | | | Also, a few minor fixes: - paragraph formatting - capitalize "Python" where appropriate llvm-svn: 170372
* Add GCC instructions to build section of websiteDaniel Malea2012-12-141-8/+16
| | | | llvm-svn: 170236
* Added a warning about using the lldb.target, etc. for anything other than ↵Jim Ingham2012-12-121-2/+6
| | | | | | | | convenience when using the script command. llvm-svn: 170014
* Minor grammar and style fixes in documentation.Sean Callanan2012-12-121-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 Molenda2012-12-061-0/+18
| | | | llvm-svn: 169552
* Added malloc introspection commands for Mac OS X for both GDB and LLDB.Greg Clayton2012-11-191-0/+38
| | | | llvm-svn: 168315
* Add more info for shell commands being used by DebugSymbols.framework.Greg Clayton2012-11-191-3/+15
| | | | llvm-svn: 168314
* Added symbols page for Mac OS X that explains how DebugSymbols.framework can ↵Greg Clayton2012-11-162-0/+334
| | | | | | be customized. llvm-svn: 168224
* Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal ↵Jim Ingham2012-11-151-0/+11
| | | | | | 0; print". llvm-svn: 168071
* Fix minor typo on build page.Daniel Malea2012-11-121-1/+1
| | | | llvm-svn: 167770
* Update platform section to mention Linux/FreeBSD local debugging support, ↵Daniel Malea2012-11-121-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 pageDaniel Malea2012-11-101-2/+2
| | | | llvm-svn: 167677
* Mark Objective-C 2.0 status as "Not applicable" on Linux.Jason Molenda2012-11-091-1/+1
| | | | | | The objc 2 runtime doesn't run on Linux. llvm-svn: 167606
* Update the status page to include Linux status information,Jason Molenda2012-11-091-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 Molenda2012-10-261-2/+3
| | | | | | 5" usage. llvm-svn: 166839
* Document "bt <n>" for "thread backtrace -c <n>", note that it is availableJason Molenda2012-10-261-0/+11
| | | | | | in lldb-169 and later. llvm-svn: 166838
* Updated the "breakpoint command add" documentation and fixed the web site ↵Greg Clayton2012-10-261-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 Molenda2012-10-261-0/+20
| | | | llvm-svn: 166753
* Add section on creating convenience variables.Jim Ingham2012-10-251-0/+19
| | | | llvm-svn: 166697
* <rdar://problem/12523238> Commit 3 of 3Enrico Granata2012-10-241-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 toJason Molenda2012-10-201-4/+4
| | | | | | users new to lldb are at the top. llvm-svn: 166381
* Rename the lldb/gdb command page.Jason Molenda2012-10-201-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 Molenda2012-10-192-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 Ingham2012-10-181-0/+24
| | | | llvm-svn: 166238
* Added register write examples and also how to modify the pc. For this we ↵Greg Clayton2012-10-171-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 Clayton2012-10-151-35/+24
| | | | llvm-svn: 165964
* Remove two more cases of "-w write" being specifiedJason Molenda2012-10-051-2/+2
| | | | | | | to watch var set/exp -- that's now the default in the shipped lldb. llvm-svn: 165333
OpenPOWER on IntegriCloud