aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBProcess.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1467/+1228
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-3/+28
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala1-28/+3
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala1-3/+28
2016-06-23Add MemoryRegionInfo to SB APIHoward Hellyer1-0/+74
2016-05-26Make sure to try and take the process stop lock when calling:Greg Clayton1-6/+11
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-34/+34
2016-01-13Fix -Wformat-pedantic warningHans Wennborg1-1/+2
2016-01-05Add logging to SBProcess::GetRestartedFromEventPavel Labath1-1/+8
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer1-2/+13
2015-12-02Fix "process load/unload" on androidTamas Berghammer1-2/+4
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy1-0/+25
2015-11-20Revert "FOO"Adrian McCarthy1-25/+0
2015-11-20FOOAdrian McCarthy1-0/+25
2015-09-22Fix typos.Bruce Mitchener1-1/+1
2015-07-14Refactor Unix signals.Chaoren Lin1-7/+3
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-5/+5
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-20Fix handling of hijacked events in synchronous modeIlia K1-0/+24
2015-05-15Fix a reason of *stopped notifications due to SIGINT/SIGSTOP signals (MI)Ilia K1-0/+6
2015-04-17Add a "force_kill" arg to Process::Destroy(). This is needed afterJason Molenda1-2/+2
2015-03-21Compare pointers directly instead of ::strcmp in SBXxx::EventIsXxxEvent()Ilia K1-1/+1
2015-02-11Lock mutex in the same order.Hafiz Abid Qadeer1-2/+2
2014-10-21Make the "synchronous" mode actually work without race conditions.Greg Clayton1-12/+4
2014-10-11Add a IsInstrumentationRuntimePresent SB APIKuba Brecka1-0/+15
2014-09-06Implement ASan history threads in SB APIKuba Brecka1-0/+13
2014-06-23Add API control of the signal disposition.Todd Fiala1-0/+14
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-153/+155
2014-03-29lldb arm64 import.Jason Molenda1-0/+26
2014-03-03"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...Greg Clayton1-3/+3
2014-03-03Fix Windows build using portable types for formatting the log outputsDeepak Panickal1-1/+1
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda1-0/+47
2013-11-12Change SBThread::GetExtendedBacktrace toJason Molenda1-1/+1
2013-11-06Rename extended backtrace methods to take out the "ThreadOrigin"Jason Molenda1-5/+5
2013-11-05Add the GetNumThreadOriginExtendedBacktraceTypes andJason Molenda1-0/+35
2013-10-31Fix the format warnings.Sylvestre Ledru1-1/+1
2013-08-28Cleanup/rearrange includes:Virgile Bello1-0/+3
2013-06-29Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...Greg Clayton1-1/+1
2013-05-10<rdar://problem/13854277>Greg Clayton1-2/+2
2013-05-02Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham1-1/+9
2013-05-01Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea1-9/+1
2013-04-30Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham1-1/+9
2013-03-27<rdar://problem/13521159>Greg Clayton1-37/+37
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-0/+12
2013-01-18<rdar://problem/13010007>Greg Clayton1-0/+21
2013-01-16<rdar://problem/13009943>Greg Clayton1-0/+13
2013-01-08Add an SBProcess API to get the current StopID, either considering or ignorin...Jim Ingham1-0/+15
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-14/+14
2012-11-17<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferiorHan Ming Ong1-0/+23