On 14 December 2015 at 13:07, Christopher Friedt <chrisfri...@gmail.com> wrote: > On Mon, Dec 14, 2015 at 3:31 AM, Peter Maydell <peter.mayd...@linaro.org> > wrote: >> This patch seems to be creating a completely new method of >> constructing the XML to send to gdb. Is it really not possible >> to do this using the existing mechanisms we have for selecting >> XML to send to gdb and handling the registers it implies? > > Hehehe... I only just saw the gdb-xml/ directory. I'll create a > gdb-xml/arm-cortex-m-core.xml then, and refactor some of the remaining > lines of code.
Note that our XML files are from gdb itself, so you should start by checking whether gdb has a suitable Cortex-M xml file. thanks -- PMM