Re: [lldb-dev] Debugging Python scripts (backtraces, variables) with LLDB

2018-11-26 Thread Jim Ingham via lldb-dev
lldb does have an affordance for synthetic threads, but at present, those have to be memory threads, and once you have the 0th frame, they are backtraced just like ordinary threads. So they are a start but don't provide a way to make up synthetic frames within a thread. So I don't think that t

[lldb-dev] [Bug 39796] New: ExpressionParser: Couldn't materialize: size of variable l_32 (2628) is larger than the ValueObject's size (144)

2018-11-26 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39796 Bug ID: 39796 Summary: ExpressionParser: Couldn't materialize: size of variable l_32 (2628) is larger than the ValueObject's size (144) Product: lldb Version: 7.0

[lldb-dev] [Bug 39797] New: ExpressionParser: Couldn't apply expression side effects : couldn't write the new contents of l_17 back into the variable

2018-11-26 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39797 Bug ID: 39797 Summary: ExpressionParser: Couldn't apply expression side effects : couldn't write the new contents of l_17 back into the variable Product: lldb Version: 7

[lldb-dev] [Bug 39798] New: Expression parser: Couldn't materialize: couldn't get the value of variable g_88: DW_OP_piece for offset 4 but top of stack is of size 108

2018-11-26 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=39798 Bug ID: 39798 Summary: Expression parser: Couldn't materialize: couldn't get the value of variable g_88: DW_OP_piece for offset 4 but top of stack is of size 108 Product: lldb

[lldb-dev] 7.0.1 Release Schedule Update: Merge Request Deadline Nov 30

2018-11-26 Thread Tom Stellard via lldb-dev
Hi, The merge request deadline was supposed to be last Wednesday, but there are still a few outstanding issue, so I'm going to push the deadline back to this Friday, Nov 30. If you have any fixes you want to get in, please file bugs and mark them as blockers for the release-7.0.1 metabug. Thanks