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