aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Expand)Author
2013-01-04A few small tweaks to the symbolication page.Jason Molenda
2013-01-04Added a bit more explanation for the python modules that aid with symbolication.Greg Clayton
2013-01-04Added a page that describes how to to manual symbolication with LLDB from the...Greg Clayton
2012-12-19http://llvm.org/bugs/show_bug.cgi?id=14629Greg Clayton
2012-12-17Mention how to do a (Linux) release build on the build instructions page.Daniel Malea
2012-12-14Add GCC instructions to build section of websiteDaniel Malea
2012-12-12Added a warning about using the lldb.target, etc. for anything other than con...Jim Ingham
2012-12-12Minor grammar and style fixes in documentation.Sean Callanan
2012-12-06Add examples of how to set env vars for the inferior process from lldb.Jason Molenda
2012-11-19Added malloc introspection commands for Mac OS X for both GDB and LLDB.Greg Clayton
2012-11-19Add more info for shell commands being used by DebugSymbols.framework.Greg Clayton
2012-11-16Added symbols page for Mac OS X that explains how DebugSymbols.framework can ...Greg Clayton
2012-11-15Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal ...Jim Ingham
2012-11-12Fix minor typo on build page.Daniel Malea
2012-11-12Update platform section to mention Linux/FreeBSD local debugging support, and...Daniel Malea
2012-11-10Test commit: clean up C++11 options in lldb (on Linux) build pageDaniel Malea
2012-11-09Mark Objective-C 2.0 status as "Not applicable" on Linux.Jason Molenda
2012-11-09Update the status page to include Linux status information,Jason Molenda
2012-10-26Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5"...Jason Molenda
2012-10-26Document "bt <n>" for "thread backtrace -c <n>", note that it is availableJason Molenda
2012-10-26Updated the "breakpoint command add" documentation and fixed the web site doc...Greg Clayton
2012-10-26Document target.source-map as the replacement for gdb's directory command.Jason Molenda
2012-10-25Add section on creating convenience variables.Jim Ingham
2012-10-24<rdar://problem/12523238> Commit 3 of 3Enrico Granata
2012-10-20Reorder the sections of "USE AND EXTENSIONS" so the most useful toJason Molenda
2012-10-20Rename the lldb/gdb command page.Jason Molenda
2012-10-19Remove -w write flag to watch set var from tutorial.html.Jason Molenda
2012-10-18Mention "break set -r" and "break set -p".Jim Ingham
2012-10-17Added register write examples and also how to modify the pc. For this we show...Greg Clayton
2012-10-15Patch from Daniel Malea -- Updated build instructions for Linux.Greg Clayton
2012-10-05Remove two more cases of "-w write" being specifiedJason Molenda
2012-10-05Improve shortened examples of the watchpoint commands.Jason Molenda
2012-10-05one more small fix for the gdb-comes-first column orderJason Molenda
2012-10-05typeoJason Molenda
2012-10-05typeoJason Molenda
2012-10-05Update the intro paragraph of text describing the table below toJason Molenda
2012-10-05Swap the columns in the lldb & gdb command comparison table. IJason Molenda
2012-09-26Add examples of using the kdp-remote and gdb-remote commands to connect toJason Molenda
2012-09-14Don't force libc++ and c++11 on everyone.Filipe Cabecinhas
2012-09-12Add "info func" to the list.Jim Ingham
2012-08-24Add the "expr" command to the gdb command equivalents.Jim Ingham
2012-08-24Providing an additional Python command exampleEnrico Granata
2012-08-16Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>!Johnny Chen
2012-08-08<rdar://problem/11975483> Removing user-visible references to 'dict' as a par...Enrico Granata
2012-06-29Added information on how to get API documentation in a "Documentation" section.Greg Clayton
2012-05-21Added a GDB equivalent for saving binary memorySean Callanan
2012-05-14Fixing a typo in the lldb-gdb webpageEnrico Granata
2012-05-11Add "echo" -> "script print".Jim Ingham
2012-05-02Update the docs to reflect the recent changes to categoriesEnrico Granata
2012-05-02Mentioning in the docs that Python commands can have docstringsEnrico Granata