On Tue, Apr 1, 2014 at 1:47 PM, Martin Frb wrote:
>
> Anyway, If it exists for 64 bits, should/can it be added to
> rtl\win\wininc\defines.inc same as it is for 32 bit?
>
> Imho, no. At least not in "rtl" defines.
1) it's not part of originating Windows headers (if these are used as part
of RTL
On 01/04/2014 18:44, Dmitry Boyarintsev wrote:
To add to that.
*nixes are using ptrace() function and PTRACE_SINGLESTEP request.
I do believe that setting EFlag (FLAG_TRACE_BIT for x86 machines)
would work for *nix systems (didn't try myself), but respecting
defined API is always a better appr
To add to that.
*nixes are using ptrace() function and PTRACE_SINGLESTEP request.
I do believe that setting EFlag (FLAG_TRACE_BIT for x86 machines) would
work for *nix systems (didn't try myself), but respecting defined API is
always a better approach.
thanks,
Dmitry
On Mon, Mar 31, 2014 at 9:5