Browse Source

[update] gdb.py

rtthread_coredump
huangyulong 1 year ago
parent
commit
a976e59cfe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      EWARM/stm32_broad_mini/Exe/gdb.py

EWARM/stm32_broad_mini/Exe/gbd.py → EWARM/stm32_broad_mini/Exe/gdb.py View File

7
     out_files = glob.glob('*.out')
7
     out_files = glob.glob('*.out')
8
 
8
 
9
     if not out_files:
9
     if not out_files:
10
-        out_files = glob.glob('*.elf')
10
+        out_files = glob.glob('*.axf')
11
 
11
 
12
     if not out_files:
12
     if not out_files:
13
         print("No .out files found in the current directory.")
13
         print("No .out files found in the current directory.")

Loading…
Cancel
Save