Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 748f4b8d authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "update mLastSlash for gdbserver"

parents 77d28ca2 195b23ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -327,6 +327,7 @@ public:


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