<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Command-line GDB startup .gdbinit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1448/command-line-gdb-startup-gdbinit</link><description>Ole Morten has suggested using command-line GDB in a number of postings on this forum. Accordingly, I&amp;#39;ve tried to do that but always getting the following error (&amp;quot;Cannot find bounds of current function&amp;quot;) on startup. 
 $ arm-none-eabi-gdb.exe tmp_gcc_s110_xxaa</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jan 2014 09:43:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1448/command-line-gdb-startup-gdbinit" /><item><title>RE: Command-line GDB startup .gdbinit</title><link>https://devzone.nordicsemi.com/thread/6473?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2014 09:43:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:561854b2-ce6c-4612-8196-502a51fbca52</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;You can actually just remove everything from your.gdbinit except for target remote localhost:2331, as long as you make sure to configure the GDB server correctly when starting it (i.e. choose device, interface, speed).&lt;/p&gt;
&lt;p&gt;As for your exact problem, could it be that the chip is running the wrong code? Have you tried doing a load and a mon reset, and then continue? Also, are you sure you have the softdevice on the chip?&lt;/p&gt;
&lt;p&gt;Even though you&amp;#39;re apparently on Windows, you may have use in taking a look at my &lt;a href="https://github.com/hlnd/nrf51-pure-gcc-setup/"&gt;private GitHub repository here&lt;/a&gt;, which I&amp;#39;m using on Linux for personal development. This includes a target to start gdb, which as far as I&amp;#39;ve seen works nicely, and in principle the same should be doable on Windows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>