1. 3138ad6 Use the correct call to close down the lockdown connection. by Jim Ingham · 11 years ago
  2. e0ee393 Didn't get the right version of these files in the checkin for r186132. by Jim Ingham · 11 years ago
  3. 7a11ebd Bump version number to 310.99.0. by Jason Molenda · 11 years ago
  4. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  5. 58274a3 <rdar://problem/14195566> by Greg Clayton · 11 years ago
  6. fa72100 <rdar://problem/14281898> by Han Ming Ong · 11 years ago
  7. 813bec3 <rdar://problem/14262854> by Han Ming Ong · 11 years ago
  8. 63a2648 If debugserver fails to interrogate the inferior process CPU type by Jason Molenda · 11 years ago
  9. 59752d1 Remove some unnecessary uses of nub_break_t in the arm specific by Jason Molenda · 11 years ago
  10. ac94caa Huge performance improvements when one breakpoint contains many locations. by Greg Clayton · 11 years ago
  11. a619e8e Remove the debugserver "--open-connection" option and obey the hostname that is passed into debugserver. by Greg Clayton · 11 years ago
  12. 3a54da4 <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  13. 77d340f <rdar://problem/13963648> by Han Ming Ong · 11 years ago
  14. 4d4ff9e <rdar://problem/13892516> by Greg Clayton · 11 years ago
  15. cf9591f <rdar://problem/13891604> by Greg Clayton · 11 years ago
  16. 0689f16 Removed unused code and an unused event. by Greg Clayton · 11 years ago
  17. 08f60c8 fix a couple of clang static analyzer warnings. by Jason Molenda · 11 years ago
  18. 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
  19. 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
  20. e255a7d Cache the VM page size that we get from task_vm_info so we don't by Jason Molenda · 11 years ago
  21. dfb7c7f Add optional LOG_TASK logging for MachVMMemory::PageSize when the call succeeds, too. by Jason Molenda · 11 years ago
  22. 9274848 Add optional LOG_TASK logging for MachVMMemory::PageSize() task_info call failure. by Jason Molenda · 11 years ago
  23. fb190f3 Update MachVMMemory::PageSize to get the page size of a specific process by Jason Molenda · 11 years ago
  24. 3f2f741 <rdar://problem/13457391> by Greg Clayton · 11 years ago
  25. 427b7e8 <rdar://problem/13198919> by Greg Clayton · 11 years ago
  26. aeabc5e <rdar://problem/12789467> by Greg Clayton · 11 years ago
  27. 81881d2 Remove a bit of code duplication in RNBRemote::HandlePacket_qProcessInfo - by Jason Molenda · 11 years ago
  28. afe3763 Fix another old usage of GetCurrentThread() to get a mach port by Jason Molenda · 11 years ago
  29. 1574f8a Remove some unused code. by Jim Ingham · 11 years ago
  30. 473ff99 Debugserver fix for launching iOS apps who are named "com.apple.something" by Jason Molenda · 11 years ago
  31. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  32. e7d8c6e Remove FunctionProfiler and ProfileObjectiveC action classes as they are not used. by Greg Clayton · 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. 7dd846a Change debugserver to open the socket it listens by Jason Molenda · 11 years ago
  36. 3c6f517 Simplify the logic for DNBDataRef::ValidOffsetForDataOfSize() and DNBDataRef::ValidOffset() functions. by Greg Clayton · 11 years ago
  37. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  38. 1902768 <rdar://problem/13100435> by Han Ming Ong · 11 years ago
  39. a53a769 <rdar://problem/13415471> by Han Ming Ong · 11 years ago
  40. 7ddd062 <rdar://problem/13396207> by Greg Clayton · 11 years ago
  41. b649f7f Various fixes for armv7 floating point/vector register support. by Jason Molenda · 11 years ago
  42. aed5961 Remove use of the ARMDisassembler framework from by Jason Molenda · 11 years ago
  43. 4340ff2 Also remove actual link against the ARMDisassembler framework from by Jason Molenda · 11 years ago
  44. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  45. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  46. cec43ab <rdar://problem/13338758> by Han Ming Ong · 11 years ago
  47. 46198d4 Add the standard LLVM copyright notice to the top of these two new files. by Jason Molenda · 11 years ago
  48. 3a05d89 Add the libdebugserver.cpp for creating a library that does debugserver by Jason Molenda · 11 years ago
  49. 549ce88 Fix one remaining mach port number/globally unique thread ID mixup which prevented queue names by Jason Molenda · 11 years ago
  50. 560829d <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  51. 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
  52. 4eff6fc <rdar://problem/13282582> by Han Ming Ong · 11 years ago
  53. 647718e <rdar://problem/13277100> by Han Ming Ong · 11 years ago
  54. 4fd6f36 Remove unintended comment. by Jason Molenda · 11 years ago
  55. 44eb9fb Change debugserver from using the mach port number (in debugserver's by Jason Molenda · 11 years ago
  56. b989d78 <rdar://problem/13259230> by Han Ming Ong · 11 years ago
  57. 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
  58. cc63342 Get rid of a warning. by Greg Clayton · 11 years ago
  59. 151e3be <rdar://problem/12693921> by Greg Clayton · 11 years ago
  60. 9c81c33 Added support for the qCmd monitor packet command. Currently it can only do: by Greg Clayton · 11 years ago
  61. 6acc204 <rdar://13073234> by Han Ming Ong · 11 years ago
  62. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  63. e8b3471 Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system by Jim Ingham · 11 years ago
  64. 5dd1a28 Remove a compile time warning in RNBRemote::HandlePacket_qProcessInfo by Jason Molenda · 11 years ago
  65. b5ebe11 Change the container-regs kv pair in the qRegsiterInfo by Jason Molenda · 11 years ago
  66. 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
  67. 34e71ef Added all of the 16 and 8 bit register variants for i386. by Greg Clayton · 11 years ago
  68. c290ba4 <rdar://problem/13020634> by Greg Clayton · 11 years ago
  69. 0df19cc <rdar://problem/12976277> by Han Ming Ong · 11 years ago
  70. 7d96ecc <rdar://problem/12243932> by Jason Molenda · 11 years ago
  71. 9547264 Add one more bit of logging for armv7 watchpoint debugging. by Jason Molenda · 11 years ago
  72. 245dc92 <rdar://problem/13019628> by Han Ming Ong · 11 years ago
  73. 1f1a683 Add a few other missing LOG_ types to set_logging() in RNBRemote.cpp; by Jason Molenda · 11 years ago
  74. 3de6986 Fix a logic error in the condition for a warning log message. by Jim Ingham · 11 years ago
  75. 8ec8d64 Recognize LOG_WATCHPOINTS in the QSetLogging gdb-remote packet. by Jason Molenda · 11 years ago
  76. 0f638a4 Use a more unique end delimiter. In any case, the thread names are hexified when returning to lldb. by Han Ming Ong · 11 years ago
  77. 11ad623 <rdar://problem/12975489> by Han Ming Ong · 11 years ago
  78. 8492942 <rdar://problem/12602653> by Jason Molenda · 11 years ago
  79. fe55567 <rdar://problem/11961650> by Jason Molenda · 11 years ago
  80. 2b67961 Add a new qProcessInfo packet to debugserver. by Jason Molenda · 11 years ago
  81. e31e269 <rdar://problem/12890948> by Han Ming Ong · 11 years ago
  82. 72b131f <rdar://problem/12890901> by Han Ming Ong · 11 years ago
  83. 965b404 Get rid of a warning where functions in DNB.h were extern "C" when they don't need to be anymore. by Greg Clayton · 11 years ago
  84. 253a86b Bump lldb version num to lldb-178, debugserver version to debugserver-198. by Jason Molenda · 11 years ago
  85. f14269a <rdar://problem/12780259> by Han Ming Ong · 11 years ago
  86. 53a1c26 Correct the label for the com.apple.debugserver.posix plist. by Jason Molenda · 11 years ago
  87. 8127561 Fixed the debugserver Xcode project to allow by Sean Callanan · 11 years ago
  88. e45c499 <rdar://problem/12759744> Provide physical memory distribution as part of profile data by Han Ming Ong · 11 years ago
  89. 559cf6e Han Ming's commit in r168228 had a bunch of 4-space tabs by Jason Molenda · 12 years ago
  90. 2529aa3 Follow up on <rdar://12720514>. Removed commented out code. by Han Ming Ong · 12 years ago
  91. fb9cee6 <rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior by Han Ming Ong · 12 years ago
  92. 4d43ac7 Added a posix_spawn based launchd plist for always using posix_spawn to launch programs. by Greg Clayton · 12 years ago
  93. d77371f <rdar://problem/12647273> by Greg Clayton · 12 years ago
  94. 44b879f Switched debugserver to use C++11/libc++. by Sean Callanan · 12 years ago
  95. 3646e68 Fix an error message in debugserver so it doesn't print "Unable to by Jason Molenda · 12 years ago
  96. c7d505b Switch from using KERN_PROCARGS2 to get the path to the executed process to proc_pidpath. The former was flakey, and the whole point of libproc is to protect us from potential flakiness at that level... by Jim Ingham · 12 years ago
  97. 085c78b Added the plists to the debugserver project and fixed the labels for the new plists. by Greg Clayton · 12 years ago
  98. bfeaf57 More launchd style plists. by Greg Clayton · 12 years ago
  99. a5c92b6 Resolve any bundle paths we are given when the specified executable is a bundle. by Greg Clayton · 12 years ago
  100. 44aa393 Provide an SSL context ref in case SLL is needed for communication. by Greg Clayton · 12 years ago