You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UEFI relocates the application at load time.
Therefore, when we launch the debugger, it is necessary to relocate the debugging symbols.
Otherwise, setting break and watchpoints on symbols will set them on the wrong address.
UEFI provides a way to discover the application load address at runtime.
That requires breaking test execution at an appropriate point and then searching physical memory for a well known memory object, from which one can navigate pointers towards a certain object which describes the application load information.
The test driver must driver the emulator and/or the debugger to automate the discovery of this information.
This driver will be very different from the Multiboot2 driver, requiring the test architecture to acommodate two drivers.
Integrate UEFI targets with Psys test driver.
The text was updated successfully, but these errors were encountered: