mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Debug: Fix warning for 64-bit efidebug
This commit is contained in:
parent
8b452306e5
commit
c177f4ea90
@ -135,12 +135,7 @@ choose_debugger() {
|
||||
choose_debugger
|
||||
|
||||
if [ "${EFI_DEBUGGER}" = "GDB" ] || [ "${EFI_DEBUGGER}" = "gdb" ]; then
|
||||
if [ "${EFI_ARCH}" = "Ia32" ]; then
|
||||
arch=i386:x86-64:intel
|
||||
else
|
||||
arch=x86-64:intel
|
||||
fi
|
||||
"${GDB}" -ex "set arch ${arch}" \
|
||||
"${GDB}" -ex "set arch i386:x86-64:intel" \
|
||||
-ex "target remote ${EFI_HOST}:${EFI_PORT}" \
|
||||
-ex "source Scripts/gdb_uefi.py" \
|
||||
-ex "set pagination off" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user