[lldb-dev] Missing Value Formats for wchar_t* and char16_t*

2018-07-27 Thread Ben Ruthig via lldb-dev
Hi, The list of Var Formats supported by LLDB appears to be missing ones for wchar_t* and char16_t data types. I am aware that LLDB includes built in summary providers for said types, however the application in question uses some magic with a custom Data* t

Re: [lldb-dev] Missing Value Formats for wchar_t* and char16_t*

2018-08-10 Thread Ben Ruthig via lldb-dev
Friendly ping on this? On Fri, Jul 27, 2018 at 11:49 AM Ben Ruthig wrote: > Hi, > > The list of Var Formats supported by > LLDB appears to be missing ones for wchar_t* and char16_t data types. I am > aware that LLDB includes built in summary providers for

[lldb-dev] Stackoverflow crash when evaluating an invalid expression

2019-02-28 Thread Ben Ruthig via lldb-dev
Hello all, I am currently investigating an issue where LLDB is crashing due to a stack overflow when attempting to evaluate an expression. I have seen the same issue in 6.0.1 and have reproduced it in 7.0.1. Any help to diagnose and fix would be greatly appreciated as I am trying to meet a relea

Re: [lldb-dev] Stackoverflow crash when evaluating an invalid expression

2019-03-07 Thread Ben Ruthig via lldb-dev
as I described in my > mail. > > Cheers, > - Raphael > > Am Do., 7. März 2019 um 18:13 Uhr schrieb Ben Ruthig via lldb-dev > : > > > > Hello all, > > > > I am currently investigating an issue where LLDB is crashing due to a > stack overflow whe

Re: [lldb-dev] Stackoverflow crash when evaluating an invalid expression

2019-03-07 Thread Ben Ruthig via lldb-dev
think I already answered this last week: >> http://lists.llvm.org/pipermail/lldb-dev/2019-February/014789.html >> >> I don't think you'll get an answer here without posting the >> problematic source or giving any more information as I described in my >>