Jonas Devlieghere 6fea3da404
[lldb] Simplify handling of empty strings for MCP (NFC) (#148317)
Instead of storing a `std::optional<std::string>`, directly use a
`std::string` and treat a missing value the same was as an empty string.
2025-07-11 17:22:22 -07:00
..