1. 9482f05 <rdar://problem/11034170> by Greg Clayton · 13 years ago
  2. 66205ce Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 13 years ago
  3. e311766 Fix the process of getting the ObjC runtime - if we ask for it too early (in the process of handling the by Jim Ingham · 13 years ago
  4. 4aa2edf <rdar://problem/11016907> by Greg Clayton · 13 years ago
  5. b2cf58a First stage of implementing step by "run to next branch". Doesn't work yet, is turned off. by Jim Ingham · 13 years ago
  6. 06cdb8d Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector by Enrico Granata · 13 years ago
  7. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 13 years ago
  8. 66c2e19 Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInfo and SBAttachInfo to avoid link warnings. by Greg Clayton · 13 years ago
  9. a266491 When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name or QueueName if the ThreadSpec doesn't specify them. by Jim Ingham · 13 years ago
  10. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 13 years ago
  11. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 13 years ago
  12. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 13 years ago
  13. 95ec168 <rdar://problem/10840355> by Greg Clayton · 13 years ago
  14. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 13 years ago
  15. 0164b75 rdar://problem/10976649 by Johnny Chen · 13 years ago
  16. 3df164e Make it possible to set Exception breakpoints when the target doesn't yet by Jim Ingham · 13 years ago
  17. c105362 First step to making an LanguageRuntime Exception breakpoint API. by Jim Ingham · 13 years ago
  18. 9f69f98 Fixed Symbol objects being able to get their byte size. by Greg Clayton · 13 years ago
  19. 3552ed0 Improved the type's handling of anonymous structs, by Sean Callanan · 13 years ago
  20. c86723f <rdar://problem/10967188> by Han Ming Ong · 13 years ago
  21. 41ce4f1 Purge a couple more uses of stack count for stepping. by Jim Ingham · 13 years ago
  22. 3069c62 1) solving a bug where, after Jim's fixes to stack frames, synthetic children were not recalculated when necessary, causing them to get out of sync with live data by Enrico Granata · 13 years ago
  23. 142f94c Updated LLVM to take a new MC JIT that supports by Sean Callanan · 13 years ago
  24. 441e3b9 Convert the thread plans over from using the stack count to do their logic to using StackID's. This by Jim Ingham · 13 years ago
  25. f125250 <rdar://problem/10605072> by Greg Clayton · 13 years ago
  26. bf97d74 Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to by Jim Ingham · 13 years ago
  27. 1328b14 This commit: by Enrico Granata · 13 years ago
  28. 41641f9 Patch from Filipe Cabecinhas! by Johnny Chen · 13 years ago
  29. 402607f rdar://problem/10652076 by Johnny Chen · 13 years ago
  30. b8cfdfc Remove redundant declaration. Patch from Dmitry Vyukov <dvyukov@google.com>! by Johnny Chen · 13 years ago
  31. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 13 years ago
  32. 1d295e8 Avoid a throw in case we init a lldb_private::Address with an invalid SectionSP. by Greg Clayton · 13 years ago
  33. 116a5cd Make the Watchpoint IDs unique per target, not across targets as before. by Johnny Chen · 13 years ago
  34. d1040dd <rdar://problem/3535148> by Han Ming Ong · 13 years ago
  35. 80efa5e Added some missing accessors to the SBAttachInfo for user and group ID by Greg Clayton · 13 years ago
  36. 6c5438b Fixed a crasher that was happening after making ObjectFile objects have a by Greg Clayton · 13 years ago
  37. 98ca1e6 Fixed the launching code when using the new SBLaunchInfo. by Greg Clayton · 13 years ago
  38. 0a8dcac Added the new way we will eventually do all attaches and launches. First clients by Greg Clayton · 13 years ago
  39. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  40. 8f84cfb This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 13 years ago
  41. 931acec Added support for looking up the complete type for by Sean Callanan · 13 years ago
  42. d846521 Make Debugger::SetLoggingCallback public, and expose it through the SB API. Sometimes it is not by Jim Ingham · 13 years ago
  43. e628a9f Remove extra semicolon (breaking g++ builds). by Benjamin Kramer · 13 years ago
  44. 49f4bf2 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 13 years ago
  45. 63fd41c Remove unused python includes from headers. by Benjamin Kramer · 13 years ago
  46. 7611330 For stepping performance I added the ability to outlaw all memory accesseses by Greg Clayton · 13 years ago
  47. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  48. 2d9c2d4 Forgot to add two files from the last checkin. by Jim Ingham · 13 years ago
  49. c48ca82 Patch Enrico's changes from r150558 on 2012-02-14 to build even if Python by Jason Molenda · 13 years ago
  50. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 13 years ago
  51. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
  52. 4eeac7e committing a patch from Dmitry Vyukov that solves compilation issues with FormatNavigator.h by Enrico Granata · 13 years ago
  53. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 13 years ago
  54. 70c6cf4 Ignore the constness of the object pointer when fetching it. by Sean Callanan · 13 years ago
  55. b4d7fc0 This checking is part one of trying to add some threading safety to our by Greg Clayton · 13 years ago
  56. d760907c Adding formatters for several useful Objective-C/Cocoa data types. The new categories are not enabled at startup, but can be manually activated if desired. by Enrico Granata · 13 years ago
  57. 5a15e69 Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set. by Jim Ingham · 13 years ago
  58. 16376ed <rdar://problem/10062621> by Enrico Granata · 13 years ago
  59. 52d0d02 Previoously the expression parser had to rely on the by Sean Callanan · 13 years ago
  60. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 13 years ago
  61. 302d78c Extended function lookup to allow the user to by Sean Callanan · 13 years ago
  62. ac725af Improved detection of object file types, moving by Sean Callanan · 13 years ago
  63. dd1dcfd Fixed a bunch of ownership problems with the expression parser. Specifically: by Sean Callanan · 13 years ago
  64. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 13 years ago
  65. 9d4e86e Remembered to NULL out the symbol, which was causing testsuite crashes. by Sean Callanan · 13 years ago
  66. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 13 years ago
  67. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 13 years ago
  68. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 13 years ago
  69. b7fad95 Almost have templatized functions working (templatized classes are already by Greg Clayton · 13 years ago
  70. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
  71. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  72. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
  73. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 13 years ago
  74. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  75. d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 13 years ago
  76. 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 13 years ago
  77. bad9753 Adding support for an "equivalents map". This can be useful when compilers emit multiple, different names for the same actual type. In such scenarios, one of the type names can actually be found during a type lookup, while the others are just aliases. This can cause issues when trying to work with these aliased names and being unable to resolve them to an actual type (e.g. getting an SBType for the aliased name). by Enrico Granata · 13 years ago
  78. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 13 years ago
  79. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
  80. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 13 years ago
  81. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  82. 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 13 years ago
  83. 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 13 years ago
  84. b8dc733 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 · 13 years ago
  85. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
  86. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 13 years ago
  87. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 13 years ago
  88. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  89. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  90. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  91. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  92. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  93. 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
  94. d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 13 years ago
  95. 8a79708 Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our by Greg Clayton · 13 years ago
  96. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
  97. b17bf82 NULL out the "ptr_" member of shared pointers for debug and release by Greg Clayton · 13 years ago
  98. 06c6b25 Fixed a location where we would never end up unlocking our mutex in by Greg Clayton · 13 years ago
  99. c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
  100. aa119dd <rdar://problem/10760649> by Greg Clayton · 13 years ago