1. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
  2. 4e86fc4 <rdar://problem/10658091> by Greg Clayton · 13 years ago
  3. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  4. 6fc5c71 Fixed a bug where the DWARF location expression by Sean Callanan · 13 years ago
  5. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  6. a1cec24 <rdar://problem/10649734> by Greg Clayton · 13 years ago
  7. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  8. b42c2ad <rdar://problem/10647191> by Greg Clayton · 13 years ago
  9. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
  10. c80dca7 We finalized on the new .apple_types accelerator table format where we don't by Greg Clayton · 13 years ago
  11. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 13 years ago
  12. a41bf81 Fix indentation. by Johnny Chen · 13 years ago
  13. 0821a65 Add back the file I wrongly deleted in r147613. by Johnny Chen · 13 years ago
  14. 2341d35 Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: by Johnny Chen · 13 years ago
  15. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  16. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  17. faf0478 Fixed a potential hang while trying to execute a function in the inferior. by Sean Callanan · 13 years ago
  18. 94113c4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 13 years ago
  19. 9ac3d8b Fixed a dangling pointer bug associated with the by Sean Callanan · 13 years ago
  20. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  21. 4237e1e Added logging to track when the IR interpreter resolves values in registers. by Sean Callanan · 13 years ago
  22. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 13 years ago
  23. ccdaf23 Instead of blindly printing a string when by Sean Callanan · 13 years ago
  24. 0fea051 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  25. 5985732 <rdar://problem/10551280> by Greg Clayton · 13 years ago
  26. e10ddb0 <rdar://problem/10568905> by Greg Clayton · 13 years ago
  27. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  28. d2909b4 Centralize the code the reads the CFI so that we always log. by Greg Clayton · 13 years ago
  29. d3850ab Save a little bit of memory that was being reserved in a UniqueCStringMap by Greg Clayton · 13 years ago
  30. ae00d56 Sanity check the data I am going to read from the extractor to avoid asserting. by Jim Ingham · 13 years ago
  31. a4b43ab rdar://problem/10216227 by Johnny Chen · 13 years ago
  32. 8806edb Fixed a thinko when returning a struct like {short a; short b; short c; float d}. by Jim Ingham · 13 years ago
  33. 1c17a7e Added checking to prevent a rare crash when getting by Sean Callanan · 13 years ago
  34. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  35. b399653 Add check for non-NULL Variable with a NULL Type. by Jim Ingham · 13 years ago
  36. b6f9ee7 Made IRForTarget error out correctly when it can't by Sean Callanan · 13 years ago
  37. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  38. a75feaf Fixed a bug in the ASTImporter that affects by Sean Callanan · 13 years ago
  39. 9fd2e38 Work in progress for: by Johnny Chen · 13 years ago
  40. 5a4bbce Work in progress for: by Johnny Chen · 13 years ago
  41. 71eae57 Remove dead code found. by Johnny Chen · 13 years ago
  42. 4278bbe Work in progress for: by Johnny Chen · 13 years ago
  43. dccbc4b Minor format update (no semantic change). by Johnny Chen · 13 years ago
  44. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  45. c82670a Work in progress for: by Johnny Chen · 13 years ago
  46. bab8cc9 Work in progress for: by Johnny Chen · 13 years ago
  47. e0bd571 Add needed Clear methods. <rdar://problem/10596340> by Jim Ingham · 13 years ago
  48. 87b8c4c Work in progress for: by Johnny Chen · 13 years ago
  49. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 13 years ago
  50. bcbefa8 Fixed code rot pointed out by Jim. by Johnny Chen · 13 years ago
  51. 1586d97 Add the ability to capture the return value in a thread's stop info, and print it by Jim Ingham · 13 years ago
  52. 74b25a0 Modified LLDB to be able to handle our updated __apple_types accelerator tables by Greg Clayton · 13 years ago
  53. 1910d2b Remove an unnecessary #include. by Jim Ingham · 13 years ago
  54. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  55. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  56. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  57. df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 13 years ago
  58. 1d8b089 Remove unnecessary #include. by Jim Ingham · 13 years ago
  59. 115213c Fix a bug where when debugging with .o files, we end up with two symbols for each real OBJC_CLASS_$_whatever, one of which is correctly classified as an ObjCClass symbol, and the other is just a data symbol. This was messing up the ObjC dynamic type detection. by Jim Ingham · 13 years ago
  60. c548687 <rdar://problem/10584789> by Greg Clayton · 13 years ago
  61. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  62. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 13 years ago
  63. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  64. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  65. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
  66. 21f2e19 This commit is the result of a general audit of by Sean Callanan · 13 years ago
  67. 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 13 years ago
  68. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
  69. e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 13 years ago
  70. 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 13 years ago
  71. 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
  72. bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 13 years ago
  73. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  74. 1c22627 Fixed a problem where if a frame was present the by Sean Callanan · 13 years ago
  75. f48de6d Two fixes for file variables: by Sean Callanan · 13 years ago
  76. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 13 years ago
  77. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 13 years ago
  78. da81dae Fixed a problem with properties where LLDB was not by Sean Callanan · 13 years ago
  79. b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 13 years ago
  80. 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 13 years ago
  81. 982a6ca Rework how the breakpoint conditions & callbacks are handled. We now iterate over all the locations at the site by Jim Ingham · 13 years ago
  82. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  83. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  84. 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 13 years ago
  85. d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 13 years ago
  86. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 13 years ago
  87. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  88. e2c8a07 Removed function information from the symbol table by Sean Callanan · 13 years ago
  89. 2e87f6a Don't crash due to not checking log shared pointer. by Greg Clayton · 13 years ago
  90. 3d8540a Fixed a few details of method lookup in Objective-C by Sean Callanan · 13 years ago
  91. cb2c77e Fixed a potential crasher if the frame is not by Sean Callanan · 13 years ago
  92. 9f5c614 Fix assert string to be more informative. by Jim Ingham · 13 years ago
  93. 0670900 <rdar://problem/10487848> by Greg Clayton · 13 years ago
  94. e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 13 years ago
  95. 009a430 Set a flag on the AST type dump to see Objective-C by Sean Callanan · 13 years ago
  96. 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
  97. 3cbf848 Sanity check the inputs to SBCommandInterpreter::HandleCompletion by Jim Ingham · 13 years ago
  98. f8e0461 Because we now call StartTagDeclarationDefinition() by Sean Callanan · 13 years ago
  99. 249f4c4 Fixed the remaining test suite failures after the recent objective C cleanup by Greg Clayton · 13 years ago
  100. 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago