1. c5bc412 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 14 years ago
  2. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  3. c7f8730 Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 14 years ago
  4. 5d34629 Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFileHandle(). by Johnny Chen · 14 years ago
  5. a73b7df Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 14 years ago
  6. 385ad4e added a new formatter for CF(Mutable)BitVector by Enrico Granata · 14 years ago
  7. 8d5c83f (a) adding formatters for: by Enrico Granata · 14 years ago
  8. 896cd1d (a) adding an introspection formatter for NS(Mutable)IndexSet by Enrico Granata · 14 years ago
  9. 7bc0ec3 This commit: by Enrico Granata · 14 years ago
  10. 1cf107c Patch from Filipe Cabecinhas! by Johnny Chen · 14 years ago
  11. d3d444f This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 14 years ago
  12. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  13. cc4d014 This checking is part one of trying to add some threading safety to our by Greg Clayton · 14 years ago
  14. 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
  15. 402230e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 14 years ago
  16. 6b2bd93 Added many more python convenience accessors: by Greg Clayton · 14 years ago
  17. bac45f6 This commit provides a new default summary for Objective-C boolean variables, which shows YES or NO instead of the character value. A new category named objc is added to contain this summary provider. Any future Objective-C related formatters would probably fit here by Enrico Granata · 14 years ago
  18. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  19. 037f9fd Stop running so many individual commands when going into the script interpreter. by Greg Clayton · 14 years ago
  20. 9ea3fcd <rdar://problem/10750012> by Greg Clayton · 14 years ago
  21. 1a0be3b <rdar://problem/10649734> by Greg Clayton · 14 years ago
  22. 0a305db this patch addresses several issues with "command script" subcommands: by Enrico Granata · 14 years ago
  23. dce502e Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
  24. 47c6f6d Decoupling of lock-related code from the core of ScriptInterpreterPython. All that concerns locking the Python interpreter is now delegated to the internal ScriptInterpreterPython::Locker class. Several changes in ScriptInterpreterPython to accommodate this new pattern. by Enrico Granata · 14 years ago
  25. 1695466 Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 14 years ago
  26. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  27. a9dbf43 this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 14 years ago
  28. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  29. ca0e3fa One last printf-style call cleanup. by Jason Molenda · 14 years ago
  30. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  31. 4d122c4 Adopt the intrusive pointers in: by Greg Clayton · 14 years ago
  32. bac2335 Fixing an issue with Python commands defined interactively by Enrico Granata · 14 years ago
  33. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  34. a6c422b Don't change the host's environment, just append our Python Directory by Jim Ingham · 14 years ago
  35. 586b0bd Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 14 years ago
  36. def5391 - Support for Python namespaces: by Enrico Granata · 14 years ago
  37. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  38. 58ad334 Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning by Enrico Granata · 14 years ago
  39. c482a19 First round of code cleanups: by Enrico Granata · 14 years ago
  40. 217f91f New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 14 years ago
  41. 99f0b8f 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
  42. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  43. be93a35 Python commands: by Enrico Granata · 14 years ago
  44. 0a76c28 To silence the static analyzer. by Johnny Chen · 14 years ago
  45. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  46. c53114e new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 14 years ago
  47. a37a065 Python synthetic children: by Enrico Granata · 14 years ago
  48. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  49. d61c10b by Caroline Tice · 14 years ago
  50. c1338e8 by Caroline Tice · 14 years ago
  51. 1f499bc by Caroline Tice · 14 years ago
  52. c928f59 by Caroline Tice · 14 years ago
  53. e67afe1 by Caroline Tice · 15 years ago
  54. 969ed3d by Caroline Tice · 15 years ago
  55. fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
  56. 24e99aa Minor typo fix and TAB removals. by Johnny Chen · 15 years ago
  57. c288e8c by Caroline Tice · 15 years ago
  58. 6258c53 by Caroline Tice · 15 years ago
  59. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  60. 2da6d49 Patch that allows for thread_t to be something more complex than an by Greg Clayton · 15 years ago
  61. a340661 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 15 years ago
  62. 6c3e431 More termios fixes. We need to currently make sure to include: by Greg Clayton · 15 years ago
  63. cdd074f More termios fixes from Kirk Beitz. by Greg Clayton · 15 years ago
  64. 95e3142 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
  65. eb5cfe4 Fix exit instructions for interactive interpreter, now that ctrl-D works. by Caroline Tice · 15 years ago
  66. 645bf54 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 15 years ago
  67. 1a65ae1 Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  68. 6760a51 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 15 years ago
  69. 8f5b2eb Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 15 years ago
  70. 2f88aad Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 15 years ago
  71. a51174a Add termination instructions when entering the interactive script interpreter. by Caroline Tice · 15 years ago
  72. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  73. 5c2816d Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 15 years ago
  74. 3cc8751 Remove references to particular Python version (use the system default by Caroline Tice · 15 years ago
  75. 04a339a Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 15 years ago
  76. dc8f777 Prevent Python script interpreter initialization from changing by Caroline Tice · 15 years ago
  77. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  78. c6ed542 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 15 years ago
  79. 988efc1 Fix one-liner Python breakpoint commands to be wrapped up in an automatically by Caroline Tice · 15 years ago
  80. 18474c9 Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 15 years ago
  81. 867b185d by Caroline Tice · 15 years ago
  82. 650b926 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 15 years ago
  83. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  84. e7e92b7 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
  85. 4550154 Fixed some comments. by Johnny Chen · 15 years ago
  86. 94de55d Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
  87. d0211cc Don't flatten lldb and import everything into the global namespace. Instead, by Johnny Chen · 15 years ago
  88. 705c3b6 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 15 years ago
  89. 7dc2e47 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 15 years ago
  90. a624358 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 15 years ago
  91. ebc1bb2 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
  92. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  93. b182340 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 15 years ago
  94. d0edb5b Don't include Python.h in the shared header. by Eli Friedman · 15 years ago
  95. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago