<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/dedeckeh/scripts/remote-gdb, branch master</title>
<subtitle>Staging tree of dedeckeh</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/'/>
<updated>2019-09-01T16:38:05Z</updated>
<entry>
<title>Fix handling of BUILD_SUFFIX in remote-gdb script</title>
<updated>2019-09-01T16:38:05Z</updated>
<author>
<name>Thomas Langer</name>
</author>
<published>2019-08-22T12:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=035906fd05b2e5543cedd9471731043945fdcf13'/>
<id>urn:sha1:035906fd05b2e5543cedd9471731043945fdcf13</id>
<content type='text'>
When CONFIG_BUILD_SUFFIX is enabled, the target-* folders in build_dir
and staging_dir have this suffix in the name, but not the
toolchain directories. When detecting the names for "arch" and "libc",
also accept the suffix and do not use it for the toolchain path.

Signed-off-by: Thomas Langer &lt;thomas.langer@intel.com&gt;
</content>
</entry>
<entry>
<title>build: remove libc version suffix from build/staging directories</title>
<updated>2017-02-07T16:18:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-07T09:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=f55c29e4c74353ef0795eb83911c708c6db90466'/>
<id>urn:sha1:f55c29e4c74353ef0795eb83911c708c6db90466</id>
<content type='text'>
Our supported libcs are ABI compatible across version upgrades

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts: fix remote-gdb with CONFIG_BUILD_SUFFIX</title>
<updated>2016-08-01T20:02:49Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2016-08-01T19:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=34bffe580675e38010cf2ac23101b63168faa69b'/>
<id>urn:sha1:34bffe580675e38010cf2ac23101b63168faa69b</id>
<content type='text'>
Fix the scripts/remote-gdb script when CONFIG_BUILD_SUFFIX is set.
CONFIG_BUILD_SUFFIX extends the name of the folder build_dir/target*

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>scripts: avoid hard-coded paths in scripts</title>
<updated>2016-04-28T14:43:28Z</updated>
<author>
<name>Iblis Lin</name>
</author>
<published>2016-04-28T12:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=d9a0a8c78f9ac42f7976aeb4152094213a4d8381'/>
<id>urn:sha1:d9a0a8c78f9ac42f7976aeb4152094213a4d8381</id>
<content type='text'>
Signed-off-by: Iblis Lin &lt;e196819@hotmail.com&gt;
</content>
</entry>
<entry>
<title>scripts: remote-gdb: fix target / libc matching on directory names</title>
<updated>2015-01-23T12:41:06Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-01-23T12:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=9694917416046b948fe6f814073133f13c641f39'/>
<id>urn:sha1:9694917416046b948fe6f814073133f13c641f39</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44088
</content>
</entry>
<entry>
<title>scripts: use extended-remote for greater compatibility</title>
<updated>2014-12-10T15:50:52Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-12-10T15:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=c399f986899e9fc311c4c6a3870fc16770941a1c'/>
<id>urn:sha1:c399f986899e9fc311c4c6a3870fc16770941a1c</id>
<content type='text'>
Plain "remote" results in failure to connect using the gdb built with
the toolchain. (On atheros target at least)  extended-remote also allows
"run" to restart the target process.

Signed-off-by: Karl Palsson &lt;karlp@remake.is&gt;

SVN-Revision: 43596
</content>
</entry>
<entry>
<title>script/remote-gdb: enable and keep command history</title>
<updated>2014-09-18T09:29:44Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2014-09-18T09:29:44Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=24900071426ad1f3e835c7ec2de212dd4a304606'/>
<id>urn:sha1:24900071426ad1f3e835c7ec2de212dd4a304606</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42609
</content>
</entry>
<entry>
<title>scripts/remote-gdb: add support for debugging core files</title>
<updated>2013-05-09T20:50:58Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-05-09T20:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=0fb3475eccdcbeb76be034b0a722e4687d0e5fa0'/>
<id>urn:sha1:0fb3475eccdcbeb76be034b0a722e4687d0e5fa0</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36596
</content>
</entry>
<entry>
<title>scripts/remote-gdb: fix path when built for musl</title>
<updated>2013-05-09T20:50:54Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2013-05-09T20:50:54Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=ed30c90e2daeaad3c56a28336b1a7cbdc1e89300'/>
<id>urn:sha1:ed30c90e2daeaad3c56a28336b1a7cbdc1e89300</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 36595
</content>
</entry>
<entry>
<title>scripts: fix remote-gdb script to cope with _eabi suffix in uClibc version</title>
<updated>2012-11-08T11:22:09Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2012-11-08T11:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/dedeckeh/commit/?id=26263535fe8bca85d93c424ce40cb66b92d53f35'/>
<id>urn:sha1:26263535fe8bca85d93c424ce40cb66b92d53f35</id>
<content type='text'>
SVN-Revision: 34118
</content>
</entry>
</feed>
