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