1. 61509d1 Updated the code signing docs. by Greg Clayton · 11 years ago
  2. f3c65b8 <rdar://problem/12022060> by Greg Clayton · 11 years ago
  3. e33bb5b Rationalize how we do Halt-ing before Destroy and Detach. by Jim Ingham · 11 years ago
  4. d3b4bd5 “process launch” should “detach” not “kill” if the current process was one we attached to. by Jim Ingham · 11 years ago
  5. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  6. ce5a73b Making the buildbot happy again after changes to the default formatter for char[] by Enrico Granata · 11 years ago
  7. 1ce7000 <rdar://problem/12410225> by Enrico Granata · 11 years ago
  8. d32acdb Hardening the vector iterator synthetic child(ren) provider against item-not-in-cluster asserts by Enrico Granata · 11 years ago
  9. 226484d Be sure to take the mutex when the destructor is called in case other threads are using these lists and those other threads have the mutex locked. by Greg Clayton · 11 years ago
  10. 52f1d66 <rdar://problem/13527167> by Greg Clayton · 11 years ago
  11. 0852cbb Introduces extended register sets whose availability can vary with the target processor. by Ashok Thirumurthi · 11 years ago
  12. 0056637 Fix makefile build by linking needed library 'irreader' by Daniel Malea · 11 years ago
  13. d8f6b64 Fix the Linux build issues introduced by r178191. by Ashok Thirumurthi · 11 years ago
  14. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 11 years ago
  15. 989c6f7 <rdar://problem/13412986> by Enrico Granata · 11 years ago
  16. 4dd7f53 Protect against the case where the current inlined depth is wrong, and leads us to think we can't even get the by Jim Ingham · 11 years ago
  17. 29f3bea Use the error from ValidatePlan. by Jim Ingham · 11 years ago
  18. 23ed3ad The other half of the checkin to produce better error messages when the ThreadPlanCallFunction isn't valid. by Jim Ingham · 11 years ago
  19. 698194c RunThreadPlan should make sure the plan passed in is valid before running it. by Jim Ingham · 11 years ago
  20. 845970e Return a useful error message from ValidatePlan if the expression can't be made for some reason. by Jim Ingham · 11 years ago
  21. 944038e This test case was not doing the right thing with libc++ being used and was generating spurious over-completion warning flags by Enrico Granata · 11 years ago
  22. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  23. 1414aba Implementing the notion of externally-acquirable ScriptInterpreter lock by Enrico Granata · 11 years ago
  24. 28bd2c8 test commit - modified a comment by Ashok Thirumurthi · 11 years ago
  25. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  26. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 11 years ago
  27. 2bba866 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  28. 25ba952 Fix a typo in help string. by Jim Ingham · 11 years ago
  29. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 11 years ago
  30. 017c16a Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. by Greg Clayton · 11 years ago
  31. ec1799a Prune more stuff out of the build and source folders after building clang. by Greg Clayton · 11 years ago
  32. 981aa57 Cleaned up how LLDB.framework was being linked to and also how the target dependencies. by Greg Clayton · 11 years ago
  33. dea1f15 <rdar://problem/13339196> by Enrico Granata · 11 years ago
  34. 9dc61d4 <rdar://problem/13246939> by Enrico Granata · 11 years ago
  35. 133214f Add a way to dump a ClangASTType to stdout for debugging purposes. by Greg Clayton · 11 years ago
  36. aa08062 Trim the output build folder a bit to it isn't so large. by Greg Clayton · 11 years ago
  37. 2194e9d A few more tweaks to the python perf tests. Now there is a MemoryMeasurement. by Greg Clayton · 11 years ago
  38. f88bf3d Clean up logging a bit to not log when a command pipe is opened when “lldb object” logging is on. by Greg Clayton · 11 years ago
  39. 23fde4e Data formatters cleanup: by Enrico Granata · 11 years ago
  40. 7002d45 Don't crash when we have an element size of zero. by Greg Clayton · 11 years ago
  41. 1b751dc That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. by Jim Ingham · 11 years ago
  42. c3f5cd8 Our commands that end up displaying a ValueObject as part of their workflow use OptionGroupValueObjectDisplay as their currency for deciding the final representation by Enrico Granata · 11 years ago
  43. 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 11 years ago
  44. afee498 Fixed a typo. by Sean Callanan · 11 years ago
  45. e7d8c6e Remove FunctionProfiler and ProfileObjectiveC action classes as they are not used. by Greg Clayton · 11 years ago
  46. b4fe227 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  47. 2938217 <rdar://problem/13502196> by Greg Clayton · 11 years ago
  48. 0b51bed Make the stepping perf test case actually work. by Jim Ingham · 11 years ago
  49. 731493d <rdar://problem/13221060> by Enrico Granata · 11 years ago
  50. 76fb323 Checking that the wrong syntax does not give a correct summary after clearing the error messages here by Enrico Granata · 11 years ago
  51. 59b96d5 Modified patch from Prabhat Verma to enable loading core files through the SBTarget API. by Greg Clayton · 11 years ago
  52. d373fe0 Fix the buildbot so a LLDB test doesn't fail looking for "<invalid usage of pointer value as object>". by Greg Clayton · 11 years ago
  53. c2676e8 <rdar://problem/13498879> by Greg Clayton · 11 years ago
  54. 2a647e4 <rdar://problem/13498504> by Han Ming Ong · 11 years ago
  55. 8aab31c <rdar://problem/13404009> by Han Ming Ong · 11 years ago
  56. 0c074cb <rdar://problem/13365424> by Enrico Granata · 11 years ago
  57. ad6cddf <rdar://problem/13434476> by Enrico Granata · 11 years ago
  58. 9fe380e Fixed a potential crash if layout for a structure by Sean Callanan · 11 years ago
  59. 5cc975b These test cases fail on the buildbot - skip on Linux for now, will figure out why by Enrico Granata · 11 years ago
  60. f734066 - Masking out SBCommandReturnObject::Printf() from the Python layer because SWIG and varargs do not get along well. by Enrico Granata · 11 years ago
  61. f44636b Add two additional DNBLog's in places where we're about to kill by Jason Molenda · 11 years ago
  62. 42077d9 Set the correct byte size for complex integer (-fI) memory reads. by Jason Molenda · 11 years ago
  63. dcb6c43 And then again only compute the more expensive piece of data if need be :-) by Enrico Granata · 11 years ago
  64. c263cff Added a python version of the performance tests. It will be good to see if the overhead of python interferes at all with our performance readings. We can try things out with this script and see how things go. by Greg Clayton · 11 years ago
  65. 6aac844 Invert two condition checks to evaluate them in cheapest-to-more-expensive order by Enrico Granata · 11 years ago
  66. 073ce17 Added better measurements to test: by Greg Clayton · 11 years ago
  67. 3ceae46 <rdar://problem/13312903> by Enrico Granata · 11 years ago
  68. 60dd527 <rdar://problem/13315663> by Enrico Granata · 11 years ago
  69. 5365753 If there are multiple uses of an Objective-C by Sean Callanan · 11 years ago
  70. 986a750 Only get the script interpreter if we find scripting resources in the symbol file. This helps us avoid initializing python when it isn't needed. by Greg Clayton · 11 years ago
  71. 9eead7d Don't need to resolve the .o file path. by Greg Clayton · 11 years ago
  72. 1c31631 Make sure the "Release" builds link against the "Release" LLDB.framework and also output the results to /dev/stdout when no outfile is supplied. by Greg Clayton · 11 years ago
  73. 7dd846a Change debugserver to open the socket it listens by Jason Molenda · 11 years ago
  74. 2ac1c69 Fix a little fallout from the changes in r174757 where we would by Jason Molenda · 11 years ago
  75. 7b48427 Don't bother calling Reserve on the vector unless we have entries to be added. by Jason Molenda · 11 years ago
  76. 2d63ae1 Add a Reserve method to RangeVector and RangeDataVector. Have the by Jason Molenda · 11 years ago
  77. ca107c2 Added option parsing to the lldb_perf_clang performance test. by Greg Clayton · 11 years ago
  78. d2c50b1 More cleanup to remove the CoreFoundation classes out of mainstream code (CFCMutableDictionary, CFCMutableArray, CFCString, etc). Now it is only used in the Results.cpp file for Apple builds only. by Greg Clayton · 11 years ago
  79. 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 11 years ago
  80. b6b7f3e Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call. by Jim Ingham · 11 years ago
  81. 825a96a Don't try to read the eh_frame section out of a dSYM. by Jason Molenda · 11 years ago
  82. 40960a7 Modified the way we report fields of records. by Sean Callanan · 11 years ago
  83. 1f31c24 If we stopped but no threads had a reason for stopping, we should tell the user about it rather than continuing. by Jim Ingham · 11 years ago
  84. 313f5bd Remove some commented out code. by Jim Ingham · 11 years ago
  85. 44ef1bf Select correct -std flag for CMake for different versions of gcc. by Matt Kopec · 11 years ago
  86. a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 11 years ago
  87. d3a8d65 Add correct file headers to all source files. by Greg Clayton · 11 years ago
  88. d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 11 years ago
  89. 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 11 years ago
  90. 2d09840 Added a lldb-perf test case that will be used to time various aspects of debugging clang with LLDB. by Greg Clayton · 11 years ago
  91. 4bc4078 Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 11 years ago
  92. 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 11 years ago
  93. 21ac3cb Making a manual mode of operation for measurements, where you can manually call start() and stop() instead of using the function-call syntax by Enrico Granata · 11 years ago
  94. e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 11 years ago
  95. 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 11 years ago
  96. c953b56 Change DWARFCallFrameInfo from using a vector of AddressRanges to by Jason Molenda · 11 years ago
  97. 53bba61 Making MemoryGauge work by fixing a Mach API call mistake - saving (and dumping) more information out of the task_info call by Enrico Granata · 11 years ago
  98. 3584d74 Add Linux support for reading/writing extended register sets. by Matt Kopec · 11 years ago
  99. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  100. 597c0de Update source/DataFormatters/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 11 years ago