[lldb-dev] Debugging std::string is weird...?

2018-01-13 Thread Gabriel Nützi via lldb-dev
Dear Dev-Team Ok this question is not a really dev-question, but I more seeking for some hints: I have some troubles getting lldb to show me a correct string output in a CefSchemeHandlerFactory https://github.com/gabyx/ExecutionGraph/blob/a24f4c1b538edd6b138503fb96db6fbd71c3b1c5/gui/executionG

Re: [lldb-dev] Debugging std::string is weird...?

2018-01-15 Thread Gabriel Nützi via lldb-dev
&temp > (lldb) p sizeof(temp) > > Then see if the "const char *" value from "p temp.c_str()" falls between the > "&temp" and "&temp + sizeof(temp)". > > Let me know what you find. My guess is we might not be handling special c