1. b8fea86 Bump to lldb-125. by Jason Molenda · 12 years ago
  2. c65046d Fixed a crasher when Xcode calls into ScriptInterpreterPython::ResetOutputFileHandle(). by Johnny Chen · 12 years ago
  3. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 12 years ago
  4. d1978c8 Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm by Jason Molenda · 12 years ago
  5. ad7bd23 <rdar://problem/11007934> by Greg Clayton · 12 years ago
  6. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 12 years ago
  7. 66c2e19 Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInfo and SBAttachInfo to avoid link warnings. by Greg Clayton · 12 years ago
  8. e136881 Make sure the byte size is correct when dumping as it may need to be calculated on the fly. by Greg Clayton · 12 years ago
  9. c8b7958 Revert the default debugger to LLDB. by Greg Clayton · 12 years ago
  10. 295c7cc <rdar://problem/10993996> by Greg Clayton · 12 years ago
  11. a1dfecf Look up ivar offset symbols correctly. We now by Sean Callanan · 12 years ago
  12. 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 · 12 years ago
  13. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  14. ac5424c rdar://problem/10998562 lldb crashes under guard malloc by Johnny Chen · 12 years ago
  15. 1bc1cad rdar://problem/10611315 by Johnny Chen · 12 years ago
  16. 323cec9 Fixing some of the new Python formatters to report '1 object' instead of '1 objects' by Enrico Granata · 12 years ago
  17. 2957584 <rdar://10996650> by Han Ming Ong · 12 years ago
  18. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 12 years ago
  19. 80e7b0f Fixing an issue where a ValueObject had changed its value but the 'value changed' flag was not being set. This was breaking one of our test cases by Enrico Granata · 12 years ago
  20. a989307 Added the ability to disassembly "count" instructions given a SBAddress. by Greg Clayton · 12 years ago
  21. 69716a2 Added support for calling blocks from expressions, by Sean Callanan · 12 years ago
  22. 647fefd Don't return bare symbols when asked to search by Sean Callanan · 12 years ago
  23. 96ccc33 Fix a little nit with exception breakpoints for C++, the expression parser wants to be by Jim Ingham · 12 years ago
  24. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 12 years ago
  25. 95ec168 <rdar://problem/10840355> by Greg Clayton · 12 years ago
  26. fc9867d Add a test case and fix the C++ exception symbols. by Jim Ingham · 12 years ago
  27. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 12 years ago
  28. 0e408c4 Fixing a crasher bug where we were not checking for NULL before trying to retrieve the format for a type by Enrico Granata · 12 years ago
  29. bf9ba59 rdar://problem/10267705 by Johnny Chen · 12 years ago
  30. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  31. 4402f70 <rdar://problem/10986692> by Greg Clayton · 12 years ago
  32. bd61877 Made sure to store the type for "this" when in a C++ method. by Sean Callanan · 12 years ago
  33. fd96c04 Copying a new file required for the updated formatters to work into LLDB.framework by Enrico Granata · 12 years ago
  34. f2a8467 Several performance-oriented changes to the introspecting data formatters: by Enrico Granata · 12 years ago
  35. 0164b75 rdar://problem/10976649 by Johnny Chen · 12 years ago
  36. c94765e Add two expectedFailure decorators with radar number. by Johnny Chen · 12 years ago
  37. aa142bc Minor cleanup. by Johnny Chen · 12 years ago
  38. 3df164e Make it possible to set Exception breakpoints when the target doesn't yet by Jim Ingham · 12 years ago
  39. b129ac0 Correct wrong values in the test case by Enrico Granata · 12 years ago
  40. af65698 Remove "llvm" from list of things to ignore. This results in the by Jason Molenda · 12 years ago
  41. 0467495 Currently TestDataFormatterPythonSynth is failing because of an issue with children capping. Splitting the test case in two so we better isolate the issue and also for better logical separation by Enrico Granata · 12 years ago
  42. c105362 First step to making an LanguageRuntime Exception breakpoint API. by Jim Ingham · 12 years ago
  43. de3b25b added a new formatter for CF(Mutable)BitVector by Enrico Granata · 12 years ago
  44. 08b04f2 <rdar://problem/10974749> by Greg Clayton · 12 years ago
  45. 5f1b66c Added a function to the disassembler that checks by Sean Callanan · 12 years ago
  46. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 12 years ago
  47. 122bc5e <rdar://problem/10974749> by Greg Clayton · 12 years ago
  48. 39ae4cd And remove the control character that somehow found its way into the last checkin... by Jim Ingham · 12 years ago
  49. 21d5589 For Sean: handle the case where you are asked for a 0 byte allocation with 0 alignment. by Jim Ingham · 12 years ago
  50. 74351ba rdar://problem/10652076 by Johnny Chen · 12 years ago
  51. 32359b3 Prevent assertions because of zero-sized sections, by Sean Callanan · 12 years ago
  52. 741c684 Adding a test case for a bug where types CFGregorianDate and CFRange were improperly uniqued by LLDB such that both where shown as having the same structure contents - The bug itself is fixed in TOT but we want to catch regressions ASAP by Enrico Granata · 12 years ago
  53. 0e06628 Removing a spurious print statement leftover from debugging the formatter code by Enrico Granata · 12 years ago
  54. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 12 years ago
  55. 9f69f98 Fixed Symbol objects being able to get their byte size. by Greg Clayton · 12 years ago
  56. b962cbc Make sure breakpoint partial name matches occur on namespace boundaries. by Jim Ingham · 12 years ago
  57. 23255c3 having std::vector still show children even if it now has a builtin summary - having the std::vector test case deal with the fact that we now have said builtin summary by Enrico Granata · 12 years ago
  58. 3552ed0 Improved the type's handling of anonymous structs, by Sean Callanan · 12 years ago
  59. c86723f <rdar://problem/10967188> by Han Ming Ong · 12 years ago
  60. 86fcb16 (a) adding formatters for: by Enrico Granata · 12 years ago
  61. c613a89 <rdar://problem/10967107> by Greg Clayton · 12 years ago
  62. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 12 years ago
  63. e70aaad Hardcode the identifier and the execution name in debugserver since we put this into a section and not Xcode variable expansion happens. by Greg Clayton · 12 years ago
  64. 41ce4f1 Purge a couple more uses of stack count for stepping. by Jim Ingham · 12 years ago
  65. 3dcbb23 this fixes unicode strings handling in 32-bit mode on Lion by Enrico Granata · 12 years ago
  66. fe724f7 <rdar://problem/10963899> by Greg Clayton · 12 years ago
  67. 83410e5 (a) adding an introspection formatter for NS(Mutable)IndexSet by Enrico Granata · 12 years ago
  68. 77ce90b Add an option to sort by packet count (rather than time). Also print the count, by Jim Ingham · 12 years ago
  69. 303c318 Patch to fix GCC build from Dmitry Vyukov. by Greg Clayton · 12 years ago
  70. 42f3af4 Fixed the incorrect LLVM configuration to be "Release". by Greg Clayton · 12 years ago
  71. 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 · 12 years ago
  72. ee52747 Changed the default installation paths for lldb for BuildAndIntegration builds. by Greg Clayton · 12 years ago
  73. e021c5b Remove the sanity checks from RegisterContextLLDB::InitializeZerothFrame by Jason Molenda · 12 years ago
  74. 6252ea8 If the unwinder fails to make us a frame 0, make one by hand from the SP & PC. by Jim Ingham · 12 years ago
  75. 3686423 Added a testcase verifying that forward declarations by Sean Callanan · 12 years ago
  76. 142f94c Updated LLVM to take a new MC JIT that supports by Sean Callanan · 12 years ago
  77. 441e3b9 Convert the thread plans over from using the stack count to do their logic to using StackID's. This by Jim Ingham · 12 years ago
  78. a330f97 Fix a typo in comment. by Johnny Chen · 12 years ago
  79. f5c3396 rdar://problem/10652076 by Johnny Chen · 12 years ago
  80. a0e9041 Fixing a problem with v1 runtime - plus hopefully finalizing the code to check for tagged pointers by Enrico Granata · 12 years ago
  81. c92468f Use the correct (computed by the unwinder) CallFrameAddress as the CFA for Frame 0 rather than using the stack pointer which is not constant over the life of the frame. by Jim Ingham · 12 years ago
  82. cd33042 Filled in two missing values when dynamically making register info structs. by Greg Clayton · 12 years ago
  83. 94b4e9a <rdar://10949461> by Han Ming Ong · 12 years ago
  84. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 12 years ago
  85. b96b0df Removed an unused logging API call. by Greg Clayton · 12 years ago
  86. 7347ef8 Made the IR interpreter handle GetElementPtr instructions by Sean Callanan · 12 years ago
  87. 23297a3 Fix a recursion that could happen when creating the first frame in by Jason Molenda · 12 years ago
  88. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  89. bf97d74 Make the StackFrameList::GetFrameAtIndex only fetch as many stack frames as needed to by Jim Ingham · 12 years ago
  90. 1328b14 This commit: by Enrico Granata · 12 years ago
  91. 41641f9 Patch from Filipe Cabecinhas! by Johnny Chen · 12 years ago
  92. 402607f rdar://problem/10652076 by Johnny Chen · 12 years ago
  93. 435c5ef <rdar://10950312> by Han Ming Ong · 12 years ago
  94. 2656987 <rdar://10950196> by Han Ming Ong · 12 years ago
  95. 1a8e654 Fixed a crasher for remote device debugging. by Han Ming Ong · 12 years ago
  96. ed60571 Fix the linux build now that we link against the Linux and FreeBSD platforms. by Greg Clayton · 12 years ago
  97. 7ff467b Forgot to check in this file with r151593. by Johnny Chen · 12 years ago
  98. 6cdedde Extended the IR interpreter to support symbols that have valid load addresses. by Sean Callanan · 12 years ago
  99. fbb582e Add one more define for sdk==iphoneos. by Jason Molenda · 12 years ago
  100. ce75dce <rdar://problem/10942472> by Han Ming Ong · 12 years ago