Merge "Use input instead of raw_input in gdbclient.py" am: 445a4c4e19 am: c57fa7f8b5
Original change: https://android-review.googlesource.com/c/platform/development/+/1909431 Change-Id: I6abef534eb61a799de6b4b25df537c0908c5b03e
This commit is contained in:
@@ -397,7 +397,7 @@ def do_main():
|
||||
lldb-server connection. Press enter in this terminal once debugging is
|
||||
finished to shut lldb-server down and close all the ports."""))
|
||||
print("")
|
||||
raw_input("Press enter to shut down lldb-server")
|
||||
input("Press enter to shut down lldb-server")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user