audk/ArmPlatformPkg/Scripts/Ds5
Rebecca Cran 5299568ce6 ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py
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>
2022-05-03 09:12:27 +00:00
..
build_report.py ArmPlatformPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00
cmd_load_symbols.py ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py 2022-05-03 09:12:27 +00:00
console_loader.py ArmPlatformPkg/Scripts: Infer dll load address from console output 2021-07-19 07:38:14 +00:00
edk2_debugger.py ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py 2022-05-03 09:12:27 +00:00
firmware_volume.py ArmPlatformPkg/Ds5: Increase path length to 400 2020-02-08 11:51:41 +00:00
profile.py ArmPlatformPkg: convert LFs to CRLF, expand hard TABs 2020-03-04 12:22:07 +00:00
system_table.py ArmPlatformPkg: Replace BSD License with BSD+Patent License 2019-04-09 09:10:21 -07:00