1. 4976e0e Added malloc introspection commands for Mac OS X for both GDB and LLDB. by Greg Clayton · 12 years ago
  2. 5ee8d64 Add more info for shell commands being used by DebugSymbols.framework. by Greg Clayton · 12 years ago
  3. e8ec5ac Added symbols page for Mac OS X that explains how DebugSymbols.framework can be customized. by Greg Clayton · 12 years ago
  4. 9a579ee Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". by Jim Ingham · 12 years ago
  5. 27f79f3 Fix minor typo on build page. by Daniel Malea · 12 years ago
  6. 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
  7. a56f7f0 Test commit: clean up C++11 options in lldb (on Linux) build page by Daniel Malea · 12 years ago
  8. bf692ae Mark Objective-C 2.0 status as "Not applicable" on Linux. by Jason Molenda · 12 years ago
  9. a10929d Update the status page to include Linux status information, by Jason Molenda · 12 years ago
  10. 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
  11. 6021b24 Document "bt <n>" for "thread backtrace -c <n>", note that it is available by Jason Molenda · 12 years ago
  12. 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
  13. 0a07c0e Document target.source-map as the replacement for gdb's directory command. by Jason Molenda · 12 years ago
  14. d21d8aa Add section on creating convenience variables. by Jim Ingham · 12 years ago
  15. 251729e <rdar://problem/12523238> Commit 3 of 3 by Enrico Granata · 12 years ago
  16. 25a66bc Reorder the sections of "USE AND EXTENSIONS" so the most useful to by Jason Molenda · 12 years ago
  17. 33f7dd5 Rename the lldb/gdb command page. by Jason Molenda · 12 years ago
  18. ee7a663 Remove -w write flag to watch set var from tutorial.html. by Jason Molenda · 12 years ago
  19. e128068 Mention "break set -r" and "break set -p". by Jim Ingham · 12 years ago
  20. 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
  21. f19e199 Patch from Daniel Malea -- Updated build instructions for Linux. by Greg Clayton · 12 years ago
  22. e247745 Remove two more cases of "-w write" being specified by Jason Molenda · 12 years ago
  23. da2be4e Improve shortened examples of the watchpoint commands. by Jason Molenda · 12 years ago
  24. 7cbdc32 one more small fix for the gdb-comes-first column order by Jason Molenda · 12 years ago
  25. 54107f2 typeo by Jason Molenda · 12 years ago
  26. 3e1399f typeo by Jason Molenda · 12 years ago
  27. 62fa877 Update the intro paragraph of text describing the table below to by Jason Molenda · 12 years ago
  28. 704506b Swap the columns in the lldb & gdb command comparison table. I by Jason Molenda · 12 years ago
  29. 4e8570b Add examples of using the kdp-remote and gdb-remote commands to connect to by Jason Molenda · 12 years ago
  30. 8e2702e Don't force libc++ and c++11 on everyone. by Filipe Cabecinhas · 12 years ago
  31. 284a2a3 Add "info func" to the list. by Jim Ingham · 12 years ago
  32. 41609db Add the "expr" command to the gdb command equivalents. by Jim Ingham · 12 years ago
  33. 74566c9 Providing an additional Python command example by Enrico Granata · 12 years ago
  34. e4ec509 Update build instructions. Patch from "Kopec, Matt" <matt.kopec@intel.com>! by Johnny Chen · 12 years ago
  35. 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
  36. d47c792 Added information on how to get API documentation in a "Documentation" section. by Greg Clayton · 12 years ago
  37. 96e02ab Added a GDB equivalent for saving binary memory data. by Sean Callanan · 12 years ago
  38. 79aaca0 Fixing a typo in the lldb-gdb webpage by Enrico Granata · 12 years ago
  39. 8ec3513 Add "echo" -> "script print". by Jim Ingham · 12 years ago
  40. 1990449 Update the docs to reflect the recent changes to categories by Enrico Granata · 12 years ago
  41. c0791aa Mentioning in the docs that Python commands can have docstrings by Enrico Granata · 12 years ago
  42. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 12 years ago
  43. 2c2d573 Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. by Johnny Chen · 12 years ago
  44. 1d56498 Editing documentation to reflect recent changes in the formatters support by Enrico Granata · 13 years ago
  45. b62598b Changed the URL to the CFString summary provider; slightly reworded the relevant piece of content by Enrico Granata · 13 years ago
  46. 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 · 13 years ago
  47. 48e8dde rdar://problem/11057400 by Johnny Chen · 13 years ago
  48. 9792d5c Minor modification. by Johnny Chen · 13 years ago
  49. 04720ae Updated our main LLDB page as it was vastly out of date. by Greg Clayton · 13 years ago
  50. 8e1d33f fixing documentation to refer to the correct name of the module init function __lldb_init_module by Enrico Granata · 13 years ago
  51. e90903a Document that we now support the GDB shorthand format syntax on any commands by Greg Clayton · 13 years ago
  52. 261c974 Added some clarifications about when the __lldb_init_module would be called by Greg Clayton · 13 years ago
  53. f3edcc0 Fix page title. by Greg Clayton · 13 years ago
  54. 27276f7 Better name for the Python Scripting. by Jim Ingham · 13 years ago
  55. 4b59b49 Better name for the python reference. by Jim Ingham · 13 years ago
  56. 062a836 Proof-reading the python docs. by Jim Ingham · 13 years ago
  57. f9ab5ea Added a python FAQ page with detailed examples of how to add python functions by Greg Clayton · 13 years ago
  58. 688082e Updated HTML with info for ${function.name-with-args} by Greg Clayton · 13 years ago
  59. caf4da9 Added examples of commands that list and delete breakpoints. by Sean Callanan · 13 years ago
  60. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  61. e31493a Fix <title> on webpage. by Eli Friedman · 13 years ago
  62. 9b947fc Updated the grossly out of date status page. by Greg Clayton · 13 years ago
  63. a0a10d0 typeo by Jason Molenda · 13 years ago
  64. a2f701f Add examples of shortest-possible lldb commands where appropriate. by Jason Molenda · 13 years ago
  65. c09b8b9 Document nexti, show some shorter versions of long lldb commands. by Jason Molenda · 13 years ago
  66. aa0b2c1 Minor fix. by Johnny Chen · 13 years ago
  67. 0d5b38d Add pointer to the examples/customization directory for examples of lldb customizations. by Johnny Chen · 13 years ago
  68. 20f6fcf Modify sidebar.incl and remove files to reflect r141554 change. by Johnny Chen · 13 years ago
  69. 878de9a Add a simple scenario of emacs and lldb interaction. by Johnny Chen · 13 years ago
  70. 4a3df74 Add a page describing the emacs integration elisp code based on the Grand Unified Debugger. by Johnny Chen · 13 years ago
  71. b50787d Added GDB/LLDB commands for the "target stop-hook add" command. by Greg Clayton · 13 years ago
  72. aac59fe Added help on stack frame selection compared to GDB and corrected the register by Greg Clayton · 13 years ago
  73. 0c5c9a2 other documentation changes by Enrico Granata · 13 years ago
  74. 9e4102f documentation changes (WIP) by Enrico Granata · 13 years ago
  75. bc088c7 Change old "settings set frame-prompt" and thread-prompt by Jason Molenda · 13 years ago
  76. 3db17ae Documentation edits: correcting typos, adding information and general tweaks for readability by Enrico Granata · 13 years ago
  77. 097e555 Documentation on dynamic types (WIP) by Enrico Granata · 13 years ago
  78. de51233 Minor documentation changes (WIP) by Enrico Granata · 13 years ago
  79. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  80. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  81. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  82. dc4428d Add "--" before providing the file & command args when launching lldb from the command line. by Jim Ingham · 13 years ago
  83. 9faf327 Fix some typos. by Johnny Chen · 13 years ago
  84. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  85. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  86. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  87. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  88. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  89. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  90. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  91. 3dfeeec Added a few trivial mods. by Jim Ingham · 13 years ago
  92. ef3735a by Caroline Tice · 13 years ago
  93. 23c36bf by Caroline Tice · 13 years ago
  94. 2726b87 Cleanup the sidebar and include a link to the new python scripting tutorial. by Greg Clayton · 13 years ago
  95. 9e933a3 by Caroline Tice · 13 years ago
  96. e144eaf Reroute the blog link to the LLVM blog site. by Greg Clayton · 13 years ago
  97. c940887 Added a blog page with a description and tutorial on using the new "command regex" by Greg Clayton · 13 years ago
  98. d0e6b57 Added a few more commands, but I mainly wanted to include how to run lldb by Greg Clayton · 13 years ago
  99. f2e3faf Use the same colors in the LLDB/GDB table as the sidebar so things look by Greg Clayton · 13 years ago
  100. ac24152 Removed a stray '\' character. by Greg Clayton · 13 years ago