Re[2]: Delphi 5 debugger is working!

2005-08-24 Thread Vitaliy Margolen
Wednesday, August 24, 2005, 11:00:06 AM, Marco Pietrobono wrote: > Il giorno mar, 23-08-2005 alle 18:05 -0600, Vitaliy Margolen ha scritto: > [snip] >> Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others >> is not that simple. Basically there are no way to do it from othe

Re: Delphi 5 debugger is working!

2005-08-24 Thread Marco Pietrobono
Il giorno mar, 23-08-2005 alle 18:05 -0600, Vitaliy Margolen ha scritto: [snip] > Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others > is not that simple. Basically there are no way to do it from other processes. > Ok, NtQueryVirtualMemory could be implemented some-what ea

Re: Delphi 5 debugger is working!

2005-08-24 Thread Alexandre Julliard
Kuba Ober <[EMAIL PROTECTED]> writes: > What are the problems with implementing those using SIGSTOP/SIGCONT and > ptrace(2)? The same problems that you'll have with signals, plus a few more -- Alexandre Julliard [EMAIL PROTECTED]

Re[2]: Delphi 5 debugger is working!

2005-08-24 Thread Vitaliy Margolen
Wednesday, August 24, 2005, 6:20:40 AM, Kuba Ober wrote: > On Tuesday 23 August 2005 20:05, Vitaliy Margolen wrote: >> As of todays CVS Delphi 5 debugger is fixed. >> >> Well, ok, there are still some bugs. One is a minor bug (Module view >> reports all modules as a project executable name), but

Re: Delphi 5 debugger is working!

2005-08-24 Thread Boaz Harrosh
Vitaliy Margolen wrote: As of todays CVS Delphi 5 debugger is fixed. Unfortunately fixing NtQueryVirtualMemory, NtProtectVirtualMemory and others is not that simple. Basically there are no way to do it from other processes. Ok, NtQueryVirtualMemory could be implemented some-what easily usi

Re: Delphi 5 debugger is working!

2005-08-24 Thread Kuba Ober
On Tuesday 23 August 2005 20:05, Vitaliy Margolen wrote: > As of todays CVS Delphi 5 debugger is fixed. > > Well, ok, there are still some bugs. One is a minor bug (Module view > reports all modules as a project executable name), but all exports are > there. You can even try to disassemble them. Bu

Delphi 5 debugger is working!

2005-08-23 Thread Vitaliy Margolen
As of todays CVS Delphi 5 debugger is fixed. Well, ok, there are still some bugs. One is a minor bug (Module view reports all modules as a project executable name), but all exports are there. You can even try to disassemble them. But here is where the major problems start. Debugger segfaults on th