search for: bfa40bff

Displaying 2 results from an estimated 2 matches for "bfa40bff".

2018 Feb 22
0
Dynamic array debugging
With a struct that is {T* ptr; size_t length} e.g. https://github.com/ldc-developers/ldc/blob/master/gen/dibuilder.cpp#L531 (only difference is that our dynamic arrays are length then pointer) On 22 Feb 2018, at 12:46 pm, Peter McKinna via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi, Does anyone have any hints as to how one might generate
2018 Feb 22
2
Dynamic array debugging
Hi, Does anyone have any hints as to how one might generate debug info for dynamic arrays using the DIBuilder class? In this particular case, the length of the array is in the second word of the variable. Just taking the one dimensional case first and see if I can get that working before moving to higher dimensions. Thanks -------------- next part -------------- An HTML attachment was