-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Emanuele Aliberti Sent: 3. september 2005 17:46 To: ReactOS Development List Subject: Re: [ros-dev] SMSS & LSASS: Service Status
- peer revieweing the client management code and the SM API in general
(Suggestions, hints, proposals, questions, code welcome! This is a really broad subject, because of the key rĂ´le the SM has in managing multiple personalities; the SM interacts with NTOSKRNL, the user mode loader in NTDLL, per personality debuggers; per personality subsystem servers).
Speaking of debuggers, I would welcome an implementation of some debugger APIs. I really have no idea of which APIs or how to use them. All I know is that I need to be able to have reporterror.exe run and attach itself to a process when the process experience an unhandled exception. Reporterror.exe can then grab the register information and resolve the stack trace using rsym symbol information and publish it to the ros-errors mailing list.
Casper