bulbazord added a comment.

Looks like this actually causes TestDebuggerAPI.py to segfault because 
SBPlatform::SetSDKRoot can take `nullptr` for its argument, and the conversion 
from `nullptr -> std::string` blows up. I'm fixing that in 
https://reviews.llvm.org/D152962.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152331/new/

https://reviews.llvm.org/D152331

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to