forked from platformio/platformio-core
Use generic GDB_MSPDEBUG_INIT_CONFIG
This commit is contained in:
@ -111,7 +111,7 @@ class GDBClient(BaseProcess): # pylint: disable=too-many-instance-attributes
|
|||||||
elif "st-util" in server_exe:
|
elif "st-util" in server_exe:
|
||||||
cfg = initcfgs.GDB_STUTIL_INIT_CONFIG
|
cfg = initcfgs.GDB_STUTIL_INIT_CONFIG
|
||||||
elif "mspdebug" in server_exe:
|
elif "mspdebug" in server_exe:
|
||||||
cfg = initcfgs.MSPDEBUG_INIT_CONFIG
|
cfg = initcfgs.GDB_MSPDEBUG_INIT_CONFIG
|
||||||
elif self.debug_options['require_debug_port']:
|
elif self.debug_options['require_debug_port']:
|
||||||
cfg = initcfgs.GDB_BLACKMAGIC_INIT_CONFIG
|
cfg = initcfgs.GDB_BLACKMAGIC_INIT_CONFIG
|
||||||
else:
|
else:
|
||||||
|
@ -94,7 +94,7 @@ end
|
|||||||
set language auto
|
set language auto
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MSPDEBUG_INIT_CONFIG = """
|
GDB_MSPDEBUG_INIT_CONFIG = """
|
||||||
define pio_reset_halt_target
|
define pio_reset_halt_target
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user