[Lldb-commits] [PATCH] D20722: Implement ProcessInfo::Dump(), log gdb-remote stub launch
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Tue May 31 11:30:13 PDT 2016
tfiala updated this revision to Diff 59105.
tfiala added a comment.
Updates per Greg.
- Args::Dump(stream, label) now takes a default label.
- Dropped the Args::Dump(stream) call.
- Converted the Args stream parameter to a ref. It is not valid to call this without a stream.
- Updated in-source docs to reflect changes.
http://reviews.llvm.org/D20722
Files:
include/lldb/Interpreter/Args.h
source/Interpreter/Args.cpp
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
source/Target/ProcessInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20722.59105.patch
Type: text/x-patch
Size: 4080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160531/fb399ca9/attachment.bin>
More information about the lldb-commits
mailing list