summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ProcessInfo.cpp
AgeCommit message (Expand)Author
2024-06-14[lldb] Adds additional fields to ProcessInfo (#91544)Fred Grim
2023-04-25[lldb/Utility] Add opt-in shadow mode to event listenersMed Ismail Bennani
2023-04-25[lldb] Unify default/hijack listener between Process{Attach,Launch}Info (NFC)Med Ismail Bennani
2023-03-06[lldb/Utility] Fix layering violation caused by ScriptedMetadataMed Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-08-22[lldb] Extract reproducer providers & co into their own header.Jonas Devlieghere
2020-05-12[Reproducers] Serialize process arguments in ProcessInfoJonas Devlieghere
2020-03-13[lldb/Reproducers] Intercept the FindProcesses APIJonas Devlieghere
2020-03-12[lldb] Add YAML traits for ArchSpec and ProcessInstanceInfoJonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-06[lldb][NFC] Migrate FileSpec::Dump to raw_ostreamRaphael Isemann
2019-12-04[lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann
2019-10-16[android/process list] support showing process argumentsWalter Erquinigo
2019-10-11ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath
2019-10-08Revert "ProcessInstanceInfoMatch: Don't match processes with no name if a nam...Jonas Devlieghere
2019-10-07ProcessInstanceInfoMatch: Don't match processes with no name if a name match ...Pavel Labath
2019-10-03[process list] make the TRIPLE column widerWalter Erquinigo
2019-08-26ProcessInstanceInfo: Fix dumping of invalid user idsPavel Labath
2019-08-26[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to simplify some codeRaphael Isemann
2019-05-13Fix file names in file headers. NFCFangrui Song
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner