Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-07 | [lldb] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -2/+2 |
2023-01-07 | [lldb] Add #include <optional> (NFC) | Kazu Hirata | 1 | -0/+1 |
2022-11-18 | [lldb/Plugins] Improve error reporting with reading memory in Scripted Process | Med Ismail Bennani | 1 | -2/+2 |
2022-02-16 | [lldb/Plugin] Add artificial stackframe loading in ScriptedThread | Med Ismail Bennani | 1 | -0/+8 |
2022-02-03 | [lldb] Rename Logging.h to LLDBLog.h and clean up includes | Pavel Labath | 1 | -1/+0 |
2021-10-08 | [lldb/Plugins] Add memory region support in ScriptedProcess | Med Ismail Bennani | 1 | -1/+20 |
2021-10-08 | [lldb/Plugins] Add support for ScriptedThread in ScriptedProcess | Med Ismail Bennani | 1 | -0/+8 |
2021-09-03 | [lldb/Plugins] Move member template specialization out of class | Med Ismail Bennani | 1 | -0/+27 |
2021-09-03 | [lldb/Plugins] Introduce Scripted Interface Factory | Med Ismail Bennani | 1 | -0/+38 |