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

This commit is contained in:
Treehugger Robot 2023-03-01 04:00:33 +00:00 committed by Gerrit Code Review
commit a010a27da9

View file

@ -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);