Re: [PATCH v2 2/8] Windows gdb: Use allocated buffer for CONTEXT
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Hannes> Back when I originally implemented this 2 years ago, Hannes> windows_thread_info didn't have the windows_process_info member Hannes> yet. But now that it's there, your suggestion should be doable, Hannes> so I'll try it and report back. Ok. It's also fine IMO to pass a new argument to the constructor, and that would be better than two-stage initialization. Tom