https://llvm.org/bugs/show_bug.cgi?id=16610
Vince Harron changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
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
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
> 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
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