summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/CMakeLists.txt
AgeCommit message (Expand)Author
2025-07-29[lldb] Add WebAssembly Process Plugin (#150143)Jonas Devlieghere
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-03-14[lldb][AIX] Added base files for NativeProcess Support for AIX (#118160)Dhruv Srivastava
2024-12-26[lldb] A few more pieces towards OpenBSD support (#121051)Brad Smith
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny
2021-12-14Revert "[lldb] Introduce a FreeBSDKernel plugin for vmcores"Michał Górny
2021-12-14[lldb] Introduce a FreeBSDKernel plugin for vmcoresMichał Górny
2021-07-22[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"Med Ismail Bennani
2021-03-24[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"David Zarzycki
2021-03-23[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-02-15[lldb] Rename FreeBSDRemote to FreeBSD (NFC)Michał Górny
2021-02-15[lldb] Remove the legacy FreeBSD pluginMichał Górny
2020-10-19[trace] rename ThreadIntelPT into TraceTraceWalter Erquinigo
2020-10-12[trace] Scaffold "thread trace dump instructions"Walter Erquinigo
2020-10-08[lldb] Initial version of FreeBSD remote process pluginMichał Górny
2018-05-22Enable ProcessMachCore plugin on non-apple platformsPavel Labath
2017-03-21Add stub for PluginProcessNetBSDKamil Rytarowski
2017-02-08[CMake] Final dependency cleanup patch!Chris Bieneman
2017-01-17[cmake] Make lldb build with the android ndk toolchain filePavel Labath
2016-11-23Refactor LLDB's Windows process plugin (NFC)Adrian McCarthy
2016-11-16Remove Windows-specific minidump pluginAdrian McCarthy
2016-09-01Minidump parsingDimitar Vlahovski
2015-10-28Refactor Windows process plugin to allow code sharing between live and mini d...Adrian McCarthy
2015-10-24Add initial CMake glue for the NetBSD platformBruce Mitchener
2015-08-24Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy
2015-08-04Fix cmake build on non-Windows platforms.Bruce Mitchener
2015-08-03Create a Windows mini-dump target Differential Revision: http://reviews.llv...Adrian McCarthy
2014-09-09Create a HostThread abstraction.Zachary Turner
2014-07-28Teach LLDB about Windows processes.Zachary Turner
2014-03-13Fix cmake build issues on Darwin.Todd Fiala
2014-03-12Moved various RegisterContext files from Process/POSIX to Process/Utility for...Virgile Bello
2013-09-25Convert to UNIX line endings.Joerg Sonnenberger
2013-07-17Re-introduces ELF core file support for Linux x86-64Ashok Thirumurthi
2013-07-12Revert the ELF core file support until a few things can be worked out:Greg Clayton
2013-07-12Introduces core file support for Linux x86-64 using 'lldb a.out -c core'.Ashok Thirumurthi
2013-06-04More minor FreeBSD fixes.Daniel Malea
2013-04-19Split Linux-specific and OS X specific stuff. Add include_directoriesFilipe Cabecinhas
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea