summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-19/+12
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-6/+11
* Make sure that STDOUT and STDERR events in lldb_private::Process carry alongGreg Clayton2010-12-051-1/+1
* More reverting of the EOF stuff as the API was changed which we don't want toGreg Clayton2010-12-041-1/+1
* Added the ability to display the new "target.process.inherit-env" setting.Greg Clayton2010-12-041-0/+7
* Added the ability for a process to inherit the current host environment. ThisGreg Clayton2010-12-041-15/+84
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-4/+25
* Fixed a typo in comment.Johnny Chen2010-12-021-1/+1
* Add proper EOF handling to Communication & Connection classes:Caroline Tice2010-12-021-1/+1
* Moved the code in ClangUserExpression that set up & ran the thread plan with ...Jim Ingham2010-11-301-3/+284
* Add the ability to catch and do the right thing with Interrupts (often contro...Caroline Tice2010-11-191-5/+9
* Fixed an issue where the UserSettingsControllers were being created out ofGreg Clayton2010-11-191-5/+6
* Cleaned up code that wasn't using the Initialize and Terminate paradigm byGreg Clayton2010-11-181-17/+20
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-13/+74
* Added an "Interrupted" bit to the ProcessEventData. Halt now generates an eventJim Ingham2010-11-171-36/+53
* Make processes use InputReaders for their input. Move the processCaroline Tice2010-11-161-1/+125
* Add ThreadPlanTracer class to allow instruction step tracing of execution.Jim Ingham2010-11-111-1/+1
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-16/+16
* Added the equivalent of gdb's "unwind-on-signal" to the expression command, a...Jim Ingham2010-11-051-4/+4
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+136
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-1/+6
* Add the ability to disable individual log categories, ratherCaroline Tice2010-10-291-0/+4
* 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
OpenPOWER on IntegriCloud