1. 04d397c Fixed an issue in the EmulateInstructionARM there the IT opcode was trying to by Greg Clayton · 13 years ago
  2. c0fa533 Added new lldb_private::Process memory read/write functions to stop a bunch by Greg Clayton · 13 years ago
  3. 5a26910 Added functions to lldb_private::Address to set an address from a load address by Greg Clayton · 13 years ago
  4. 845d6da by Caroline Tice · 13 years ago
  5. d45c3d7 Added the ability to get a 32 or 64 bit simple return value from the by Greg Clayton · 13 years ago
  6. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  7. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  8. b38df1e by Caroline Tice · 13 years ago
  9. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
  10. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  11. 5e47385 Change an unconditional log to a conditional one. by Jim Ingham · 13 years ago
  12. a458240 Fixed not being able to launch the i386 slice of a universal binary by adding by Greg Clayton · 13 years ago
  13. 882c554 by Caroline Tice · 13 years ago
  14. c5f0b99 by Caroline Tice · 13 years ago
  15. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  16. 388ca8f by Caroline Tice · 13 years ago
  17. 4a34808 by Caroline Tice · 13 years ago
  18. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  19. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  20. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 13 years ago
  21. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  22. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  23. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  24. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
  25. 381f968 Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX by Greg Clayton · 14 years ago
  26. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 14 years ago
  27. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  28. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  29. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  30. cb8977d Added new platform commands: by Greg Clayton · 14 years ago
  31. 4d3a89e Added AVX support to the Intel portion of debugserver. AVX by Sean Callanan · 14 years ago
  32. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
  33. b622560 Added missing files. by Greg Clayton · 14 years ago
  34. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  35. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  36. 52ce561 Fix makefile builds when llvm is configured with -enable-shared. by Stephen Wilson · 14 years ago
  37. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  38. fc30997 If the user sets a working directory path using "process launch -w <path>", honor that dir path; by Johnny Chen · 14 years ago
  39. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  40. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 14 years ago
  41. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  42. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
  43. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  44. c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 14 years ago
  45. f9f40c2 Rework the RunThreadPlan event handling to use Event Hijacking not stopping the event thread. Also clarify the logic of the function. by Jim Ingham · 14 years ago
  46. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  47. 151c0ea A tool for examining a mach process and its threads. by Greg Clayton · 14 years ago
  48. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  49. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  50. 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
  51. 679c77b The thread_info changes over the life of the thread, so you can't get it once and cache it, you have to fetch it every time you want to use it. by Jim Ingham · 14 years ago
  52. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  53. abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
  54. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  55. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  56. 46cd50c Trivial comment fix. by Johnny Chen · 14 years ago
  57. 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
  58. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
  59. c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 14 years ago
  60. 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
  61. d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
  62. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  63. 2971e7f Discover new threads right before we continue a process since libdispatch has by Greg Clayton · 14 years ago
  64. 9ace183 Added logging for threads that are spawned while we stop. We log their by Greg Clayton · 14 years ago
  65. 43457c5 Linebuffer the log file. by Jim Ingham · 14 years ago
  66. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  67. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  68. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  69. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 14 years ago
  70. d5f41ca Add a (currently disabled) bear trap where instead of deallocating pages, we remove all permissions. by Jim Ingham · 14 years ago
  71. 61468e8 Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 14 years ago
  72. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 14 years ago
  73. 1364b3b lldb-41 and debugserver-126 are set in the Xcode projects. by Greg Clayton · 14 years ago
  74. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 14 years ago
  75. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  76. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 14 years ago
  77. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  78. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  79. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 14 years ago
  80. 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
  81. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  82. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  83. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  84. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  85. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  86. 9ac497b by Caroline Tice · 14 years ago
  87. 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
  88. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  89. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  90. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  91. 27eb3f7 Added missing file. by Greg Clayton · 14 years ago
  92. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  93. 3e783a9 Fixed more thread suspend/resume issues. by Greg Clayton · 14 years ago
  94. 02274ed Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 14 years ago
  95. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  96. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  97. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  98. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  99. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  100. 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago