mirror of https://github.com/acidanthera/audk.git
5299568ce6
The debugger in Arm Development Studio 2021.2 doesn't work with "ec = debugger.getExecutionContext(0)" because it's subsequently unable to access memory. Fix it by switching to "ec = debugger.getCurrentExecutionContext()". The documentation for waitForStop() says: "It is not needed after a call to stop() because stop() is blocking." So, remove the call to waitForStop. Signed-off-by: Rebecca Cran <rebecca@bsdio.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> |
||
---|---|---|
.. | ||
build_report.py | ||
cmd_load_symbols.py | ||
console_loader.py | ||
edk2_debugger.py | ||
firmware_volume.py | ||
profile.py | ||
system_table.py |