[Lldb-commits] [PATCH] D157512: [lldb][PlatformDarwin] Only parse SDK from debug-info if target language is Objective-C

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 9 10:26:34 PDT 2023


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



More information about the lldb-commits mailing list