abidh marked 2 inline comments as done.
abidh added inline comments.
================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:4006-4007
+ if (log)
+ log->Warning("Packet size is too small."
+ "LLDB may face problems while writing memory");
+ }
----------------
clayborg wrote:
> Missing space between "small." and "LLDB". We should also warn once, not
> every time.
This function has a check at the top so the packet size is checked only once.
https://reviews.llvm.org/D28808
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits