Displaying 2 results from an estimated 2 matches for "_gk_".
Did you mean:
_gk
2018 Jan 04
0
LLVM IR Debugger
On 4 January 2018 at 07:11, Brenda So via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> interesting ... just curious, why did they delete "-debug-ir" to begin with ?
The metadata describing the information debuggers need (line numbers,
variable locations and so on) was evolving rapidly at the time I
think. The -debug-ir pass was lagging behind I think, and rarely used
as far
2018 Jan 04
2
LLVM IR Debugger
interesting ... just curious, why did they delete "-debug-ir" to begin with
?
Also, it's extremely interesting that gdb and lldb can be used to debug
LLVM IR. How does your code work (on a high level)? A high level
explanation will help me understand what you've done better.
>From first glance, my idea is slight different because your code interfaces
with gdb and lldb while