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