1. 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
  2. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  3. 037f9fd Stop running so many individual commands when going into the script interpreter. by Greg Clayton · 14 years ago
  4. 9ea3fcd <rdar://problem/10750012> by Greg Clayton · 14 years ago
  5. 1a0be3b <rdar://problem/10649734> by Greg Clayton · 14 years ago
  6. 0a305db this patch addresses several issues with "command script" subcommands: by Enrico Granata · 14 years ago
  7. dce502e Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 14 years ago
  8. 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
  9. 1695466 Move Python.h includes out of the headers into the .cpp file where it's actually used. by Benjamin Kramer · 14 years ago
  10. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  11. 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
  12. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  13. ca0e3fa One last printf-style call cleanup. by Jason Molenda · 14 years ago
  14. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  15. 4d122c4 Adopt the intrusive pointers in: by Greg Clayton · 14 years ago
  16. bac2335 Fixing an issue with Python commands defined interactively by Enrico Granata · 14 years ago
  17. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  18. a6c422b Don't change the host's environment, just append our Python Directory by Jim Ingham · 14 years ago
  19. 586b0bd Don't let Python write its .pyc files, that's not really polite... by Jim Ingham · 14 years ago
  20. def5391 - Support for Python namespaces: by Enrico Granata · 14 years ago
  21. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  22. 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
  23. c482a19 First round of code cleanups: by Enrico Granata · 14 years ago
  24. 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
  25. 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
  26. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  27. be93a35 Python commands: by Enrico Granata · 14 years ago
  28. 0a76c28 To silence the static analyzer. by Johnny Chen · 14 years ago
  29. 6f3533f Public API changes: by Enrico Granata · 14 years ago
  30. c53114e new flag -P to type synth add lets you type a Python class interactively by Enrico Granata · 14 years ago
  31. a37a065 Python synthetic children: by Enrico Granata · 14 years ago
  32. f2bbf71 Python summary strings: by Enrico Granata · 14 years ago
  33. d61c10b by Caroline Tice · 14 years ago
  34. c1338e8 by Caroline Tice · 14 years ago
  35. 1f499bc by Caroline Tice · 14 years ago
  36. c928f59 by Caroline Tice · 14 years ago
  37. e67afe1 by Caroline Tice · 15 years ago
  38. 969ed3d by Caroline Tice · 15 years ago
  39. fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
  40. 24e99aa Minor typo fix and TAB removals. by Johnny Chen · 15 years ago
  41. c288e8c by Caroline Tice · 15 years ago
  42. 6258c53 by Caroline Tice · 15 years ago
  43. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  44. 2da6d49 Patch that allows for thread_t to be something more complex than an by Greg Clayton · 15 years ago
  45. a340661 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 15 years ago
  46. 6c3e431 More termios fixes. We need to currently make sure to include: by Greg Clayton · 15 years ago
  47. cdd074f More termios fixes from Kirk Beitz. by Greg Clayton · 15 years ago
  48. 95e3142 Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 15 years ago
  49. eb5cfe4 Fix exit instructions for interactive interpreter, now that ctrl-D works. by Caroline Tice · 15 years ago
  50. 645bf54 Added support for some new environment variables within LLDB to enable some by Greg Clayton · 15 years ago
  51. 1a65ae1 Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  52. 6760a51 Replace Mutex guarding python interpreter access with Predicate, by Caroline Tice · 15 years ago
  53. 8f5b2eb Recent modifications to the Python script interpreter caused some problems by Caroline Tice · 15 years ago
  54. 2f88aad Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 15 years ago
  55. a51174a Add termination instructions when entering the interactive script interpreter. by Caroline Tice · 15 years ago
  56. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  57. 5c2816d Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 15 years ago
  58. 3cc8751 Remove references to particular Python version (use the system default by Caroline Tice · 15 years ago
  59. 04a339a Flush the prompts immediately in the breakpoint command input readers, to make by Caroline Tice · 15 years ago
  60. dc8f777 Prevent Python script interpreter initialization from changing by Caroline Tice · 15 years ago
  61. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  62. c6ed542 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 15 years ago
  63. 988efc1 Fix one-liner Python breakpoint commands to be wrapped up in an automatically by Caroline Tice · 15 years ago
  64. 18474c9 Automatically wrap *all* Python code entered for a breakpoint command inside by Caroline Tice · 15 years ago
  65. 867b185d by Caroline Tice · 15 years ago
  66. 650b926 Re-write/clean up code that generated Python breakpoint commands. by Caroline Tice · 15 years ago
  67. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  68. e7e92b7 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
  69. 4550154 Fixed some comments. by Johnny Chen · 15 years ago
  70. 94de55d Added the capability to specify a one-liner Python script as the callback by Johnny Chen · 15 years ago
  71. d0211cc Don't flatten lldb and import everything into the global namespace. Instead, by Johnny Chen · 15 years ago
  72. 705c3b6 There is no need to restore (sys.stdin, sys.stdout) of the python script by Johnny Chen · 15 years ago
  73. 7dc2e47 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 15 years ago
  74. a624358 Added some comments to clarify where "init_lldb" comes from. by Greg Clayton · 15 years ago
  75. ebc1bb2 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
  76. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  77. b182340 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 15 years ago
  78. d0edb5b Don't include Python.h in the shared header. by Eli Friedman · 15 years ago
  79. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago