Skip to content
Snippets Groups Projects
Commit 20a64a73 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

remote-gdb: add build_dir/target-*/debug-* to solib-search-path

SVN-Revision: 19845
parent a9e86452
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ if( opendir SD, "$Bin/../staging_dir" ) ...@@ -53,6 +53,7 @@ if( opendir SD, "$Bin/../staging_dir" )
# Find library paths # Find library paths
my $libdirs = join ':', ( 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/target-${arch}_${libc}/{usr/,}lib"),
glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/lib") glob("$Bin/../staging_dir/toolchain-${arch}_*_${libc}/lib")
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment