1. f812f62 A few cleanups for our documentation by Enrico Granata · 11 years ago
  2. 6d66236 Add instructions for running LLDB tests with non-default compiler/architectures by Daniel Malea · 11 years ago
  3. 56c7ef6 Add CMake targets to build LLDB reference docs by Daniel Malea · 11 years ago
  4. 9bca2cf Updated the status page to reflect the current Linux status. by Ashok Thirumurthi · 11 years ago
  5. 7712e1c Added a few linux build configure/make examples. by Greg Clayton · 11 years ago
  6. 4f1759b Update LLDB web docs with instructions to run individual test suites/directories by Daniel Malea · 11 years ago
  7. 5c7c781 the return False in breakpoint actions should also be mentioned on the website by Enrico Granata · 11 years ago
  8. c6b4f9e Removed a duplicate entry from the GDB to by Sean Callanan · 11 years ago
  9. ac39f3c Providing a more interesting command template for LLDB by Enrico Granata · 11 years ago
  10. 03e1677 Now that you can "command script import" packages, the docs should reflect the best practice by Enrico Granata · 11 years ago
  11. 0dd7170 Update lldb status page to reflect watchpoint support on Linux. by Matt Kopec · 11 years ago
  12. 65da8c2 Added a few things that need to be installed on linux to build LLDB. by Greg Clayton · 11 years ago
  13. 28ba525 Document how to get "info line" information from "image lookup -v". by Jim Ingham · 11 years ago
  14. 51a5b47 Minor update to build instructions: workaround a bug in cmake+make build files by Daniel Malea · 11 years ago
  15. f734066 - Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. by Enrico Granata · 11 years ago
  16. d284d1b Be more precise in GCC/autoconf build instructions about compiler versions by Daniel Malea · 11 years ago
  17. 66fd7b1 Typos: be more precise on the build page when mentioning the non-cmake build system by Daniel Malea · 11 years ago
  18. 02c106f Add instructions for building LLDB with CMake by Daniel Malea · 11 years ago
  19. 6569003 Add links to buildbots on the LLDB build instructions page by Daniel Malea · 11 years ago
  20. d441807 Mention "return" -> "thread return" by Jim Ingham · 11 years ago
  21. d627d4f Lastly, a few synthetic children classes for Cocoa are available by Enrico Granata · 11 years ago
  22. 5e536c4 And the NSString formatter is not Python anymore by Enrico Granata · 11 years ago
  23. 1459660 Data formatters are not a *recent* addition... by Enrico Granata · 11 years ago
  24. 0772b53 Mention the inline-breakpoint-strategy in the lldb-gdb.html file. by Jim Ingham · 11 years ago
  25. 7a87d52 Fix document typos, indentation in python code, and API examples. by Daniel Malea · 11 years ago
  26. a53efae Added new "env" regular expression alias into the evironment settings section of the GDB/LLDB commands. by Greg Clayton · 11 years ago
  27. 4922935 Describe the data formatters as part of the architecture by Enrico Granata · 11 years ago
  28. 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
  29. df7a41d Fix for the separation between -i and -u in expression. by Jim Ingham · 12 years ago
  30. 1fc46d2 minor update to status page: C++ exception breakpoints work on linux by Daniel Malea · 12 years ago
  31. 5a39ce3 Simplify build instructions by Daniel Malea · 12 years ago
  32. 1836ade A few small tweaks to the symbolication page. by Jason Molenda · 12 years ago
  33. dedf478 Added a bit more explanation for the python modules that aid with symbolication. by Greg Clayton · 12 years ago
  34. 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
  35. 9d1ac6a http://llvm.org/bugs/show_bug.cgi?id=14629 by Greg Clayton · 12 years ago
  36. 1866b87 Mention how to do a (Linux) release build on the build instructions page. by Daniel Malea · 12 years ago
  37. 284e43e Add GCC instructions to build section of website by Daniel Malea · 12 years ago
  38. 8e013df Added a warning about using the lldb.target, etc. for anything other than convenience when using the by Jim Ingham · 12 years ago
  39. 24592a3 Minor grammar and style fixes in documentation. by Sean Callanan · 12 years ago
  40. 19113d6 Add examples of how to set env vars for the inferior process from lldb. by Jason Molenda · 12 years ago
  41. 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
  42. 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
  43. e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
  44. 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
  45. 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
  46. 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
  47. a56f7f0 Test commit: clean up C++11 options in lldb (on Linux) build page by Daniel Malea · 12 years ago
  48. bf692ae Mark Objective-C 2.0 status as "Not applicable" on Linux. by Jason Molenda · 12 years ago
  49. a10929d Update the status page to include Linux status information, by Jason Molenda · 12 years ago
  50. 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
  51. 6021b24 Document "bt <n>" for "thread backtrace -c <n>", note that it is available by Jason Molenda · 12 years ago
  52. 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
  53. 0a07c0e Document target.source-map as the replacement for gdb's directory command. by Jason Molenda · 12 years ago
  54. d21d8aa Add section on creating convenience variables. by Jim Ingham · 12 years ago
  55. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  56. 25a66bc Reorder the sections of "USE AND EXTENSIONS" so the most useful to by Jason Molenda · 12 years ago
  57. 33f7dd5 Rename the lldb/gdb command page. by Jason Molenda · 12 years ago
  58. ee7a663 Remove -w write flag to watch set var from tutorial.html. by Jason Molenda · 12 years ago
  59. e128068 Mention "break set -r" and "break set -p". by Jim Ingham · 12 years ago
  60. 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
  61. f19e199 Patch from Daniel Malea -- Updated build instructions for Linux. by Greg Clayton · 12 years ago
  62. e247745 Remove two more cases of "-w write" being specified by Jason Molenda · 12 years ago
  63. da2be4e Improve shortened examples of the watchpoint commands. by Jason Molenda · 12 years ago
  64. 7cbdc32 one more small fix for the gdb-comes-first column order by Jason Molenda · 12 years ago
  65. 54107f2 typeo by Jason Molenda · 12 years ago
  66. 3e1399f typeo by Jason Molenda · 12 years ago
  67. 62fa877 Update the intro paragraph of text describing the table below to by Jason Molenda · 12 years ago
  68. 704506b Swap the columns in the lldb & gdb command comparison table. I by Jason Molenda · 12 years ago
  69. 4e8570b Add examples of using the kdp-remote and gdb-remote commands to connect to by Jason Molenda · 12 years ago
  70. 8e2702e Don't force libc++ and c++11 on everyone. by Filipe Cabecinhas · 12 years ago
  71. 284a2a3 Add "info func" to the list. by Jim Ingham · 12 years ago
  72. 41609db Add the "expr" command to the gdb command equivalents. by Jim Ingham · 12 years ago
  73. 74566c9 Providing an additional Python command example by Enrico Granata · 12 years ago
  74. e4ec509 Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! by Johnny Chen · 12 years ago
  75. 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
  76. d47c792 Added information on how to get API documentation in a "Documentation" section. by Greg Clayton · 12 years ago
  77. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  78. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 12 years ago
  79. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 12 years ago
  80. 1990449 Update the docs to reflect the recent changes to categories by Enrico Granata · 12 years ago
  81. c0791aa Mentioning in the docs that Python commands can have docstrings by Enrico Granata · 12 years ago
  82. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 12 years ago
  83. 2c2d573 Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. by Johnny Chen · 12 years ago
  84. 1d56498 Editing documentation to reflect recent changes in the formatters support by Enrico Granata · 12 years ago
  85. b62598b Changed the URL to the CFString summary provider; slightly reworded the relevant piece of content by Enrico Granata · 12 years ago
  86. 415bb57 Pointing users to a new example of synthetic children provider en lieu of the old StdVector example which was removed earlier today by Enrico Granata · 12 years ago
  87. 48e8dde rdar://problem/11057400 by Johnny Chen · 12 years ago
  88. 9792d5c Minor modification. by Johnny Chen · 12 years ago
  89. 04720ae Updated our main LLDB page as it was vastly out of date. by Greg Clayton · 12 years ago
  90. 8e1d33f fixing documentation to refer to the correct name of the module init function __lldb_init_module by Enrico Granata · 12 years ago
  91. e90903a Document that we now support the GDB shorthand format syntax on any commands by Greg Clayton · 12 years ago
  92. 261c974 Added some clarifications about when the __lldb_init_module would be called by Greg Clayton · 12 years ago
  93. f3edcc0 Fix page title. by Greg Clayton · 12 years ago
  94. 27276f7 Better name for the Python Scripting. by Jim Ingham · 12 years ago
  95. 4b59b49 Better name for the python reference. by Jim Ingham · 12 years ago
  96. 062a836 Proof-reading the python docs. by Jim Ingham · 12 years ago
  97. f9ab5ea Added a python FAQ page with detailed examples of how to add python functions by Greg Clayton · 12 years ago
  98. 688082e Updated HTML with info for ${function.name-with-args} by Greg Clayton · 13 years ago
  99. caf4da9 Added examples of commands that list and delete breakpoints. by Sean Callanan · 13 years ago
  100. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago