summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1467/+1228
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+28
* Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala2016-08-191-28/+3
* Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala2016-08-191-3/+28
* Add MemoryRegionInfo to SB APIHoward Hellyer2016-06-231-0/+74
* Make sure to try and take the process stop lock when calling:Greg Clayton2016-05-261-6/+11
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-34/+34
* Fix -Wformat-pedantic warningHans Wennborg2016-01-131-1/+2
* Add logging to SBProcess::GetRestartedFromEventPavel Labath2016-01-051-1/+8
* Add a new option to Platform::LoadImage to install the imageTamas Berghammer2015-12-081-2/+13
* Fix "process load/unload" on androidTamas Berghammer2015-12-021-2/+4
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-201-0/+25
* Revert "FOO"Adrian McCarthy2015-11-201-25/+0
* FOOAdrian McCarthy2015-11-201-0/+25
* Fix typos.Bruce Mitchener2015-09-221-1/+1
* Refactor Unix signals.Chaoren Lin2015-07-141-7/+3
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-5/+5
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix handling of hijacked events in synchronous modeIlia K2015-05-201-0/+24
* Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K2015-05-151-0/+6
* Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda2015-04-171-2/+2
* Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()Ilia K2015-03-211-1/+1
* Lock mutex in the same order.Hafiz Abid Qadeer2015-02-111-2/+2
* Make the "synchronous" mode actually work without race conditions.Greg Clayton2014-10-211-12/+4
* Add a IsInstrumentationRuntimePresent SB APIKuba Brecka2014-10-111-0/+15
* Implement ASan history threads in SB APIKuba Brecka2014-09-061-0/+13
* Add API control of the signal disposition.Todd Fiala2014-06-231-0/+14
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-153/+155
* lldb arm64 import.Jason Molenda2014-03-291-0/+26
* "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton2014-03-031-3/+3
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-1/+1
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+47
* Change SBThread::GetExtendedBacktrace toJason Molenda2013-11-121-1/+1
* Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda2013-11-061-5/+5
* Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda2013-11-051-0/+35
* Fix the format warnings.Sylvestre Ledru2013-10-311-1/+1
* Cleanup/rearrange includes:Virgile Bello2013-08-281-0/+3
* Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...Greg Clayton2013-06-291-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-2/+2
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+9
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-9/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+9
* <rdar://problem/13521159>Greg Clayton2013-03-271-37/+37
* Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham2013-02-091-0/+12
* <rdar://problem/13010007>Greg Clayton2013-01-181-0/+21
* <rdar://problem/13009943>Greg Clayton2013-01-161-0/+13
* Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham2013-01-081-0/+15
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
OpenPOWER on IntegriCloud