Displaying 2 results from an estimated 2 matches for "mycallingfunction".
2020 Feb 29
4
[MCJIT] messy call stack debug on x64 code in VisualStudio
...unction, I loose information about calling function inside the visual
studio callstack view or I have a bunch of pure addresses in the callstack
in between the current function and the calling function, for example :
MyJit.dll!MyCurrentFunction()
[0x1234567887654321]
[0x8765432112345678]
MyJit.dll!MyCallingFunction()
...
It looks like visual studio get lost while walking up stack.
Does anyone know where it could come from ?
I have disabled all optimisations (among them is the omit-frame-pointer).
I have seen this bug here : https://bugs.llvm.org/show_bug.cgi?id=24233 which
is quite similar but it is quite...
2020 Mar 01
2
[MCJIT] messy call stack debug on x64 code in VisualStudio
...visual studio callstack view or I have a bunch of pure addresses in the
>> callstack in between the current function and the calling function, for
>> example :
>>
>> MyJit.dll!MyCurrentFunction()
>> [0x1234567887654321]
>> [0x8765432112345678]
>> MyJit.dll!MyCallingFunction()
>> ...
>>
>> It looks like visual studio get lost while walking up stack.
>> Does anyone know where it could come from ?
>>
>> I have disabled all optimisations (among them is the omit-frame-pointer).
>>
>> I have seen this bug here : https://bugs.l...