1. a777dc2 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 14 years ago
  2. 7051231 <rdar://problem/11358639> by Greg Clayton · 14 years ago
  3. 10ebffa Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 14 years ago
  4. 37a0a24 No functionality changes, mostly cleanup. by Greg Clayton · 14 years ago
  5. 0cd7086 <rdar://problem/11202426> by Greg Clayton · 14 years ago
  6. b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
  7. 4f02b22 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 14 years ago
  8. cf7e2dc Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 14 years ago
  9. 228063c Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 14 years ago
  10. 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
  11. b9556ac SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 14 years ago
  12. 3f0b90d rdar://problem/10216227 by Johnny Chen · 14 years ago
  13. f932241 <rdar://problem/10584789> by Greg Clayton · 14 years ago
  14. 2637f82 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 14 years ago
  15. da7bc7d <rdar://problem/10126482> by Greg Clayton · 14 years ago
  16. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  17. 9a37766 Removed lldb::SBSourceManager_impl. We export everything in the lldb namespace by Greg Clayton · 14 years ago
  18. 3360b41 Destroy a target when it is deleted. by Greg Clayton · 14 years ago
  19. 7534062 After deleting a target, clear the target object and remove orphaned modules. by Greg Clayton · 14 years ago
  20. cac9c5f Added to the public API to allow symbolication: by Greg Clayton · 14 years ago
  21. e64f0dc Adding "-n", "-p" and "-w" flags to the lldb command-line tool to by Jim Ingham · 14 years ago
  22. e37d605 SBSourceManager now gets the real source manager either from the Debugger or Target. Also, move the SourceManager file cache into the debugger by Jim Ingham · 14 years ago
  23. b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
  24. 274fd6e Fixed some SWIG interoperability issues by Enrico Granata · 14 years ago
  25. 6624384 Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 14 years ago
  26. 0694269 Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 14 years ago
  27. 16e0c68 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 14 years ago
  28. f3dd93c Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 14 years ago
  29. 3794ad9 Add an API to SBDebugger class: by Johnny Chen · 14 years ago
  30. fc3f027 Don't have the debugger default to ignoring EOF. This is only what the driver by Greg Clayton · 15 years ago
  31. 9088b06 by Caroline Tice · 15 years ago
  32. 969ed3d by Caroline Tice · 15 years ago
  33. 2289fa4 Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 15 years ago
  34. c2bbb49 by Caroline Tice · 15 years ago
  35. 431ce67 Fixed an issue where if you specify an architecture from the command line like: by Greg Clayton · 15 years ago
  36. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  37. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  38. fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
  39. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  40. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  41. 51b1e2d Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 15 years ago
  42. e02657b Add API and implementation for SBDebugger::Destroy and Debugger::Destroy. by Caroline Tice · 15 years ago
  43. af67cec The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 15 years ago
  44. 508265a Patch from Stephen Wilson: by Johnny Chen · 15 years ago
  45. 3d6086f by Caroline Tice · 15 years ago
  46. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  47. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  48. efabb12 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 15 years ago
  49. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  50. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  51. 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
  52. 750cd17 Clean up the API logging code: by Caroline Tice · 15 years ago
  53. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  54. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  55. 6eee5aa Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 15 years ago
  56. 1559a46 by Caroline Tice · 15 years ago
  57. dac97f3 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 15 years ago
  58. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  59. dde9cff by Caroline Tice · 15 years ago
  60. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  61. dd75985 Make API calls for setting/getting user settable variables static. by Caroline Tice · 15 years ago
  62. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  63. 311adf3 eliminate some clang warnings. by Chris Lattner · 15 years ago
  64. 3df9a8d by Caroline Tice · 15 years ago
  65. e40e421 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
  66. 2976d00 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 15 years ago
  67. 48e4254 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 15 years ago
  68. ebc1bb2 Add a unique ID to each debugger instance. by Caroline Tice · 15 years ago
  69. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  70. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  71. ca93cc1 Fix a bunch more include lines. by Eli Friedman · 15 years ago
  72. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago