aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/remote-gdb
Commit message (Collapse)AuthorAgeFilesLines
* scripts: avoid hard-coded paths in scriptsJohn Crispin2016-06-191-1/+1
| | | | | | Signed-off-by: Iblis Lin <e196819@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts: remote-gdb: fix target / libc matching on directory namesJo-Philipp Wich2015-01-231-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts: use extended-remote for greater compatibilityJohn Crispin2014-12-101-1/+1
| | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* script/remote-gdb: enable and keep command historyJo-Philipp Wich2014-09-181-0/+5
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/remote-gdb: add support for debugging core filesFelix Fietkau2013-05-091-2/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/remote-gdb: fix path when built for muslFelix Fietkau2013-05-091-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts: fix remote-gdb script to cope with _eabi suffix in uClibc versionJo-Philipp Wich2012-11-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Correct libc pathHamish Guthrie2011-05-131-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26885 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb: fix parsing of arch and libc from given path as wellJo-Philipp Wich2010-10-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb:Jo-Philipp Wich2010-10-121-3/+4
| | | | | | | | - fix parsing of arch-libc tuples - automatically add sysroot to executable if needed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb:Jo-Philipp Wich2010-03-181-14/+17
| | | | | | | | * use sysroot instead of solib search paths * don't query arch if there's only one choice git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb: change library paths after r19849, swap usr/lib/ and lib/Jo-Philipp Wich2010-02-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19850 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] remote-gdb: add build_dir/target-*/debug-* to solib-search-pathJo-Philipp Wich2010-02-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19845 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] add "remote-gdb", a helper script to connect the local host gdb ↵Jo-Philipp Wich2009-10-251-0/+78
with a running gdbserver on the target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18153 3c298f89-4303-0410-b956-a3cf2f4a3e73