This revision was automatically updated to reflect the committed changes.
Closed by commit rL245608: Fix some format strings in ProcessGDBRemote.cpp.
(authored by sas).
Changed prior to commit:
http://reviews.llvm.org/D12203?vs=32719&id=32737#toc
Repository:
rL LLVM
http://reviews.llvm.org/
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good.
http://reviews.llvm.org/D12203
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
sas created this revision.
sas added reviewers: clayborg, ADodds.
sas added a subscriber: lldb-commits.
Size specifier should come after `%` not before.
http://reviews.llvm.org/D12203
Files:
source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
Index: source/Plugins/Process/gdb-remote/Proces