clayborg added a comment.
Is there any way to test this?
================
Comment at:
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp:95-97
+ if (gdbstub_port) {
+ local_port = std::stoi(gdbstub_port);
+ }
----------------
remove {} for single line if statements per LLVM coding guidelines
================
Comment at:
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp:137-139
+ if (platform_local_port) {
+ local_port = std::stoi(platform_local_port);
+ }
----------------
remove {} for single line if statements per LLVM coding guidelines
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136465/new/
https://reviews.llvm.org/D136465
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits