summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBProcess.cpp
AgeCommit message (Expand)Author
2021-07-16[lldb] Add AllocateMemory/DeallocateMemory to the SBProcess APIPeter S. Housel
2021-06-20Add a corefile style option to process save-core; skinny corefilesJason Molenda
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-04-20[lldb/Reproducers] Fix passive replay for (char*, size_t) functions.Jonas Devlieghere
2020-02-24[lldb/Plugins] Move SBTarget::GetExtendedCrashInformation to SBProcessMed Ismail Bennani
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-02-05[lldb/Reproducers] Serialize empty string for char* methods.Jonas Devlieghere
2020-02-05[lldb/Reproducers] Implement custom replayers for (char *, size_t)Jonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-10-14remove FILE* usage from ReportEventState() and HandleProcessEvent()Lawrence D'Anna
2019-10-04[lldb] Get the TargetAPI lock in SBProcess::IsInstrumentationRuntimePresentRaphael Isemann
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-04-03[Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere
2019-03-19[lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny
2019-03-11Add "operator bool" to SB APIsPavel Labath
2019-03-08[Reproducers] Add missing LLDB_RECORD_DUMMY macrosJonas Devlieghere
2019-03-07[SBAPI] Log from record macroJonas Devlieghere
2019-03-06[Reproducers] Add SBReproducer macrosJonas Devlieghere
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-20Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-28Add a way to load an image using a library name and list of paths.Jim Ingham
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2018-01-10Add Utility/Environment class for handling... environmentsPavel Labath
2017-08-01Expose process instance info via SB APIVadim Macagon
2017-05-26Implementation of remote packets for Trace data.Ravitheja Addepally
2017-05-12Rename Error -> Status.Zachary Turner
2017-05-06Be a little more permissive in DynamicLoaderMacOS::CanLoadImageJim Ingham
2017-04-26Initial implementation of SB APIs for Tracing support.Ravitheja Addepally
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-08-19Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"Todd Fiala
2016-08-19Add StructuredData plugin type; showcase with new DarwinLog featureTodd Fiala
2016-06-23Add MemoryRegionInfo to SB APIHoward Hellyer
2016-05-26Make sure to try and take the process stop lock when calling:Greg Clayton
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-01-13Fix -Wformat-pedantic warningHans Wennborg
2016-01-05Add logging to SBProcess::GetRestartedFromEventPavel Labath
2015-12-08Add a new option to Platform::LoadImage to install the imageTamas Berghammer
2015-12-02Fix "process load/unload" on androidTamas Berghammer
2015-11-20Enable saving of mini dumps with lldb process save-core.Adrian McCarthy
2015-11-20Revert "FOO"Adrian McCarthy