LoginSignup
0
0

More than 5 years have passed since last update.

macOS の lldb で DYLD_LIBRARY_PATH を指定してプロセスを起動する方法

Posted at

lldb でプロセスを起動するときに DYLD_LIBRARY_PATH を指定したいことがあった。次のように process launch コマンドの --environment オプションを使うと指定できた。

(lldb) process launch --environment DYLD_LIBRARY_PATH=/path/to/libdir -- arg1 arg2 ...
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0