[Lldb-commits] [PATCH] D65271: Increase testsuite packet-timeout 5secs -> 5mins

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 25 11:01:20 PDT 2019


jingham added a comment.

There isn't an SB API for "settings set" yet.  I've put off doing that because the "settings" subsystem is currently unfinished.  In the original design you would be specify qualifiers in the setting hierarchy, like:

settings set target[arch=x86_64].whatever

That would be pretty handy in a lot of cases - for instance there are some settings that you have to set when doing KEXT development on macOS that are not appropriate for user-space debugging and  this trips up the kernel developers all the time.

But we've never gotten around to designing this fully, and I've don't want to design the SB API's for settings till we know how this is going to work.  Apparently I didn't put this on the Projects page, I'll go rectify that in a bit.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D65271





More information about the lldb-commits mailing list