Skip to content

Commit 07a3244

Browse files
author
dmi3
committed
Files 'openocd_gdb_launch.sh' and 'riscpoa.cfg' moved from /gdb-py/ to /launch-sh/
Relevant changes in 'paths'.
1 parent e2a6740 commit 07a3244

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

gdb-py/openocd_gdb_launch.sh renamed to launch-sh/openocd_gdb_launch.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/bin/bash
21

32
source ../paths
43

File renamed without changes.

paths

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ GDB="/home/user/eclipse_4.4.1/TOOLS/gdb_overlay/riscv64-unknown-elf-gdb-10.1.0-2
1313
# "/gdb.py" => Launch execution
1414
# "/gdb_ovmgr_replace.py" => Launch unit tests
1515

16-
GDB_SCRIPT="./gdb_launch.py"
17-
#GDB_SCRIPT="./gdb_unit_tests.py"
16+
GDB_SCRIPT="../gdb-py/gdb_launch.py"
17+
#GDB_SCRIPT="../gdb-py/gdb_unit_tests.py"
1818

1919
#--------------------------------
2020
#For build:

0 commit comments

Comments
 (0)