am 748f4b8d: Merge "update mLastSlash for gdbserver"

* commit '748f4b8d42541955850e76972b1ab3d9c98e226d':
  update mLastSlash for gdbserver
This commit is contained in:
Nick Kralevich
2014-06-14 04:25:46 +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;
}