1. fc30997 If the user sets a working directory path using "process launch -w <path>", honor that dir path; by Johnny Chen · 14 years ago
  2. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  3. aa378b1 Don't limit StreamTee to just two streams. It now can contain by Greg Clayton · 14 years ago
  4. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  5. 75c703d The DynamicLoader plug-in instance now lives up in lldb_private::Process where by Greg Clayton · 14 years ago
  6. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  7. c1f4587 Added the ability to detect which vCont packets (using the "vCont?") packet by Greg Clayton · 14 years ago
  8. 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
  9. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 14 years ago
  10. 151c0ea A tool for examining a mach process and its threads. by Greg Clayton · 14 years ago
  11. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  12. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 14 years ago
  13. 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
  14. 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
  15. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  16. abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
  17. db2bab4 Finally tracked down the racy condition that would hose up our debug by Greg Clayton · 14 years ago
  18. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  19. 46cd50c Trivial comment fix. by Johnny Chen · 14 years ago
  20. 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
  21. cc3e640 Reverting recent thread resume changes as it was causing testing issues. by Greg Clayton · 14 years ago
  22. 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
  23. 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
  24. d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
  25. ac95966 More useful STEP logging. by Jim Ingham · 14 years ago
  26. 2971e7f Discover new threads right before we continue a process since libdispatch has by Greg Clayton · 14 years ago
  27. 9ace183 Added logging for threads that are spawned while we stop. We log their by Greg Clayton · 14 years ago
  28. 43457c5 Linebuffer the log file. by Jim Ingham · 14 years ago
  29. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  30. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  31. 72e1c78 Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properly by Greg Clayton · 14 years ago
  32. a4881d0 Sped up the shutdown time on MacOSX by quite a bit by making sure any by Greg Clayton · 14 years ago
  33. d5f41ca Add a (currently disabled) bear trap where instead of deallocating pages, we remove all permissions. by Jim Ingham · 14 years ago
  34. 61468e8 Took the timeout for a ClangUserExpression down from a 10 second timeout to by Greg Clayton · 14 years ago
  35. c71899e Thread safety changes in debugserver and also in the process GDB remote plugin. by Greg Clayton · 14 years ago
  36. 1364b3b lldb-41 and debugserver-126 are set in the Xcode projects. by Greg Clayton · 14 years ago
  37. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 14 years ago
  38. 4862fa2 Modified the stop reply packet to be able to send the thread name using the by Greg Clayton · 14 years ago
  39. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 14 years ago
  40. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  41. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  42. 4dc1892 Any arguments that are not options to the "lldb" command line driver, now get by Greg Clayton · 14 years ago
  43. 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
  44. eecb0f3 More reverting of the EOF stuff as the API was changed which we don't want to by Greg Clayton · 14 years ago
  45. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  46. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  47. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 14 years ago
  48. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  49. 9ac497b by Caroline Tice · 14 years ago
  50. 97bd567 Fixed 32 bit debugging after recent architecture changes to debugserver. by Greg Clayton · 14 years ago
  51. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  52. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  53. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  54. 27eb3f7 Added missing file. by Greg Clayton · 14 years ago
  55. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  56. 3e783a9 Fixed more thread suspend/resume issues. by Greg Clayton · 14 years ago
  57. 02274ed Fixed an issue with the MachThread class where we might not get the initial by Greg Clayton · 14 years ago
  58. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  59. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  60. 95e33b7 Modified the DWARF parser for both the single DWARF file and for the case by Greg Clayton · 14 years ago
  61. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  62. 91a1dab If debugserver is running on the local machine, pass it a by Caroline Tice · 14 years ago
  63. 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago
  64. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 14 years ago
  65. b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
  66. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  67. 0561f3d Fixed vAttachWait by fixing a missed "else if". by Greg Clayton · 14 years ago
  68. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  69. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  70. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 14 years ago
  71. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  72. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  73. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  74. e8a17a9 Fixed an issue with MachTask::TaskResume () where if the task was already by Greg Clayton · 14 years ago
  75. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  76. 9caa946 Exit if the command line is started with "--help". by Greg Clayton · 14 years ago
  77. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  78. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  79. 5144f38 More SWIG cleanup. Moved the breakpoint callback function back to the by Greg Clayton · 14 years ago
  80. 4d6675c by Caroline Tice · 14 years ago
  81. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  82. 8016967 Retry task_for_pid a few times to avoid some cases where task_for_pid fails. by Greg Clayton · 14 years ago
  83. 757500e Fix various timing/threading problems in IOChannel & Driver that by Caroline Tice · 14 years ago
  84. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  85. fa15024 Another patch from Jean-Daniel. Thanks. by Johnny Chen · 14 years ago
  86. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  87. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  88. eddffe9 If the file the user specifies can't be found in the current directory, by Caroline Tice · 14 years ago
  89. b8314fe Make API calls for setting/getting user settable variables static. by Caroline Tice · 14 years ago
  90. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  91. e40e764 Fixed a buffer overrun error that could occur every time the program was run due to a "sprintf" with a destination string that was too short. by Greg Clayton · 14 years ago
  92. 72f8a3c Fixed an error where a random string would get executed after a recent fix that checked if the window column size was zero was added on the lldb driver startup. by Greg Clayton · 14 years ago
  93. 6e4c5ce by Caroline Tice · 14 years ago
  94. 1a67946 Fixed a case where we might be able to acquire a mutex with a try lock and by Greg Clayton · 14 years ago
  95. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  96. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  97. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  98. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  99. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  100. 35c0edc Fixed debugserver to not exit when we are able to spawn the process, yet not by Greg Clayton · 14 years ago