Skip to content

Commit c5c714e

Browse files
authored
fix: fixing debuggerPartterns to get correct executable (#874)
1 parent 712d7a7 commit c5c714e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bundles/com.espressif.idf.core/plugin.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,55 +247,55 @@ config-only component and an interface library is created instead."
247247
<ToolChain
248248
arch="xtensa"
249249
compilerPattern="xtensa-esp32-elf[\\/]+bin[\\/]+xtensa-esp32-elf-gcc(?:\.exe)?$"
250-
debuggerPattern="xtensa-esp32-elf-gdb(\.exe)?"
250+
debuggerPattern="xtensa-esp32-elf-gdb(\.exe)?$"
251251
fileName="toolchain-esp32.cmake"
252252
id="xtensa-esp32-elf"
253253
name="esp32">
254254
</ToolChain>
255255
<ToolChain
256256
arch="xtensa"
257257
compilerPattern="xtensa-esp32s2-elf[\\/]+bin[\\/]+xtensa-esp32s2-elf-gcc(?:\.exe)?$"
258-
debuggerPattern="xtensa-esp32s2-elf-gdb(\.exe)?"
258+
debuggerPattern="xtensa-esp32s2-elf-gdb(\.exe)?$"
259259
fileName="toolchain-esp32s2.cmake"
260260
id="xtensa-esp32s2-elf"
261261
name="esp32s2">
262262
</ToolChain>
263263
<ToolChain
264264
arch="xtensa"
265265
compilerPattern="xtensa-esp32s3-elf[\\/]+bin[\\/]+xtensa-esp32s3-elf-gcc(?:\.exe)?$"
266-
debuggerPattern="xtensa-esp32s3-elf-gdb(\.exe)?"
266+
debuggerPattern="xtensa-esp32s3-elf-gdb(\.exe)?$"
267267
fileName="toolchain-esp32s3.cmake"
268268
id="xtensa-esp32s3-elf"
269269
name="esp32s3">
270270
</ToolChain>
271271
<ToolChain
272272
arch="riscv32"
273273
compilerPattern="riscv32-esp-elf[\\/]+bin[\\/]+riscv32-esp-elf-gcc(?:\.exe)?$"
274-
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?"
274+
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?$"
275275
fileName="toolchain-esp32c2.cmake"
276276
id="riscv32-esp-elf"
277277
name="esp32c2">
278278
</ToolChain>
279279
<ToolChain
280280
arch="riscv32"
281281
compilerPattern="riscv32-esp-elf[\\/]+bin[\\/]+riscv32-esp-elf-gcc(?:\.exe)?$"
282-
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?"
282+
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?$"
283283
fileName="toolchain-esp32c3.cmake"
284284
id="riscv32-esp-elf"
285285
name="esp32c3">
286286
</ToolChain>
287287
<ToolChain
288288
arch="riscv32"
289289
compilerPattern="riscv32-esp-elf[\\/]+bin[\\/]+riscv32-esp-elf-gcc(?:\.exe)?$"
290-
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?"
290+
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?$"
291291
fileName="toolchain-esp32c6.cmake"
292292
id="riscv32-esp-elf"
293293
name="esp32c6">
294294
</ToolChain>
295295
<ToolChain
296296
arch="riscv32"
297297
compilerPattern="riscv32-esp-elf[\\/]+bin[\\/]+riscv32-esp-elf-gcc(?:\.exe)?$"
298-
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?"
298+
debuggerPattern="riscv32-esp-elf-gdb(\.exe)?$"
299299
fileName="toolchain-esp32h2.cmake"
300300
id="riscv32-esp-elf"
301301
name="esp32h2">

0 commit comments

Comments
 (0)