[Lldb-commits] [PATCH] D21649: Don't create unnecessary remote platforms

Ted Woodward via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 23 15:40:14 PDT 2016


ted added a subscriber: ted.
ted added a comment.

The Hexagon platform (currently in-house only) acts like the ios simulator platform, in that it doesn't connect - it fixes up the command line, then launches the Hexagon simulator (based on the debugserver launch code in the gdb-remote process plugin).


http://reviews.llvm.org/D21649





More information about the lldb-commits mailing list