summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Did some work on the "register read" command to only show the first registerGreg Clayton2011-04-221-2/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+60
* Add support for "dynamic values" for C++ classes. This currently only works ...Jim Ingham2011-04-161-1/+7
* Added two new classes for command options:Greg Clayton2011-04-131-1/+1
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-52/+377
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-0/+1
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-36/+93
* Convert ValueObject to explicitly maintain the Execution Context in which the...Jim Ingham2011-03-311-2/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-5/+189
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-26/+26
* Split all of the core of LLDB.framework/lldb.so into aGreg Clayton2011-03-201-2/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-2/+12
* Add a first pass at a "stop hook" mechanism. This allows you to add commands...Jim Ingham2011-03-111-1/+11
* The UserSettings controllers must be initialized & terminated in theCaroline Tice2011-03-101-7/+11
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-64/+78
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-26/+16
* Added new target instance settings for execution settings:Greg Clayton2011-02-181-11/+37
* Destroy the dynamic loader plugin in Process::Finalize. If you wait till the...Jim Ingham2011-02-161-0/+5
* The DynamicLoader plug-in instance now lives up in lldb_private::Process whereGreg Clayton2011-02-161-25/+41
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-75/+11
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-178/+382
* Patch that allows for thread_t to be something more complex than anGreg Clayton2011-02-081-2/+2
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-0/+44
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-1/+1
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-40/+47
* The m_next_action is simpler if it is an auto_pointer.Jim Ingham2011-01-291-6/+4
* Handle the case where the "NextEventAction" wants to kill us on some event ot...Jim Ingham2011-01-291-2/+11
* Added a completion action class to the Process events so that we can make thi...Jim Ingham2011-01-291-84/+119
* Fixed a crasher when there is no log in Process::SetExitStatus (...).Greg Clayton2011-01-261-1/+2
* Fixed ProcessGDBRemote to kill the process correctly when it is either runningGreg Clayton2011-01-251-20/+43
* One more thing... Resume any threads that we discover were created while we s...Greg Clayton2011-01-241-3/+0
* More useful STEP logging.Jim Ingham2011-01-241-4/+21
* Make the logging come out all lined up and such.Greg Clayton2011-01-241-1/+1
* Add some more logging of broadcaster and Process. Also, protect the event br...Jim Ingham2011-01-231-10/+11
* Improved process logging for both lldb_private::Process and ProcessGDBRemote.Greg Clayton2011-01-231-2/+20
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-6/+8
* Fixed an issue in "SBError SBProcess::Destroy ()" where it wasn't properlyGreg Clayton2011-01-221-21/+34
* Avoid the race condition Stephen Wilson was worried about in revision 123465 ...Greg Clayton2011-01-221-5/+8
* Sped up the shutdown time on MacOSX by quite a bit by making sure anyGreg Clayton2011-01-221-6/+2
* Add more logging. Try to handle the case where "Halt" fails. This is kind o...Jim Ingham2011-01-221-5/+47
* Back up both the register AND the stop state when calling functions.Jim Ingham2011-01-201-1/+14
* Do not prematurely invalidate thread handle.Stephen Wilson2011-01-141-1/+0
* Do not prefix log messages with ProcessMacOSX from the context of Process.Stephen Wilson2011-01-141-1/+1
* Implemented a major overhaul of the way variables are handledSean Callanan2011-01-131-2/+4
* Log diagnostic when setting software breakpoints only on failure.Stephen Wilson2011-01-121-2/+3
* Put more smarts into the RegisterContext base class. Now the base class hasGreg Clayton2011-01-091-2/+4
* Added memory caching to lldb_private::Process. All lldb_private::ProcessGreg Clayton2011-01-071-1/+204
* Fixed issues with RegisterContext classes and the subclasses. There wasGreg Clayton2011-01-061-1/+1
* Added the ability to read unsigned integers from the Process:Greg Clayton2010-12-161-0/+23
* Fix invalid conversion from "const char *" to "char *" for linux systems. str...Greg Clayton2010-12-151-1/+1
OpenPOWER on IntegriCloud