André Hentschel a écrit :
Eric Pouech schrieb:
André Hentschel a écrit :
Hi,
I made a patch to merge code from ntdll/signal_x86_64.c to
dbghelp/dwarf.c
The operator DW_OP_deref_size needs to read different sizes of
variables from memory into a fixed size variable.
Now i am not sure if m
Eric Pouech schrieb:
> André Hentschel a écrit :
>> Hi,
>> I made a patch to merge code from ntdll/signal_x86_64.c to
>> dbghelp/dwarf.c
>> The operator DW_OP_deref_size needs to read different sizes of
>> variables from memory into a fixed size variable.
>> Now i am not sure if my solution is the
André Hentschel a écrit :
Hi,
I made a patch to merge code from ntdll/signal_x86_64.c to dbghelp/dwarf.c
The operator DW_OP_deref_size needs to read different sizes of variables from
memory into a fixed size variable.
Now i am not sure if my solution is the smallest and easiest one, so i would b
Hi,
I made a patch to merge code from ntdll/signal_x86_64.c to dbghelp/dwarf.c
The operator DW_OP_deref_size needs to read different sizes of variables from
memory into a fixed size variable.
Now i am not sure if my solution is the smallest and easiest one, so i would be
happy for every comment o