jingham added a comment.

It's fairly common for AppKit developers to use access to static methods under 
NSApplication to see the state of the application.  Since you aren't actually 
accessing the frame variables for this purpose, it's also pretty common for 
those folks to do:

(lldb) process interrupt
(lldb) p [{NSApplication sharedApplication] someRequest]

That works today w/o having to specify a language.  It would be good if this 
change didn't break that...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157512

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to