summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add test for denied process attach by pid and fix found bugs in Process/Proce...Oleksiy Vyalov2014-11-191-6/+5
* Small tweaks to make the editline sources match the lldb Jason Molenda2014-11-171-1/+2
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-0/+9
* Complete rewrite of interactive editing support for single- and multi-line in...Kate Stone2014-11-171-1/+1
* Also port the C string reading code in ValueObject over to using StringPrinte...Enrico Granata2014-10-301-3/+8
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-2/+239
* Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime.Zachary Turner2014-10-201-2/+2
* Remove dead store.Jason Molenda2014-10-161-4/+4
* Give old_state a default value so we won't try to restoreJason Molenda2014-10-151-3/+3
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+13
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-101-6/+20
* Minor comment change to test out svn accessShawn Best2014-10-081-1/+1
* Fix spurious output to command line when launching a process on Linux.Todd Fiala2014-10-071-4/+8
* Move ConnectionFileDescriptor to platform-specific Host directory.Zachary Turner2014-10-061-3/+3
* Fix up the HostThread interface, making the interface simpler.Zachary Turner2014-09-231-3/+3
* use std::atomic<> to protect variables being accessed by multiple threadsTodd Fiala2014-09-151-5/+15
* Create a HostThread abstraction.Zachary Turner2014-09-091-22/+26
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+17
* Add a new target.process.memory-cache-line-size to change the size ofJason Molenda2014-09-031-1/+10
* Consolidate UnixSignals setting/getting in Process.Todd Fiala2014-08-291-1/+13
* Add some logging around Process attaching and inferior exec handling.Todd Fiala2014-08-271-1/+73
* Adjust process launch --disable-aslr to take true/false value.Todd Fiala2014-08-191-5/+12
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-26/+24
* Fix a thinko in the process list formatting.Jim Ingham2014-08-151-6/+15
* Refactor FileAction out of ProcessLaunchInfo.Zachary Turner2014-08-141-4/+4
* Fix iohandler prompt race condition.Todd Fiala2014-08-121-0/+31
* Remove a few uses of LLDB_DISABLE_POSIX.Zachary Turner2014-08-111-4/+0
* Fix some typos:Sylvestre Ledru2014-08-111-2/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-2/+6
* (no commit message)Greg Clayton2014-07-301-1/+7
* Add the ability to suppress the creation of a persistentJim Ingham2014-07-191-0/+2
* In Process::LoadImage, use the same function call both to call dlopen and to ...Jim Ingham2014-07-191-16/+25
* ReadPointedString takes a Stream not a DataBuffer.Jim Ingham2014-07-171-3/+3
* In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...Jim Ingham2014-07-171-0/+25
* ^C wasn't interrupting an expression during a long evaluation or deadlock.Greg Clayton2014-07-161-2/+22
* Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala2014-07-161-4/+16
* If Process::Finalize() has been called, don't track process state changes.Greg Clayton2014-07-141-0/+3
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-13/+13
* Fix broken tests due to new error output.Todd Fiala2014-07-081-13/+13
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-13/+13
* Add host layer support for pipes.Greg Clayton2014-07-021-46/+20
* Fix typos.Bruce Mitchener2014-07-011-5/+5
* Add lldb-gdbserver support for Linux x86_64.Todd Fiala2014-06-301-0/+15
* Pull ProcessInfo and ProcessLaunchInfo out of Target/Process.Todd Fiala2014-06-301-363/+0
* Rename eExecution*** to eExpression*** to be consistent with the result type.Jim Ingham2014-05-051-49/+49
* Make the Expression Execution result enum available to the SB API layer.Jim Ingham2014-05-051-3/+9
* Fixed CTRL+C related issues:Greg Clayton2014-05-021-1/+2
* Typo: forever is one wordEd Maste2014-04-291-1/+1
* Make RunThreadPlan start the timeout clock for each part of the expression ev...Jim Ingham2014-04-221-17/+31
* After updating to Xcode.5.1.1 LLDB framework stopped to support partial (only...Greg Clayton2014-04-171-23/+29
OpenPOWER on IntegriCloud