summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-24/+12
* Use Timeout<> in Process::RunThreadPlanPavel Labath2016-12-011-94/+72
* Convert most of the Process class to Timeout<>Pavel Labath2016-11-301-70/+51
* Use Timeout<> in the Listener classPavel Labath2016-11-301-16/+30
* Convert Platform, Process, and Connection functions to StringRef.Zachary Turner2016-11-171-5/+5
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+3
* Fix uninitialized members.Sam McCall2016-11-151-3/+2
* Make DiagnosticsManager functions take StringRefs.Zachary Turner2016-11-121-16/+15
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-10/+7
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* Remove TimeValue usage from lldb/TargetPavel Labath2016-11-091-3/+0
* Remove TimeValue usage from lldb/Core. NFC.Pavel Labath2016-11-091-0/+1
* Clean up the stop printing header lines.Jim Ingham2016-11-081-3/+7
* Add an API to remove an action from the Process PreResumeActions.Jim Ingham2016-10-201-0/+10
* Simplify GetGlobalProperties functions of Thread/Process/TargetPavel Labath2016-10-191-5/+2
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-2/+6
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-6053/+5555
* Fix build breakage in r280692Pavel Labath2016-09-061-1/+1
* Added the "frame diagnose" command and use its output to make crash info better.Sean Callanan2016-09-061-0/+18
* Remove unused variables.Zachary Turner2016-08-311-2/+0
* Fix mismatched new/free in Process:RunPrivateStateThreadPavel Labath2016-08-241-3/+2
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+154
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-154/+1
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-1/+154
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-3/+11
* Centralize all select() calls into one place so that we can take advantage of...Greg Clayton2016-08-101-15/+11
* Fixup r277011 - wrong use of infinite timeoutPavel Labath2016-07-291-1/+1
* Clean up vestigial remnants of locking primitivesSaleem Abdulrasool2016-07-281-89/+48
* Check both private & public states to decide if you need to halt before killing.Jim Ingham2016-07-261-1/+4
* Fix a race on process exitPavel Labath2016-07-121-8/+0
* Implement GetMemoryRegions() for Linux and Mac OSX core files.Howard Hellyer2016-07-071-0/+33
* Process::StopForDetachOrDestroy should actually return an error if it can't s...Jim Ingham2016-06-281-1/+1
* [lldb] Fixed race conditions on private state thread exitCameron Desrochers2016-06-141-26/+28
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-6/+0
* Lock out Process::RunThreadPlan so only one can be in flight at a time.Jim Ingham2016-05-241-1/+4
* We have many radars showing that stepping through C++ code can result in slow...Greg Clayton2016-05-231-1/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-100/+94
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-121-35/+33
* Generalize child process monitoring functionsPavel Labath2016-05-111-12/+6
* Revert "LLDB: Fixed two race conditions when stopping private state thread"Pavel Labath2016-04-191-4/+8
* LLDB: Fixed two race conditions when stopping private state threadMarianne Mailhot-Sarrasin2016-04-191-8/+4
* Miscellaneous fixes for big-endian systemsUlrich Weigand2016-04-141-1/+1
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-071-1/+1
* Fix a bug in linux core file handlingPavel Labath2016-04-051-1/+13
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-32/+40
* Only try to load the OS plug-in after a shared library load if we don't alrea...Greg Clayton2016-03-151-1/+4
OpenPOWER on IntegriCloud