1. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  2. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
  3. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 13 years ago
  4. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  5. d62b9c1 Expose more convenience functionality in the python classes. by Greg Clayton · 13 years ago
  6. 4e6640e Fixed casting in the lldb::SBValue::Cast(SBType) function. by Greg Clayton · 13 years ago
  7. 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
  8. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 13 years ago
  9. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
  10. ca4fe80 Add const-ness to BreakpointLocation::IsEnabled(). by Johnny Chen · 13 years ago
  11. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  12. 149d1f5 Threads now store their "temporary" resume state, so we know whether they were suspended in the most by Jim Ingham · 13 years ago
  13. 4691fc5 Comments edited to better reflect what the function really does by Enrico Granata · 13 years ago
  14. 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
  15. db9d6f4 Cleaned up the Communication class when it tears down ConnectionFileDescriptor by Greg Clayton · 13 years ago
  16. fd60a60 Reverted 149277 changeset. It was coded that way for a reason. by Johnny Chen · 13 years ago
  17. fb0026b Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. by Johnny Chen · 13 years ago
  18. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  19. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  20. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain by Greg Clayton · 13 years ago
  21. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  22. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  23. 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
  24. d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 13 years ago
  25. 8a79708 Disable the ConnectionFileDescriptor mutex for now as it is deadlocking our by Greg Clayton · 13 years ago
  26. 08205a6 Added a ModuleList::Destroy() method which will reclaim the std::vector by Greg Clayton · 13 years ago
  27. b17bf82 NULL out the "ptr_" member of shared pointers for debug and release by Greg Clayton · 13 years ago
  28. 06c6b25 Fixed a location where we would never end up unlocking our mutex in by Greg Clayton · 13 years ago
  29. c149c8b Fixed an issue that could happen during global object destruction in our by Greg Clayton · 13 years ago
  30. aa119dd <rdar://problem/10760649> by Greg Clayton · 13 years ago
  31. 177bc68 <rdar://problem/10750012> by Greg Clayton · 13 years ago
  32. ccf4450 Fixed formats being able to be applied recursively when using: by Greg Clayton · 13 years ago
  33. ddf110d Added a mechanism for the IR interpreter to return by Sean Callanan · 13 years ago
  34. 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 13 years ago
  35. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
  36. ebad95d Made IsArrayOfScalarType handle typedefs correctly. by Sean Callanan · 13 years ago
  37. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  38. 666c553 Allow a way to track all allocations for our intrusive ref counted pointers. by Greg Clayton · 13 years ago
  39. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  40. e0028b8 Fixed a problem where maintaining the ObjCInterfaceMap by Sean Callanan · 13 years ago
  41. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  42. a58a788 I forgot to import a header file change. This should fix builds. by Sean Callanan · 13 years ago
  43. f03d97e Discriminate between the lldb_private::Type's for ObjC Classes that come from debug info, and those that by Jim Ingham · 13 years ago
  44. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  45. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  46. 66a16ee As we are grubbing through memory chasing down the hierarchy of an ObjC object, protect against the possibility that that object might be just random memory with loops. by Jim Ingham · 13 years ago
  47. 0b862e4 Fix for linux build. by Greg Clayton · 13 years ago
  48. 22834be Fixed a return value problem with the new ABI::FixCodeAddress () function: by Greg Clayton · 13 years ago
  49. fc984a0 <rdar://problem/10645694> by Greg Clayton · 13 years ago
  50. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
  51. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  52. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  53. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  54. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
  55. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  56. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  57. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  58. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  59. 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  60. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  61. d2909b4 Centralize the code the reads the CFI so that we always log. by Greg Clayton · 13 years ago
  62. d3850ab Save a little bit of memory that was being reserved in a UniqueCStringMap by Greg Clayton · 13 years ago
  63. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  64. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  65. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 13 years ago
  66. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 13 years ago
  67. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  68. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  69. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  70. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  71. c548687 <rdar://problem/10584789> by Greg Clayton · 13 years ago
  72. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  73. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  74. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  75. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
  76. 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 13 years ago
  77. 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
  78. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  79. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
  80. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  81. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  82. 434b7dd Tightened up the variable list to deal with by Sean Callanan · 13 years ago
  83. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  84. e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 13 years ago
  85. 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
  86. 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago
  87. d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
  88. 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 13 years ago
  89. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
  90. ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 13 years ago
  91. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
  92. d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 13 years ago
  93. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  94. 21ef5bb Made symbol lookup in the expression parser more robust: by Sean Callanan · 13 years ago
  95. fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
  96. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  97. ed5a4b1 Added #ifdef wrappers around the contents of ASTDumper.h. by Sean Callanan · 13 years ago
  98. 89e7df3 Modified ClangExpressionDeclMap to use existing by Sean Callanan · 13 years ago
  99. a3d0447 Changed ClangASTImporter to allow finer-grained by Sean Callanan · 13 years ago
  100. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago