projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb6d1d
)
[scripts] remote-gdb: add build_dir/target-*/debug-* to solib-search-path
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Feb 2010 22:56:36 +0000
(22:56 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 24 Feb 2010 22:56:36 +0000
(22:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19845
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/remote-gdb
patch
|
blob
|
history
diff --git
a/scripts/remote-gdb
b/scripts/remote-gdb
index
869fa87
..
dd05551
100755
(executable)
--- a/
scripts/remote-gdb
+++ b/
scripts/remote-gdb
@@
-53,6
+53,7
@@
if( opendir SD, "$Bin/../staging_dir" )
# Find library paths
my $libdirs = join ':', (
+ glob("$Bin/../build_dir/target-${arch}_${libc}/debug-*/{usr/,}lib/"),
glob("$Bin/../staging_dir/target-${arch}_${libc}/{usr/,}lib"),
glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/lib")
);
This page took
0.024007 seconds
and
4
git commands to generate.