Displaying 1 result from an estimated 1 matches for "arg_string".
Did you mean:
alg_string
2014 Oct 01
2
[LLVMdev] Issue with incomplete type debug info in recent release_35
...ed. /disclaimer
I've been experiencing issues with incomplete type info when debugging code
generated by clang 3.5.0 from the recent release_35 branch.
Generally, the problem manifests itself as the inability to examine any
std::string parameter to a function, in either gdb or lldb:
(lldb) p arg_string
(std::string) $4 = error: summary string parsing error
(gdb) p arg_string
$2 = (const std::string &) @0x7fffffffd948: <incomplete type>
This is observed on two separate amd64 machines under Ubuntu 12.04, with
both the nightly build packages from the llvm-toolchain-precise-3.5 repo (
htt...