search for: ed9a401a

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

2011 Jul 15
0
[LLVMdev] debug metadata incomplete for array arguments to functions?
...o use array type in subprogram declaration and use int * in subprogram definition and teach debugger to understand what you are trying to say. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110715/ed9a401a/attachment.html>
2011 Jul 15
6
[LLVMdev] debug metadata incomplete for array arguments to functions?
> > This reflects the compiler's view of things correctly, but is problematic > for a debugger. The debugger should know that arg_arr refers to a 42-element > array and isn't just a pointer into a buffer of unspecified length. This is > something the user would expect. > > On the other hand, the debugger should also get the information that > arg_arr is actually a