1. 9ec5022 Update current state of FreeBSD port by Ed Maste · 11 years ago
  2. 61b8793 Updated the LLDB status page to reflect recent work on Linux. by Ashok Thirumurthi · 11 years ago
  3. 69a3951 Remove spurious "-C" flag from CMake command lines in build.html. by Stefanus Du Toit · 11 years ago
  4. fe4a7c6 Add instructions to www/source.html for using the Git mirror for those so inclined. by Stefanus Du Toit · 11 years ago
  5. da1becd Add another link to the Python API docs. by Daniel Malea · 11 years ago
  6. 5c94013 Add links to LLDB API reference docs by Daniel Malea · 11 years ago
  7. bdcd079 Add LLDB API reference docs (for Python and C++) by Daniel Malea · 11 years ago
  8. 3407e76 Fix typeos. by Jason Molenda · 11 years ago
  9. f68ffcd Adding information on the scriptable keywords ${target|process|thread|frame.script:function} to the LLDB documentation by Enrico Granata · 11 years ago
  10. b89642b Tweaks to the Python reference and example command to use the preferred print style and the (finally available :-) SetError API by Enrico Granata · 11 years ago
  11. cf9d2e9 Direct dir to target.source-map. by Jim Ingham · 11 years ago
  12. 8270f31 Updated the LLDB download page to reflect Debian package locations for 3.3 as well as the incremental 3.4 releases. by Ashok Thirumurthi · 11 years ago
  13. 546a056 Added a troubleshooting page as a place to add commonly asked questions with solutions. by Greg Clayton · 11 years ago
  14. 5c8dbc4 LLDB feature status update to mention limitations with core-file debugging and exec. by Ashok Thirumurthi · 11 years ago
  15. 67e0d37 Updated the links to Debian packages, provided a link to the blog on the nightly, by Ashok Thirumurthi · 11 years ago
  16. 2f27f40 Updated the LLDB status page to reflect the recent addition of multi-threaded support. by Ashok Thirumurthi · 11 years ago
  17. f812f62 A few cleanups for our documentation by Enrico Granata · 11 years ago
  18. 6d66236 Add instructions for running LLDB tests with non-default compiler/architectures by Daniel Malea · 11 years ago
  19. 56c7ef6 Add CMake targets to build LLDB reference docs by Daniel Malea · 11 years ago
  20. 9bca2cf Updated the status page to reflect the current Linux status. by Ashok Thirumurthi · 11 years ago
  21. 7712e1c Added a few linux build configure/make examples. by Greg Clayton · 11 years ago
  22. 4f1759b Update LLDB web docs with instructions to run individual test suites/directories by Daniel Malea · 11 years ago
  23. 5c7c781 the return False in breakpoint actions should also be mentioned on the website by Enrico Granata · 11 years ago
  24. c6b4f9e Removed a duplicate entry from the GDB to by Sean Callanan · 11 years ago
  25. ac39f3c Providing a more interesting command template for LLDB by Enrico Granata · 11 years ago
  26. 03e1677 Now that you can "command script import" packages, the docs should reflect the best practice by Enrico Granata · 11 years ago
  27. 0dd7170 Update lldb status page to reflect watchpoint support on Linux. by Matt Kopec · 11 years ago
  28. 65da8c2 Added a few things that need to be installed on linux to build LLDB. by Greg Clayton · 11 years ago
  29. 28ba525 Document how to get "info line" information from "image lookup -v". by Jim Ingham · 11 years ago
  30. 51a5b47 Minor update to build instructions: workaround a bug in cmake+make build files by Daniel Malea · 11 years ago
  31. f734066 - Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. by Enrico Granata · 12 years ago
  32. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 12 years ago
  33. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 12 years ago
  34. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 12 years ago
  35. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 12 years ago
  36. d441807 Mention "return" -> "thread return" by Jim Ingham · 12 years ago
  37. d627d4f Lastly, a few synthetic children classes for Cocoa are available by Enrico Granata · 12 years ago
  38. 5e536c4 And the NSString formatter is not Python anymore by Enrico Granata · 12 years ago
  39. 1459660 Data formatters are not a *recent* addition... by Enrico Granata · 12 years ago
  40. 0772b53 Mention the inline-breakpoint-strategy in the lldb-gdb.html file. by Jim Ingham · 12 years ago
  41. 7a87d52 Fix document typos, indentation in python code, and API examples. by Daniel Malea · 12 years ago
  42. a53efae Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands. by Greg Clayton · 12 years ago
  43. 4922935 Describe the data formatters as part of the architecture by Enrico Granata · 12 years ago
  44. b1052dc Changing the Python reference document to be more explicit in discouraging usage of lldb.{debugger,...} convenience variables for formatters and other non-interactive Python extensions by Enrico Granata · 12 years ago
  45. df7a41d Fix for the separation between -i and -u in expression. by Jim Ingham · 12 years ago
  46. 1fc46d2 minor update to status page: C++ exception breakpoints work on linux by Daniel Malea · 12 years ago
  47. 5a39ce3 Simplify build instructions by Daniel Malea · 12 years ago
  48. 1836ade A few small tweaks to the symbolication page. by Jason Molenda · 12 years ago
  49. dedf478 Added a bit more explanation for the python modules that aid with symbolication. by Greg Clayton · 12 years ago
  50. cf6d727 Added a page that describes how to to manual symbolication with LLDB from the command line, from python, and also how to use the build in modules to do symbolication. by Greg Clayton · 12 years ago
  51. 9d1ac6a http://llvm.org/bugs/show_bug.cgi?id=14629 by Greg Clayton · 12 years ago
  52. 1866b87 Mention how to do a (Linux) release build on the build instructions page. by Daniel Malea · 12 years ago
  53. 284e43e Add GCC instructions to build section of website by Daniel Malea · 12 years ago
  54. 8e013df Added a warning about using the lldb.target, etc. for anything other than convenience when using the by Jim Ingham · 12 years ago
  55. 24592a3 Minor grammar and style fixes in documentation. by Sean Callanan · 12 years ago
  56. 19113d6 Add examples of how to set env vars for the inferior process from lldb. by Jason Molenda · 12 years ago
  57. 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
  58. 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
  59. e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
  60. 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
  61. 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
  62. 31f7c43 Update platform section to mention Linux/FreeBSD local debugging support, and also mention that LLDB builds on Linux with clang and libstdc++/libc++. by Daniel Malea · 12 years ago
  63. a56f7f0 Test commit: clean up C++11 options in lldb (on Linux) build page by Daniel Malea · 12 years ago
  64. bf692ae Mark Objective-C 2.0 status as "Not applicable" on Linux. by Jason Molenda · 12 years ago
  65. a10929d Update the status page to include Linux status information, by Jason Molenda · 12 years ago
  66. b856a45 Show both lldb-168 and earlier "bt -c 5" as well as lldb-169 and later "bt 5" usage. by Jason Molenda · 12 years ago
  67. 6021b24 Document "bt <n>" for "thread backtrace -c <n>", note that it is available by Jason Molenda · 12 years ago
  68. b34ca85 Updated the "breakpoint command add" documentation and fixed the web site docs for the signature of the python breakpoint callback functions. by Greg Clayton · 12 years ago
  69. 0a07c0e Document target.source-map as the replacement for gdb's directory command. by Jason Molenda · 12 years ago
  70. d21d8aa Add section on creating convenience variables. by Jim Ingham · 12 years ago
  71. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  72. 25a66bc Reorder the sections of "USE AND EXTENSIONS" so the most useful to by Jason Molenda · 12 years ago
  73. 33f7dd5 Rename the lldb/gdb command page. by Jason Molenda · 12 years ago
  74. ee7a663 Remove -w write flag to watch set var from tutorial.html. by Jason Molenda · 12 years ago
  75. e128068 Mention "break set -r" and "break set -p". by Jim Ingham · 12 years ago
  76. 3499e18 Added register write examples and also how to modify the pc. For this we show and example of GDB using the "jump" command, and LLDB using "register write" with an expression. by Greg Clayton · 12 years ago
  77. f19e199 Patch from Daniel Malea -- Updated build instructions for Linux. by Greg Clayton · 12 years ago
  78. e247745 Remove two more cases of "-w write" being specified by Jason Molenda · 12 years ago
  79. da2be4e Improve shortened examples of the watchpoint commands. by Jason Molenda · 12 years ago
  80. 7cbdc32 one more small fix for the gdb-comes-first column order by Jason Molenda · 12 years ago
  81. 54107f2 typeo by Jason Molenda · 12 years ago
  82. 3e1399f typeo by Jason Molenda · 12 years ago
  83. 62fa877 Update the intro paragraph of text describing the table below to by Jason Molenda · 12 years ago
  84. 704506b Swap the columns in the lldb & gdb command comparison table. I by Jason Molenda · 12 years ago
  85. 4e8570b Add examples of using the kdp-remote and gdb-remote commands to connect to by Jason Molenda · 12 years ago
  86. 8e2702e Don't force libc++ and c++11 on everyone. by Filipe Cabecinhas · 12 years ago
  87. 284a2a3 Add "info func" to the list. by Jim Ingham · 12 years ago
  88. 41609db Add the "expr" command to the gdb command equivalents. by Jim Ingham · 12 years ago
  89. 74566c9 Providing an additional Python command example by Enrico Granata · 12 years ago
  90. e4ec509 Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! by Johnny Chen · 12 years ago
  91. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  92. d47c792 Added information on how to get API documentation in a "Documentation" section. by Greg Clayton · 12 years ago
  93. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  94. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 12 years ago
  95. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 12 years ago
  96. 1990449 Update the docs to reflect the recent changes to categories by Enrico Granata · 12 years ago
  97. c0791aa Mentioning in the docs that Python commands can have docstrings by Enrico Granata · 12 years ago
  98. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 13 years ago
  99. 2c2d573 Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. by Johnny Chen · 13 years ago
  100. 1d56498 Editing documentation to reflect recent changes in the formatters support by Enrico Granata · 13 years ago