1. 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
  2. 177ac0d More updates to test cases by Enrico Granata · 11 years ago
  3. 4d77c18 Sketch test now runs 10 times Data formatters test outputs stddev by Enrico Granata · 11 years ago
  4. ec87e5c Enabling test case to write the average+stddev pair to the results by Enrico Granata · 11 years ago
  5. 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
  6. 6e792e9 Sketch test case improvements: by Enrico Granata · 11 years ago
  7. 7905bad Updated the line on which to break for the formatters test by Enrico Granata · 11 years ago
  8. e255a7d Cache the VM page size that we get from task_vm_info so we don't by Jason Molenda · 11 years ago
  9. dfb7c7f Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succeeds, too. by Jason Molenda · 11 years ago
  10. 9274848 Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call failure. by Jason Molenda · 11 years ago
  11. fb190f3 Update MachVMMemory::PageSize to get the page size of a specific process by Jason Molenda · 11 years ago
  12. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  13. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 11 years ago
  14. aeabc5e <rdar://problem/12789467> by Greg Clayton · 11 years ago
  15. 81881d2 Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo - by Jason Molenda · 11 years ago
  16. afe3763 Fix another old usage of GetCurrentThread() to get a mach port by Jason Molenda · 11 years ago
  17. 08257e4 Enabling metrics to calculate (and dump) their standard deviation by Enrico Granata · 11 years ago
  18. 101a2d6 Misc fixes: by Enrico Granata · 11 years ago
  19. 1574f8a Remove some unused code. by Jim Ingham · 11 years ago
  20. b1b36ec Integrating option parsing in TestCase for added convenience by Enrico Granata · 11 years ago
  21. 51a5395 Proper option parser for the Sketch test case by Enrico Granata · 11 years ago
  22. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 11 years ago
  23. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  24. 1a6ca00 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  25. d31cd4a Added a source file needed for clang to compile in the lldb_perf_clang test. by Greg Clayton · 11 years ago
  26. 2bba866 <rdar://problem/13327940> by Greg Clayton · 11 years ago
  27. ec1799a Prune more stuff out of the build and source folders after building clang. by Greg Clayton · 11 years ago
  28. 981aa57 Cleaned up how LLDB.framework was being linked to and also how the target dependencies. by Greg Clayton · 11 years ago
  29. aa08062 Trim the output build folder a bit to it isn't so large. by Greg Clayton · 11 years ago
  30. 094e2a9 Change the stepping test to output "total time" for the step as well. by Jim Ingham · 11 years ago
  31. e7d8c6e Remove FunctionProfiler and ProfileObjectiveC action classes as they are not used. by Greg Clayton · 11 years ago
  32. 0b51bed Make the stepping perf test case actually work. by Jim Ingham · 11 years ago
  33. 2a647e4 <rdar://problem/13498504> by Han Ming Ong · 11 years ago
  34. f44636b Add two additional DNBLog's in places where we're about to kill by Jason Molenda · 11 years ago
  35. 073ce17 Added better measurements to test: by Greg Clayton · 11 years ago
  36. 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
  37. 7dd846a Change debugserver to open the socket it listens by Jason Molenda · 11 years ago
  38. ca107c2 Added option parsing to the lldb_perf_clang performance test. by Greg Clayton · 11 years ago
  39. 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
  40. 9de4dec Much more cleanup on the performance testing infrastructure: by Greg Clayton · 11 years ago
  41. a3df3b0 The outline of the stepping perf test case, doesn't do anything yet. by Jim Ingham · 11 years ago
  42. d3a8d65 Add correct file headers to all source files. by Greg Clayton · 11 years ago
  43. 75fc5a7 Modify code to adhere to LLDB coding conventions. by Greg Clayton · 11 years ago
  44. 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
  45. 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 11 years ago
  46. 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
  47. e62d448 Making the test step count a member variable so that it can be accessed easily by Enrico Granata · 11 years ago
  48. 3ffb7ed Renaming perf. main files from main.cpp to something meaningful by Enrico Granata · 11 years ago
  49. 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
  50. 2002c03 Update Sketch test case to capture this and use accessors for debugger, target, process and thread. by Greg Clayton · 11 years ago
  51. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  52. 535f53c <rdar://problem/13443931> by Greg Clayton · 11 years ago
  53. 5ae5ae0 Fixed the README to match the current code. by Greg Clayton · 11 years ago
  54. 6fd5010 Add a comment about how to add a target for a test case. by Jim Ingham · 11 years ago
  55. 788bb8d Move the performance test cases into their own project. by Jim Ingham · 11 years ago
  56. af22250 Code cleanup: by Greg Clayton · 11 years ago
  57. 1902768 <rdar://problem/13100435> by Han Ming Ong · 11 years ago
  58. 7a969e6 Make a README file with an introduction and basic directions for the lldb-perf infrastructure by Enrico Granata · 11 years ago
  59. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  60. a53a769 <rdar://problem/13415471> by Han Ming Ong · 11 years ago
  61. 7ddd062 <rdar://problem/13396207> by Greg Clayton · 11 years ago
  62. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  63. aed5961 Remove use of the ARMDisassembler framework from by Jason Molenda · 11 years ago
  64. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  65. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  66. 385a504 Dump the measurements directly instead of getting their metrics first by Enrico Granata · 11 years ago
  67. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  68. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  69. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  70. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  71. 137c4d7 Finish up CMake support for LLDB (tested on Linux) by Daniel Malea · 11 years ago
  72. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 11 years ago
  73. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 11 years ago
  74. 560829d <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  75. 643adf8 Add a log line when debugserver exits, and clean up some of the other standard logs output to make it more useful. by Jim Ingham · 11 years ago
  76. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  77. 647718e <rdar://problem/13277100> by Han Ming Ong · 11 years ago
  78. 2eaca13 Call el_resize when the window size changes. by Jim Ingham · 11 years ago
  79. 4fd6f36 Remove unintended comment. by Jason Molenda · 11 years ago
  80. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 11 years ago
  81. b989d78 <rdar://problem/13259230> by Han Ming Ong · 11 years ago
  82. 3fb2c93 Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. by Greg Clayton · 11 years ago
  83. cc63342 Get rid of a warning. by Greg Clayton · 11 years ago
  84. 151e3be <rdar://problem/12693921> by Greg Clayton · 11 years ago
  85. 89e248f Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction interoperate to fix problems where by Jim Ingham · 11 years ago
  86. 9c81c33 Added support for the qCmd monitor packet command. Currently it can only do: by Greg Clayton · 11 years ago
  87. 6acc204 <rdar://13073234> by Han Ming Ong · 11 years ago
  88. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  89. e8b3471 Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system by Jim Ingham · 11 years ago
  90. 5dd1a28 Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfo by Jason Molenda · 11 years ago
  91. b5ebe11 Change the container-regs kv pair in the qRegsiterInfo by Jason Molenda · 11 years ago
  92. 679ba16 Changed the register number lists for the qRegisterInfo packet response to be raw hex to match all other register reading and writing APIs. by Greg Clayton · 11 years ago
  93. 34e71ef Added all of the 16 and 8 bit register variants for i386. by Greg Clayton · 11 years ago
  94. c290ba4 <rdar://problem/13020634> by Greg Clayton · 11 years ago
  95. 0df19cc <rdar://problem/12976277> by Han Ming Ong · 11 years ago
  96. 2e5a477 Add code to retreive the mach port # for each thread in the inferior application's by Jason Molenda · 11 years ago
  97. 7d96ecc <rdar://problem/12243932> by Jason Molenda · 11 years ago
  98. 9547264 Add one more bit of logging for armv7 watchpoint debugging. by Jason Molenda · 11 years ago
  99. 245dc92 <rdar://problem/13019628> by Han Ming Ong · 11 years ago
  100. 1f1a683 Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp; by Jason Molenda · 11 years ago