| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't cache the public stop reason, since it can change as plan completion ge... | Jim Ingham | 2010-10-20 | 1 | -3/+3 |
* | Stop the driver from handling SIGPIPE in case we communicate with stale | Greg Clayton | 2010-10-19 | 1 | -6/+6 |
* | Still trying to get detach to work with debugserver. Got a bit closer, | Greg Clayton | 2010-10-18 | 1 | -2/+3 |
* | Fixed debugserver to properly attach to a process by name with the | Greg Clayton | 2010-10-18 | 1 | -1/+7 |
* | Added support for breakpoint conditions. I also had to separate the "run the... | Jim Ingham | 2010-10-14 | 1 | -2/+2 |
* | Fix a regression introduced in r116430 with the added 'break' statement, | Johnny Chen | 2010-10-14 | 1 | -1/+1 |
* | Add new argument type, eArgSignalName, | Caroline Tice | 2010-10-13 | 1 | -0/+1 |
* | Add a way to temporarily divert events from a broadcaster to a private listener. | Jim Ingham | 2010-10-11 | 1 | -0/+17 |
* | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -1/+10 |
* | There are now to new "settings set" variables that live in each debugger | Greg Clayton | 2010-10-04 | 1 | -1/+1 |
* | Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val... | Jim Ingham | 2010-09-28 | 1 | -7/+0 |
* | Create more useful instance names for target, process and thread instances. | Caroline Tice | 2010-09-27 | 1 | -0/+16 |
* | Committing the skeleton of Language runtime plugin classes. | Jim Ingham | 2010-09-23 | 1 | -0/+38 |
* | Make GetInstanceSettingsValue methods take an Error * rather than an Error &, | Caroline Tice | 2010-09-20 | 1 | -3/+8 |
* | Add UserSettings to Target class, making Target settings | Caroline Tice | 2010-09-20 | 1 | -3/+4 |
* | Added code that will allow completely customizable prompts for use in | Greg Clayton | 2010-09-19 | 1 | -30/+11 |
* | Fix issues with CreateInstanceName, a virtual function, being called | Caroline Tice | 2010-09-16 | 1 | -1/+8 |
* | Moved the section load list up into the target so we can use the target | Greg Clayton | 2010-09-14 | 1 | -99/+1 |
* | Fixed an issue that was always causing an extra empty argument to be sent | Greg Clayton | 2010-09-14 | 1 | -4/+2 |
* | Add comments to InstanceSettings constructors explaining why they have | Caroline Tice | 2010-09-09 | 1 | -3/+7 |
* | Move the ProcessPlugins enum definition from lldb-enumerations.h to | Caroline Tice | 2010-09-09 | 1 | -3/+3 |
* | Make sure creating a pending instance doesn't also trigger creating a live in... | Caroline Tice | 2010-09-08 | 1 | -6/+9 |
* | Move common code from GetSettingsController in Process & Debugger into static... | Jim Ingham | 2010-09-07 | 1 | -15/+5 |
* | Fix various minor bugs in the Settings stuff. | Caroline Tice | 2010-09-07 | 1 | -2/+2 |
* | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 1 | -0/+343 |
* | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -0/+2 |
* | Fixed a long delay in shutdown times by invalidating m_private_state_thread r... | Greg Clayton | 2010-08-19 | 1 | -0/+1 |
* | Don't try to get the architecture up front when doing attach -w. | Jim Ingham | 2010-08-17 | 1 | -5/+8 |
* | Added support for persistent variables to the | Sean Callanan | 2010-08-11 | 1 | -1/+8 |
* | Make breakpoint commands work again. Added a PerformAction to the stop info ... | Jim Ingham | 2010-08-10 | 1 | -18/+5 |
* | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 1 | -0/+57 |
* | Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. | Greg Clayton | 2010-08-04 | 1 | -32/+20 |
* | This patch changes the point at which Process::m_private_state_thread is | Greg Clayton | 2010-07-22 | 1 | -1/+1 |
* | Remove use of STL collection class use of the "data()" method since it isn't | Greg Clayton | 2010-07-20 | 1 | -1/+6 |
* | Fix assertion conditions. | Stephen Wilson | 2010-07-20 | 1 | -2/+2 |
* | Have Process::CreateBreakpointSite return a break_id_t instead of a user_id_t. | Stephen Wilson | 2010-07-17 | 1 | -1/+1 |
* | Merged Eli Friedman's linux build changes where he added Makefile files that | Greg Clayton | 2010-07-09 | 1 | -21/+19 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -1/+1 |
* | Two changes in this checkin. Added a ThreadPlanKind so that I can do some re... | Jim Ingham | 2010-06-19 | 1 | -3/+1 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+1876 |