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