summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna2019-10-141-8/+23
* [lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann2019-10-041-0/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-5/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+134
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere2019-03-081-0/+11
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-380/+10
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-35/+252
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha2018-12-201-31/+15
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+4
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-0/+51
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-2/+1
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-1/+1
* Expose process instance info via SB APIVadim Macagon2017-08-011-0/+10
* Implementation of remote packets for Trace data.Ravitheja Addepally2017-05-261-3/+2
* Rename Error -> Status.Zachary Turner2017-05-121-4/+4
* Be a little more permissive in DynamicLoaderMacOS::CanLoadImageJim Ingham2017-05-061-2/+14
* Initial implementation of SB APIs for Tracing support.Ravitheja Addepally2017-04-261-0/+22
* 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
OpenPOWER on IntegriCloud