Merge "crash_dump: suggest lldbclient.py rather than gdbclient.py."
This commit is contained in:
commit
a010a27da9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue