Med Ismail Bennani
Med Ismail Bennani
@Maximus- In #9, it seems that you made the keyboard work on 2015 12" MacBook, but now you say it won't work. Also on Archlinux, I couldn't find the LPSS...
I'm not a big fan of using the StringList as the return type since it's make `ReadCStrings` a lossy API. Having such critical API be lossy seems wrong to me....
> > I think it would be better to change `Process::ReadMemoryRanges` to return `llvm::SmallVector` and then we could change `lldb_private::StringList` to hold a `std::vector`, add a `HasError` method to check...