|
From: | Sebastian |
Subject: | [Simulavr-devel] Connect with gdb to a core of a python simulation |
Date: | Mon, 15 Aug 2011 21:55:14 +0200 |
Hi, is it possible to connect with gdb to a core of a python simulation? Something like device = pysimulavr.AvrFactory.instance().makeDevice(mcu) device.Load(program) device.SetClockFreq(clock_setting) sim.Add(device) device.setPortForGDB(1212) # I'm looking for this function which also works for simulations with multiple devices. Sebastian
[Prev in Thread] | Current Thread | [Next in Thread] |