Merge "update mLastSlash for gdbserver"

This commit is contained in:
Nick Kralevich
2014-06-14 04:21:13 +00:00
committed by Gerrit Code Review

View File

@@ -327,6 +327,7 @@ public:
// Exception: If we find the gdbserver binary, return it.
if (!strncmp(lastSlash + 1, GDBSERVER, GDBSERVER_LEN)) {
mLastSlash = lastSlash;
break;
}