1. 261c974 Added some clarifications about when the __lldb_init_module would be called by Greg Clayton · 13 years ago
  2. f3edcc0 Fix page title. by Greg Clayton · 13 years ago
  3. 27276f7 Better name for the Python Scripting. by Jim Ingham · 13 years ago
  4. 4b59b49 Better name for the python reference. by Jim Ingham · 13 years ago
  5. 062a836 Proof-reading the python docs. by Jim Ingham · 13 years ago
  6. f9ab5ea Added a python FAQ page with detailed examples of how to add python functions by Greg Clayton · 13 years ago
  7. 688082e Updated HTML with info for ${function.name-with-args} by Greg Clayton · 13 years ago
  8. caf4da9 Added examples of commands that list and delete breakpoints. by Sean Callanan · 13 years ago
  9. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  10. e31493a Fix <title> on webpage. by Eli Friedman · 13 years ago
  11. 9b947fc Updated the grossly out of date status page. by Greg Clayton · 13 years ago
  12. a0a10d0 typeo by Jason Molenda · 13 years ago
  13. a2f701f Add examples of shortest-possible lldb commands where appropriate. by Jason Molenda · 13 years ago
  14. c09b8b9 Document nexti, show some shorter versions of long lldb commands. by Jason Molenda · 13 years ago
  15. aa0b2c1 Minor fix. by Johnny Chen · 13 years ago
  16. 0d5b38d Add pointer to the examples/customization directory for examples of lldb customizations. by Johnny Chen · 13 years ago
  17. 20f6fcf Modify sidebar.incl and remove files to reflect r141554 change. by Johnny Chen · 13 years ago
  18. 878de9a Add a simple scenario of emacs and lldb interaction. by Johnny Chen · 13 years ago
  19. 4a3df74 Add a page describing the emacs integration elisp code based on the Grand Unified Debugger. by Johnny Chen · 13 years ago
  20. b50787d Added GDB/LLDB commands for the "target stop-hook add" command. by Greg Clayton · 13 years ago
  21. aac59fe Added help on stack frame selection compared to GDB and corrected the register by Greg Clayton · 13 years ago
  22. 0c5c9a2 other documentation changes by Enrico Granata · 13 years ago
  23. 9e4102f documentation changes (WIP) by Enrico Granata · 13 years ago
  24. bc088c7 Change old "settings set frame-prompt" and thread-prompt by Jason Molenda · 13 years ago
  25. 3db17ae Documentation edits: correcting typos, adding information and general tweaks for readability by Enrico Granata · 13 years ago
  26. 097e555 Documentation on dynamic types (WIP) by Enrico Granata · 13 years ago
  27. de51233 Minor documentation changes (WIP) by Enrico Granata · 13 years ago
  28. 7e65503 More documentation changes (WIP) by Enrico Granata · 13 years ago
  29. ef1923d Improved the user-friendliness of errors shown by the summary feature in certain areas by Enrico Granata · 13 years ago
  30. 68506fb Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 13 years ago
  31. dc4428d Add "--" before providing the file & command args when launching lldb from the command line. by Jim Ingham · 13 years ago
  32. 9faf327 Fix some typos. by Johnny Chen · 13 years ago
  33. 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
  34. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  35. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  36. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  37. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  38. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  39. 17e5ece new webpage describing type command by Enrico Granata · 13 years ago
  40. 3dfeeec Added a few trivial mods. by Jim Ingham · 13 years ago
  41. ef3735a by Caroline Tice · 13 years ago
  42. 23c36bf by Caroline Tice · 13 years ago
  43. 2726b87 Cleanup the sidebar and include a link to the new python scripting tutorial. by Greg Clayton · 13 years ago
  44. 9e933a3 by Caroline Tice · 13 years ago
  45. e144eaf Reroute the blog link to the LLVM blog site. by Greg Clayton · 13 years ago
  46. c940887 Added a blog page with a description and tutorial on using the new "command regex" by Greg Clayton · 13 years ago
  47. d0e6b57 Added a few more commands, but I mainly wanted to include how to run lldb by Greg Clayton · 13 years ago
  48. f2e3faf Use the same colors in the LLDB/GDB table as the sidebar so things look by Greg Clayton · 13 years ago
  49. ac24152 Removed a stray '\' character. by Greg Clayton · 13 years ago
  50. 8d8e3ed Little bit of cleanup, and added a few new bits. by Jim Ingham · 13 years ago
  51. b01a654 Updated the web site with a getting started with LLDB and also some resources by Greg Clayton · 13 years ago
  52. 41d8a5c Added Mac OS X build instructions and included the Linux build instructions by Greg Clayton · 13 years ago
  53. f2f64f2 Apply patch from Bruce Mitchener to fix spelling errors. by Caroline Tice · 14 years ago
  54. 9d49e0e Clarified some caveats for thread format strings. by Greg Clayton · 14 years ago
  55. 198e8fe Added documentation for the new frame and thread format strings. by Greg Clayton · 14 years ago
  56. 236d842 Fix utilities text by Christopher Friesen · 14 years ago
  57. 8536ac5 ssi is annoying to test :) by Chris Lattner · 14 years ago
  58. adaeb9a rearrange the sidebar a little bit to separate the high level status by Chris Lattner · 14 years ago
  59. ad05849 missed a chunk by Chris Lattner · 14 years ago
  60. 3cc7b7f that seemed to work, switch the rest of the files to use the shared sidebar.incl file. by Chris Lattner · 14 years ago
  61. 1c3318a split the sidebar out to an SSI file so it isn't duplicated everywhere. by Chris Lattner · 14 years ago
  62. ba6d3bb fix a few typos. by Chris Lattner · 14 years ago
  63. 602ce7e Spelling fix from Sebastian Redl. by Jason Molenda · 14 years ago
  64. 46a8cf3 Add some missing close tags. by Benjamin Kramer · 14 years ago
  65. b7eb709 Fix paragraph tag. Patch by Mike Miller. by Eric Christopher · 14 years ago
  66. e4f90cd Fixed an error in the architecture page. by Greg Clayton · 14 years ago
  67. 854bb53 Updated the web pages with new navigable web pages. by Greg Clayton · 14 years ago
  68. 1fb8a87 Removing www files, will replace them with new ones after this commit. by Greg Clayton · 14 years ago
  69. 34e1618 I declare "x86-64" to be the official formatting for this page. by Jason Molenda · 14 years ago
  70. 25f92c9 Use correct name for the OS here too. by Eric Christopher · 14 years ago
  71. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago