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

Commit a010a27d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "crash_dump: suggest lldbclient.py rather than gdbclient.py."

parents 396b107a 5a4e6251
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ int main(int argc, char** argv) {
        "* Process %d has been suspended while crashing.\n"
        "* To attach the debugger, run this on the host:\n"
        "*\n"
        "*     gdbclient.py -p %d\n"
        "*     lldbclient.py -p %d\n"
        "*\n"
        "***********************************************************",
        target_process, target_process);