14 Commits

Author SHA1 Message Date
022a1a4b08 scripts: avoid hard-coded paths in scripts
Signed-off-by: Iblis Lin <e196819@hotmail.com>

SVN-Revision: 49267
2016-04-29 11:34:48 +00:00
03f1c25115 scripts: remote-gdb: fix target / libc matching on directory names
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 44088
2015-01-23 12:41:06 +00:00
7aaff6d2f5 scripts: use extended-remote for greater compatibility
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 <karlp@remake.is>

SVN-Revision: 43596
2014-12-10 15:50:52 +00:00
d19c4fc9a2 script/remote-gdb: enable and keep command history
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 42609
2014-09-18 09:29:44 +00:00
26a08d23e5 scripts/remote-gdb: add support for debugging core files
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36596
2013-05-09 20:50:58 +00:00
51cd8bde22 scripts/remote-gdb: fix path when built for musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36595
2013-05-09 20:50:54 +00:00
6a1b48f5d0 scripts: fix remote-gdb script to cope with _eabi suffix in uClibc version
SVN-Revision: 34118
2012-11-08 11:22:09 +00:00
7a83d435d6 Correct libc path
SVN-Revision: 26885
2011-05-13 11:52:40 +00:00
659d4a10cd [scripts] remote-gdb: fix parsing of arch and libc from given path as well
SVN-Revision: 23407
2010-10-12 03:07:07 +00:00
eaa48abab4 [scripts] remote-gdb:
- fix parsing of arch-libc tuples
	- automatically add sysroot to executable if needed


SVN-Revision: 23406
2010-10-12 01:15:55 +00:00
ca217ab0d5 [scripts] remote-gdb:
* use sysroot instead of solib search paths
	* don't query arch if there's only one choice


SVN-Revision: 20290
2010-03-18 21:10:56 +00:00
3717569b9a [scripts] remote-gdb: change library paths after r19849, swap usr/lib/ and lib/
SVN-Revision: 19850
2010-02-24 23:51:50 +00:00
9649656991 [scripts] remote-gdb: add build_dir/target-*/debug-* to solib-search-path
SVN-Revision: 19845
2010-02-24 22:56:36 +00:00
475d6f108e [scripts] add "remote-gdb", a helper script to connect the local host gdb with a running gdbserver on the target
SVN-Revision: 18153
2009-10-25 17:45:57 +00:00