mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 05:23:33 +08:00
436edb2c3f
Implement MiSetControlAreaSymbolsLoaded and MiLoadUserSymbols. These are responsible for marking the control area that we've loaded the symbols and for effectively loading the symbols. These two functions only apply on image section! (ie, ControlArea->u.Flags.Image not null). They are only compatible with ARM3. But, for the moment, old MM is responsible for image section mapping and thus, these two functions cannot be used. Once this responsibility is transfered to ARM3, first call MiCacheImageSymbols, if successful, then call MiSetControlAreaSymbolsLoaded and MiLoadUserSymbols. After checking image was at base and GlobalMemory was not set. Once this is finally linked, this *should* fix PSAPI apitests. svn path=/trunk/; revision=60802 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |