am 23315095: am 748f4b8d: Merge "update mLastSlash for gdbserver"

* commit '23315095f1d1f647311ad0fcf05ddb152ad9452d':
  update mLastSlash for gdbserver
This commit is contained in:
Nick Kralevich
2014-06-14 09:05:57 +00:00
committed by Android Git Automerger

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;
}