[Lldb-commits] [PATCH] D103675: [LLDB/API] Expose args and env from SBProcessInfo.

Bruce Mitchener via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 11 20:48:03 PDT 2021


brucem added a comment.

It failed because on macOS, the underlying args contains argv0 while on Linux it does not. So my test that checked that `GetNumArguments` is 1 fails on macOS, since there are 2.

Ideally, each platform would agree on whether or not the argv0 was included in the args ... or I can modify the test to check that the last argument is `--abc`.

(I've just been busy this week, so I hadn't gotten back to this.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103675/new/

https://reviews.llvm.org/D103675



More information about the lldb-commits mailing list