Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: remove libc version suffix from build/staging directories | Felix Fietkau | 2017-02-07 | 1 | -2/+2 |
| | | | | | | Our supported libcs are ABI compatible across version upgrades Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | scripts: fix remote-gdb with CONFIG_BUILD_SUFFIX | Hauke Mehrtens | 2016-08-01 | 1 | -2/+2 |
| | | | | | | | 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 <hauke@hauke-m.de> | ||||
* | scripts: avoid hard-coded paths in scripts | Iblis Lin | 2016-04-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Iblis Lin <e196819@hotmail.com> | ||||
* | scripts: remote-gdb: fix target / libc matching on directory names | Jo-Philipp Wich | 2015-01-23 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44088 | ||||
* | scripts: use extended-remote for greater compatibility | John Crispin | 2014-12-10 | 1 | -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> SVN-Revision: 43596 | ||||
* | script/remote-gdb: enable and keep command history | Jo-Philipp Wich | 2014-09-18 | 1 | -0/+5 |
| | | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42609 | ||||
* | scripts/remote-gdb: add support for debugging core files | Felix Fietkau | 2013-05-09 | 1 | -2/+4 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36596 | ||||
* | scripts/remote-gdb: fix path when built for musl | Felix Fietkau | 2013-05-09 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36595 | ||||
* | scripts: fix remote-gdb script to cope with _eabi suffix in uClibc version | Jo-Philipp Wich | 2012-11-08 | 1 | -2/+2 |
| | | | | SVN-Revision: 34118 | ||||
* | Correct libc path | Hamish Guthrie | 2011-05-13 | 1 | -2/+1 |
| | | | | SVN-Revision: 26885 | ||||
* | remote-gdb: fix parsing of arch and libc from given path as well | Jo-Philipp Wich | 2010-10-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 23407 | ||||
* | remote-gdb: - fix parsing of arch-libc tuples - automatically add sysroot to ↵ | Jo-Philipp Wich | 2010-10-12 | 1 | -3/+4 |
| | | | | | | executable if needed SVN-Revision: 23406 | ||||
* | remote-gdb: * use sysroot instead of solib search paths * don't query arch ↵ | Jo-Philipp Wich | 2010-03-18 | 1 | -14/+17 |
| | | | | | | if there's only one choice SVN-Revision: 20290 | ||||
* | remote-gdb: change library paths after r19849, swap usr/lib/ and lib/ | Jo-Philipp Wich | 2010-02-24 | 1 | -3/+3 |
| | | | | SVN-Revision: 19850 | ||||
* | remote-gdb: add build_dir/target-*/debug-* to solib-search-path | Jo-Philipp Wich | 2010-02-24 | 1 | -0/+1 |
| | | | | SVN-Revision: 19845 | ||||
* | add "remote-gdb", a helper script to connect the local host gdb with a ↵ | Jo-Philipp Wich | 2009-10-25 | 1 | -0/+78 |
running gdbserver on the target SVN-Revision: 18153 |