1. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 14 years ago
  2. 6b1596d Changes to Python commands: by Enrico Granata · 14 years ago
  3. c2a2825 Python commands: by Enrico Granata · 14 years ago
  4. 60a7df5 To silence the static analyzer. by Johnny Chen · 14 years ago
  5. 979e20d Public API changes: by Enrico Granata · 14 years ago
  6. e89ab7b new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 14 years ago
  7. 9ae7cef Python synthetic children: by Enrico Granata · 14 years ago
  8. f7a9b14 Python summary strings: by Enrico Granata · 14 years ago
  9. 892fadd by Caroline Tice · 14 years ago
  10. 84cc16d by Caroline Tice · 14 years ago
  11. d4d9283 by Caroline Tice · 14 years ago
  12. a54461d by Caroline Tice · 14 years ago
  13. 6af65cb by Caroline Tice · 14 years ago
  14. 4a34808 by Caroline Tice · 14 years ago
  15. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  16. 8054ba3 Minor typo fix and TAB removals. by Johnny Chen · 14 years ago
  17. ce207c1 by Caroline Tice · 14 years ago
  18. 9d352ce by Caroline Tice · 14 years ago
  19. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  20. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 15 years ago
  21. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 15 years ago
  22. 9a7a947 More termios fixes. We need to currently make sure to include: by Greg Clayton · 15 years ago
  23. 9920858 More termios fixes from Kirk Beitz. by Greg Clayton · 15 years ago
  24. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
  25. a81c367 Fix exit instructions for interactive interpreter, now that ctrl-D works. by Caroline Tice · 15 years ago
  26. 7c330d6 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 15 years ago
  27. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  28. 202f6b8 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 15 years ago
  29. 4a461da Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 15 years ago
  30. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 15 years ago
  31. 67637d8 Add termination instructions when entering the interactive script interpreter. by Caroline Tice · 15 years ago
  32. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  33. 2ade611 Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 15 years ago
  34. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 15 years ago
  35. f81b4c5 Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 15 years ago
  36. 5867f6b Prevent Python script interpreter initialization from changing by Caroline Tice · 15 years ago
  37. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  38. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 15 years ago
  39. 5136f94 Fix one-liner Python breakpoint commands to be wrapped up in an automatically by Caroline Tice · 15 years ago
  40. 59c5d5d Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 15 years ago
  41. 8bb61f0 by Caroline Tice · 15 years ago
  42. b447e84 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 15 years ago
  43. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  44. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
  45. 3e0571b Fixed some comments. by Johnny Chen · 15 years ago
  46. d1c2dca Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
  47. 98bea86 Don't flatten lldb and import everything into the global namespace. Instead, by Johnny Chen · 15 years ago
  48. 1977419 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 15 years ago
  49. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 15 years ago
  50. 121f331 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 15 years ago
  51. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
  52. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  53. a8a5e56 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 15 years ago
  54. 3c90d99 Don't include Python.h in the shared header. by Eli Friedman · 15 years ago
  55. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago