1. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  2. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  3. 028784b Fix a regression introduced in r116430 with the added 'break' statement, by Johnny Chen · 14 years ago
  4. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  5. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  6. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  7. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  8. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  9. 1ebef44 by Caroline Tice · 14 years ago
  10. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  11. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  12. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  13. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  14. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  15. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  16. c14069e Fixed an issue that was always causing an extra empty argument to be sent by Greg Clayton · 14 years ago
  17. 396704b Add comments to InstanceSettings constructors explaining why they have by Caroline Tice · 14 years ago
  18. f2c330d Move the ProcessPlugins enum definition from lldb-enumerations.h to by Caroline Tice · 14 years ago
  19. 004afcb Make sure creating a pending instance doesn't also trigger creating a live instance; also make sure creating a by Caroline Tice · 14 years ago
  20. 7ac83bd Move common code from GetSettingsController in Process & Debugger into static functions by Jim Ingham · 14 years ago
  21. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  22. 6e4c5ce by Caroline Tice · 14 years ago
  23. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  24. 8b4c16e Fixed a long delay in shutdown times by invalidating m_private_state_thread right before the private state thread (which calls "void *Process::RunPrivateStateThread ()") exits. by Greg Clayton · 14 years ago
  25. ea29418 Don't try to get the architecture up front when doing attach -w. by Jim Ingham · 14 years ago
  26. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  27. 6fb8baa Make breakpoint commands work again. Added a PerformAction to the stop info - actions are run when the by Jim Ingham · 14 years ago
  28. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  29. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  30. c607d86 This patch changes the point at which Process::m_private_state_thread is by Greg Clayton · 14 years ago
  31. 53d68e7 Remove use of STL collection class use of the "data()" method since it isn't by Greg Clayton · 14 years ago
  32. 141eeac Fix assertion conditions. by Stephen Wilson · 14 years ago
  33. 3fd1f36 Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. by Stephen Wilson · 14 years ago
  34. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  35. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  36. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  37. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago