[lldb-dev] [Bug 16610] LLDB Linux CMake build requires Python >= 2.7

2016-04-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=16610 Vince Harron changed: What|Removed |Added Status|NEW |RESOLVED CC|

[lldb-dev] [Bug 27441] New: Bot failure: lldb-python-test-suite fails to run (LLDB, using Stage 1 RA)

2016-04-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27441 Bug ID: 27441 Summary: Bot failure: lldb-python-test-suite fails to run (LLDB, using Stage 1 RA) Product: lldb Version: unspecified Hardware: PC OS: MacOS X

[lldb-dev] [Bug 27441] Bot failure: lldb-python-test-suite fails to run (LLDB, using Stage 1 RA)

2016-04-20 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27441 Vedant Kumar changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |todd.fi...@gmail.com -- You are receiving this

Re: [lldb-dev] UnicodeDecodeError for serialize SBValue description

2016-04-20 Thread Jeffrey Tan via lldb-dev
Hi Enrico, Instead of trying function-evaluation c_str(), I decided to decode the information from fbstring_core fields. I got it working but have two questions for it. type summary add -F data_formatter.folly_string_formatter -x "std::fbstring_core" Here is the output: fr v -T small (std::stri

Re: [lldb-dev] UnicodeDecodeError for serialize SBValue description

2016-04-20 Thread Enrico Granata via lldb-dev
> On Apr 20, 2016, at 3:08 PM, Jeffrey Tan wrote: > > Hi Enrico, > > Instead of trying function-evaluation c_str(), I decided to decode the > information from fbstring_core fields. I got it working but have two > questions for it. > > type summary add -F data_formatter.folly_string_formatter

Re: [lldb-dev] UnicodeDecodeError for serialize SBValue description

2016-04-20 Thread Jeffrey Tan via lldb-dev
After removing the "-x" and apply the formatter to "std::string" instead of fbstring_core, it works fine now. Thanks! On Wed, Apr 20, 2016 at 3:24 PM, Enrico Granata wrote: > > On Apr 20, 2016, at 3:08 PM, Jeffrey Tan wrote: > > Hi Enrico, > > Instead of trying function-evaluation c_str(), I de