[Lldb-commits] [PATCH] D11052: [lldb-mi] Simplify MICmnMIResultRecord implementation.* Remove extraneous members that were just storing temporary values.* Correct some comments to not say that veType was a reference.* ResultClass_e parameters don't need to be const as...

Bruce Mitchener bruce.mitchener at gmail.com
Thu Jul 9 02:48:43 PDT 2015


brucem created this revision.
brucem added reviewers: abidh, ki.stfu, domipheus.
brucem added a subscriber: lldb-commits.

...they are
  scalars.
* Switch from a map with CMIUtilString values to an indexable
  array of const char*.
* Make BuildRecordResult a static function rather than a private
  member function so that we can construct the result text
  correctly and avoid having extra stuff in the header.

[lldb-mi] Simplify MICmnMIResultRecord implementation.

http://reviews.llvm.org/D11052

Files:
  tools/lldb-mi/MICmnMIResultRecord.cpp
  tools/lldb-mi/MICmnMIResultRecord.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11052.29305.patch
Type: text/x-patch
Size: 6373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150709/efec9b18/attachment.bin>


More information about the lldb-commits mailing list