[Lldb-commits] [PATCH] D13799: [lldb-mi] display summary for simple types + refactor (use lldb formatting for all cases)
Eugene Leviant via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 19 04:08:26 PDT 2015
evgeny777 updated this revision to Diff 37733.
evgeny777 added a comment.
Review updated to reflect Enrico comments regarding signed/unsigned char.
Now all character types are evaluated as ASCII code (signed or unsigned) + value.
Additional method introduced to SBValue to check if type is signed or unsigned integer
http://reviews.llvm.org/D13799
Files:
include/lldb/API/SBValue.h
source/API/SBValue.cpp
test/tools/lldb-mi/data/TestMiData.py
test/tools/lldb-mi/symbol/TestMiSymbol.py
tools/lldb-mi/MICmnLLDBDebugger.cpp
tools/lldb-mi/MICmnLLDBDebugger.h
tools/lldb-mi/MICmnLLDBUtilSBValue.cpp
tools/lldb-mi/MICmnLLDBUtilSBValue.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13799.37733.patch
Type: text/x-patch
Size: 18128 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151019/45a30440/attachment-0001.bin>
More information about the lldb-commits
mailing list