summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ProcessTrace.cpp
AgeCommit message (Expand)Author
2025-04-01[lldb] Fix intel trace plugin tests (#133826)David Peixotto
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-02-05Add a new SBProcess:: GetCoreFile() API (#80767)jeffreytan81
2024-01-09[lldb] Fix a warningKazu Hirata
2024-01-09[lldb] Fix Intel PT plugin compile errors (#77252)Nicholas Mosier
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-05-18[lldb] Remove non-address bits from read/write addresses in lldbDavid Spickett
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-01-25[ThreadPlan] fix exec on LinuxWalter Erquinigo
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo
2020-11-05[trace][intel-pt] Implement the basic decoding functionalityWalter Erquinigo
2020-10-19[trace] rename ThreadIntelPT into TraceTraceWalter Erquinigo