llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.33k stars 12.13k forks source link

process launch w/ glob does not work on FreeBSD #23001

Open emaste opened 9 years ago

emaste commented 9 years ago
Bugzilla Link 22627
Version unspecified
OS FreeBSD
Depends On llvm/llvm-project#47693

Extended Description

feynman% bin/lldb /tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out (lldb) target create "/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out" Current executable set to '/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out' (x86_64). (lldb) b 4 Breakpoint 1: where = a.out`main + 23 at main.cpp:4, address = 0x0000000000400777 (lldb) process launch -G true -w /tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob -- fi*.tx Process 16789 launching Process 16789 launched: '/tank/emaste/src/llvm/tools/lldb/test/functionalities/launch_with_glob/a.out' (x86_64) Process 16789 stopped

llvmbot commented 3 years ago

mentioned in issue llvm/llvm-project#47693