File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
IFS=" " read -r ARCH ACK TRUSTY TRUSTY_TARGET < $GDB_FILE
22
22
23
+ TRUSTY_OUT=$OUT_DIR /trusty/build-$TRUSTY_TARGET
24
+
23
25
if [[ " $ACK " -eq 1 ]]; then
24
26
LINUX_OUT=$OUT_DIR /ack/common/$ARCH
27
+ elif [[ " $TRUSTY " -eq 1 ]] then
28
+ LINUX_OUT=$TRUSTY_OUT /linux-build
25
29
else
26
30
LINUX_OUT=$OUT_DIR /linux/$ARCH
27
31
fi
28
32
29
- TRUSTY_OUT=$OUT_DIR /trusty/build-$TRUSTY_TARGET
30
-
31
33
OUTPUT=$( mktemp)
32
34
cp " $GDBINIT " " $OUTPUT "
33
35
echo " Using gdbscript in $OUTPUT "
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ if ##TRUSTY## == 1
10
10
add-symbol-file ##TRUSTY_OUT##/atf/qemu/debug/bl2/bl2.elf 0x0
11
11
add-symbol-file ##TRUSTY_OUT##/atf/qemu/debug/bl31/bl31.elf 0xe0a0000
12
12
add-symbol-file ##TRUSTY_OUT##/lk.elf 0xe200000
13
- endif
13
+ end
You can’t perform that action at this time.
0 commit comments