1. d55c5b1 Add Android.mk support for building LLDB on Linux host. by Todd Fiala · 11 years ago
  2. 3138ad6 Use the correct call to close down the lockdown connection. by Jim Ingham · 11 years ago
  3. e0ee393 Didn't get the right version of these files in the checkin for r186132. by Jim Ingham · 11 years ago
  4. 7a11ebd Bump version number to 310.99.0. by Jason Molenda · 11 years ago
  5. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  6. fa2cd91 Following the modification introduced in llvm by commit 185311 by Sylvestre Ledru · 11 years ago
  7. 58274a3 <rdar://problem/14195566> by Greg Clayton · 11 years ago
  8. fa72100 <rdar://problem/14281898> by Han Ming Ong · 11 years ago
  9. 813bec3 <rdar://problem/14262854> by Han Ming Ong · 11 years ago
  10. 63a2648 If debugserver fails to interrogate the inferior process CPU type by Jason Molenda · 11 years ago
  11. 59752d1 Remove some unnecessary uses of nub_break_t in the arm specific by Jason Molenda · 11 years ago
  12. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  13. a619e8e Remove the debugserver "--open-connection" option and obey the hostname that is passed into debugserver. by Greg Clayton · 11 years ago
  14. 17d5a03 Add ${ansi.XX} parsing to lldb prompt, use-color setting, and -no-use-colors command line options. by Michael Sartain · 11 years ago
  15. 3cc1b9c Fix shutdown to correctly close stdout and stop showing garbage characters on exit. by Michael Sartain · 11 years ago
  16. 3a54da4 <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  17. 77d340f <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  18. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  19. 2686891 Append missing version number to lldb binary built by cmake by Daniel Malea · 11 years ago
  20. cf9591f <rdar://problem/13891604> by Greg Clayton · 11 years ago
  21. 0689f16 Removed unused code and an unused event. by Greg Clayton · 11 years ago
  22. 4084fe7 <rdar://problem/13764135> by Greg Clayton · 11 years ago
  23. e091960 <rdar://problem/13063912> by Enrico Granata · 11 years ago
  24. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  25. 17a9d26 <rdar://problem/13732521> by Enrico Granata · 11 years ago
  26. f9138b7 Add an option to resume a suspended task. by Jim Ingham · 11 years ago
  27. b07f8de <rdar://problem/13665446> by Greg Clayton · 11 years ago
  28. b6bac2a Proper English not optional by Enrico Granata · 11 years ago
  29. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  30. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  31. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  32. 442b3f6 New CallNext action for the test case that causes the next action in the sequence to be called right away by Enrico Granata · 11 years ago
  33. 177ac0d More updates to test cases by Enrico Granata · 11 years ago
  34. 4d77c18 Sketch test now runs 10 times Data formatters test outputs stddev by Enrico Granata · 11 years ago
  35. ec87e5c Enabling test case to write the average+stddev pair to the results by Enrico Granata · 11 years ago
  36. b8158c8 - Adding a relaunch feature to the performance tester: you can use the relaunch if you want to measure multiple runs of your app keeping the same metrics alive. New arguments must be supplied - and the step counter will not be reset (this makes it easy to avoid endless loops) by Enrico Granata · 11 years ago
  37. 6e792e9 Sketch test case improvements: by Enrico Granata · 11 years ago
  38. 7905bad Updated the line on which to break for the formatters test by Enrico Granata · 11 years ago
  39. e255a7d Cache the VM page size that we get from task_vm_info so we don't by Jason Molenda · 11 years ago
  40. dfb7c7f Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succeeds, too. by Jason Molenda · 11 years ago
  41. 9274848 Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call failure. by Jason Molenda · 11 years ago
  42. fb190f3 Update MachVMMemory::PageSize to get the page size of a specific process by Jason Molenda · 11 years ago
  43. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  44. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 11 years ago
  45. aeabc5e <rdar://problem/12789467> by Greg Clayton · 11 years ago
  46. 81881d2 Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo - by Jason Molenda · 11 years ago
  47. afe3763 Fix another old usage of GetCurrentThread() to get a mach port by Jason Molenda · 11 years ago
  48. 08257e4 Enabling metrics to calculate (and dump) their standard deviation by Enrico Granata · 11 years ago
  49. 101a2d6 Misc fixes: by Enrico Granata · 11 years ago
  50. 1574f8a Remove some unused code. by Jim Ingham · 11 years ago
  51. b1b36ec Integrating option parsing in TestCase for added convenience by Enrico Granata · 11 years ago
  52. 51a5395 Proper option parser for the Sketch test case by Enrico Granata · 11 years ago
  53. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 11 years ago
  54. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  55. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  56. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 11 years ago
  57. 2bba866 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  58. ec1799a Prune more stuff out of the build and source folders after building clang. by Greg Clayton · 11 years ago
  59. 981aa57 Cleaned up how LLDB.framework was being linked to and also how the target dependencies. by Greg Clayton · 11 years ago
  60. aa08062 Trim the output build folder a bit to it isn't so large. by Greg Clayton · 11 years ago
  61. 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 11 years ago
  62. e7d8c6e Remove FunctionProfiler and ProfileObjectiveC action classes as they are not used. by Greg Clayton · 11 years ago
  63. 0b51bed Make the stepping perf test case actually work. by Jim Ingham · 11 years ago
  64. 2a647e4 <rdar://problem/13498504> by Han Ming Ong · 11 years ago
  65. f44636b Add two additional DNBLog's in places where we're about to kill by Jason Molenda · 11 years ago
  66. 073ce17 Added better measurements to test: by Greg Clayton · 11 years ago
  67. 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
  68. 7dd846a Change debugserver to open the socket it listens by Jason Molenda · 11 years ago
  69. ca107c2 Added option parsing to the lldb_perf_clang performance test. by Greg Clayton · 11 years ago
  70. 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
  71. 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 11 years ago
  72. a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 11 years ago
  73. d3a8d65 Add correct file headers to all source files. by Greg Clayton · 11 years ago
  74. 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 11 years ago
  75. 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
  76. 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 11 years ago
  77. 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
  78. e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 11 years ago
  79. 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 11 years ago
  80. 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
  81. 2002c03 Update Sketch test case to capture this and use accessors for debugger, target, process and thread. by Greg Clayton · 11 years ago
  82. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  83. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  84. 5ae5ae0 Fixed the README to match the current code. by Greg Clayton · 11 years ago
  85. 6fd5010 Add a comment about how to add a target for a test case. by Jim Ingham · 11 years ago
  86. 788bb8d Move the performance test cases into their own project. by Jim Ingham · 11 years ago
  87. af22250 Code cleanup: by Greg Clayton · 11 years ago
  88. 1902768 <rdar://problem/13100435> by Han Ming Ong · 11 years ago
  89. 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 11 years ago
  90. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  91. a53a769 <rdar://problem/13415471> by Han Ming Ong · 11 years ago
  92. 7ddd062 <rdar://problem/13396207> by Greg Clayton · 11 years ago
  93. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  94. aed5961 Remove use of the ARMDisassembler framework from by Jason Molenda · 11 years ago
  95. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  96. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  97. 385a504 Dump the measurements directly instead of getting their metrics first by Enrico Granata · 11 years ago
  98. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  99. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  100. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago