mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-08 10:23:47 +08:00
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
This commit is contained in:
parent
a8d0b41530
commit
c399f98689
@ -61,7 +61,7 @@ if( opendir SD, "$Bin/../staging_dir" )
|
||||
my ($sysroot) = glob("$Bin/../staging_dir/target-${arch}_${libc}/root-*/");
|
||||
|
||||
print $fh "set sysroot $sysroot\n" if $sysroot;
|
||||
my $cmd = "target remote";
|
||||
my $cmd = "target extended-remote";
|
||||
-f $ARGV[0] and $cmd = "core-file";
|
||||
print $fh "$cmd $ARGV[0]\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user