1. 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
  2. 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 11 years ago
  3. b6b7f3e Change the AppleObjCTrampolineHandler to always run all threads when resolving the target of an ObjC method call. by Jim Ingham · 11 years ago
  4. 825a96a Don't try to read the eh_frame section out of a dSYM. by Jason Molenda · 11 years ago
  5. 40960a7 Modified the way we report fields of records. by Sean Callanan · 11 years ago
  6. 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
  7. 313f5bd Remove some commented out code. by Jim Ingham · 11 years ago
  8. 44ef1bf Select correct -std flag for CMake for different versions of gcc. by Matt Kopec · 11 years ago
  9. a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 11 years ago
  10. d3a8d65 Add correct file headers to all source files. by Greg Clayton · 11 years ago
  11. d793839 Add a new method GetFunctionAddressAndSizeVector to DWARFCallFrameInfo. by Jason Molenda · 11 years ago
  12. 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 11 years ago
  13. 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
  14. 4bc4078 Fixed the ValidOffsetForDataOfSize() to use simpler logic. Fixed DataExtractor::BytesLeft() to return the correct value. by Greg Clayton · 11 years ago
  15. 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 11 years ago
  16. 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
  17. e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 11 years ago
  18. 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 11 years ago
  19. c953b56 Change DWARFCallFrameInfo from using a vector of AddressRanges to by Jason Molenda · 11 years ago
  20. 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
  21. 3584d74 Add Linux support for reading/writing extended register sets. by Matt Kopec · 11 years ago
  22. 3dc2a5b Cleanup to the ObjC runtime to remove the now useless ClassDescriptor_Invalid by Enrico Granata · 11 years ago
  23. 597c0de Update source/DataFormatters/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 11 years ago
  24. 84cd59b Update source/Expression/CMakeLists.txt to reflect actual source files. by Andy Gibbs · 11 years ago
  25. 8202fe2 Updated the IRExecutionUnit to keep local copies by Sean Callanan · 11 years ago
  26. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 11 years ago
  27. 55f595f Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces. by Matt Kopec · 11 years ago
  28. 2002c03 Update Sketch test case to capture this and use accessors for debugger, target, process and thread. by Greg Clayton · 11 years ago
  29. 166b89f Fixed incorrect python that was trying to validate that we got a valid lldb.SBThread object by checking to see if it is equal to "None". by Greg Clayton · 11 years ago
  30. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  31. 583f15d Fixed handling of function pointers in the IR by Sean Callanan · 11 years ago
  32. cba09f6 This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters by Enrico Granata · 11 years ago
  33. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  34. 1cf3da8 Refactored the expression parser so that the IR by Sean Callanan · 11 years ago
  35. 5ae5ae0 Fixed the README to match the current code. by Greg Clayton · 11 years ago
  36. 6fd5010 Add a comment about how to add a target for a test case. by Jim Ingham · 11 years ago
  37. 788bb8d Move the performance test cases into their own project. by Jim Ingham · 11 years ago
  38. af22250 Code cleanup: by Greg Clayton · 11 years ago
  39. 3863dd0 When built with cmake, only call the string functions when the previous commands (utils/GetSourceVersion & utils/GetRepositoryPath successed). Otherwise, they fail when not launched from a repository by Sylvestre Ledru · 11 years ago
  40. 5782dae C++ formatters for NSTimeZone and for CFBitVector by Enrico Granata · 11 years ago
  41. 3818e6a NS(Mutable)IndexSet formatter moves from Python to C++ by Enrico Granata · 11 years ago
  42. dc1df6b Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification by Enrico Granata · 11 years ago
  43. 1e911a0 <rdar://problem/13194155> by Greg Clayton · 11 years ago
  44. a924b19 Performance improvements to the IsObjCNil () - we only try to resolve the value if the variable under consideration truly is an “Objective-C thing” by Enrico Granata · 11 years ago
  45. 1902768 <rdar://problem/13100435> by Han Ming Ong · 11 years ago
  46. d86cf81 Convert the -a option in "image lookup" to a address-expression, and pass the context by Jim Ingham · 11 years ago
  47. bc8cdff Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints. by Matt Kopec · 11 years ago
  48. 9ae0efc Make the conditional break test case a little more robust. by Jim Ingham · 11 years ago
  49. 056d0c1 The regular expression command object was resetting the execution context of the by Jim Ingham · 11 years ago
  50. 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 11 years ago
  51. 4842d27 Rollback r177173. Some OSs may not have ptrace extensions which lldb expects when building. This needs to be accounted for. by Matt Kopec · 11 years ago
  52. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  53. 63c25ee Add ptrace extensions to query a register set. by Matt Kopec · 11 years ago
  54. 280b30f Porting the Objective-C Class data type’s summary from Python to C++ by Enrico Granata · 11 years ago
  55. b70c6ef Moving CFBag and NSBundle summaries from Python to C++ by Enrico Granata · 11 years ago
  56. 41b5bfe <rdar://problem/13194155> by Enrico Granata · 11 years ago
  57. eff8320 Rolled back r176719 because settings with file names were broken. by Sean Callanan · 11 years ago
  58. a01b0fa <rdar://problem/12537646> by Greg Clayton · 11 years ago
  59. 34a96b8 Log the match substring as well in the case where we match the step-avoid regexp. by Jim Ingham · 11 years ago
  60. 5c38c31 Add some logging to track cases where “step-in” steps out due to the avoid-regexp and the step-in target. by Jim Ingham · 11 years ago
  61. a7cd95d Recommit lldb realtime output for POSIX. by Matt Kopec · 11 years ago
  62. 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 11 years ago
  63. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  64. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  65. ae31fae Fixed a problem where we didn't return TypedefNameDecls by Sean Callanan · 11 years ago
  66. dddb1dd <rdar://problem/13413693> by Greg Clayton · 11 years ago
  67. 38cf9f7 Backout POSIX realtime lldb output. TestEvents.py is causing lldb to assert. by Matt Kopec · 11 years ago
  68. a53a769 <rdar://problem/13415471> by Han Ming Ong · 11 years ago
  69. f1c01a8 Add braces to crashed test summary (needed for buildbots to detect crashes) by Daniel Malea · 11 years ago
  70. e27cafb Remove extra whitespace by Daniel Malea · 11 years ago
  71. d76b889 Prepend "FAIL:" string to tests that crash so that buildbots pick them up. by Daniel Malea · 11 years ago
  72. 2b606ab Minor LLDB test improvements by Daniel Malea · 11 years ago
  73. b1f44b3 <rdar://problem/13404189> by Greg Clayton · 11 years ago
  74. 7ddd062 <rdar://problem/13396207> by Greg Clayton · 11 years ago
  75. 5e0e372 Add a target setting (target.use-fast-stepping) to control using the "run to next branch" stepping algorithm. by Jim Ingham · 11 years ago
  76. 3aaa2c2 The step by running from branch to branch pretty much works with this checkin (at least for x86_64) but is still by Jim Ingham · 11 years ago
  77. 8741df3 DoesBranch needs to compute the instruction if it isn't already done. by Jim Ingham · 11 years ago
  78. d5dc67a More cleanup, remove an untrue comment. by Jim Ingham · 11 years ago
  79. 7314746 Remove an unused #include. by Jim Ingham · 11 years ago
  80. 66e0e58 Don't use the fact that we stopped with a "Breakpoint" stop reason to decide to step over the breakpoint. It's by Jim Ingham · 11 years ago
  81. d93d69d Add a missing check for getting a NULL oso module back from GetModuleByCompUnitInfo. by Jim Ingham · 11 years ago
  82. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  83. d7d583f Add a missing call to GetFileRangeMap. It's absence was causing debug info from .o files to sometimes by Jim Ingham · 11 years ago
  84. d9c7d40 Switch from CreateTypeSourceInfo, which allocates by Sean Callanan · 11 years ago
  85. e5bc8c1 Misc. clang build warning fixes. by Matt Kopec · 11 years ago
  86. fd24bb5 For file & line breakpoints, if there are subsets of contiguous line table entries for the specified line, set the by Jim Ingham · 11 years ago
  87. eb9e262 The default configuration should be Debug, not DebugClang. by Jim Ingham · 11 years ago
  88. cc464d3 Updated the register numbering base documentation for the "gcc", "dwarf", "container-regs" and "invalidate-regs" key/value responses to the "qRegisterInfo" packet. by Greg Clayton · 11 years ago
  89. f39af4c Created a sample "jump" command that handles by Sean Callanan · 11 years ago
  90. e838134 Change Linux/POSIX to output inferior output in realtime. by Matt Kopec · 11 years ago
  91. 19784bd Buildbot was failing to build. I guess classes declared in implementation files are treated differently on various compilers causing a "friend class Foo;" to fail for forward declared classes in global namespace. by Greg Clayton · 11 years ago
  92. d96df0a <rdar://problem/13372857> by Greg Clayton · 11 years ago
  93. 4b8a5d3 Xcode seems to want these lines added to the project file. by Jason Molenda · 11 years ago
  94. 38de544 Match the new declaration of clang::ASTContext::getFunctionType introduced in clang r176726. Fix the build of lldb by Sylvestre Ledru · 11 years ago
  95. aed5961 Remove use of the ARMDisassembler framework from by Jason Molenda · 11 years ago
  96. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  97. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  98. 3019c8e Remove my print statements I was using for debugging. by Greg Clayton · 11 years ago
  99. ca97fbb <rdar://problem/13384282> by Greg Clayton · 11 years ago
  100. 62afa49 Made LLDB work with the latest Clang. Also fixed by Sean Callanan · 11 years ago