projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[brcm63xx] image: Limited image name put into the info1 field to 16 characters and...
[openwrt.git]
/
scripts
/
remote-gdb
diff --git
a/scripts/remote-gdb
b/scripts/remote-gdb
index
95529fc
..
aad23e3
100755
(executable)
--- a/
scripts/remote-gdb
+++ b/
scripts/remote-gdb
@@
-14,7
+14,7
@@
if( opendir SD, "$Bin/../staging_dir" )
{
my ( $tid, $arch, $libc, @arches );
- if( $ARGV[1] =~ m!\btarget-(
[^_/]+)_([^_/]+)\b!
)
+ if( $ARGV[1] =~ m!\btarget-(
.+?)_([^_]+libc[^_/]+)\b!i
)
{
print("Using target $1 ($2)\n");
($arch, $libc) = ($1, $2);
This page took
0.024887 seconds
and
4
git commands to generate.