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