[Lldb-commits] [PATCH] D131212: Allow host platform to use sdk sysroot directory option when resolving shared modules

2022-08-04 Thread Trevor Joynson via Phabricator via lldb-commits
trevorj created this revision. Herald added a project: All. trevorj requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. Hi! We noticed recently that when using the host platform with an sdk sysroot set, modules are not resolved using a path p

[Lldb-commits] [PATCH] D131212: Allow host platform to use sdk sysroot directory option when resolving shared modules

2022-08-04 Thread Trevor Joynson via Phabricator via lldb-commits
trevorj added a comment. @JDevlieghere Sure I can provide more context, let me know if you want me to clarify anything! I'm trying to debug production coredumps on a development machine using a sysroot folder tree that contains the required shared objects required. In gdb, I use this via `set

[Lldb-commits] [PATCH] D131212: Allow host platform to use sdk sysroot directory option when resolving shared modules

2022-08-08 Thread Trevor Joynson via Phabricator via lldb-commits
trevorj added a comment. @clayborg The problem with the second variation is it doesn't prefix the path, it just looks for shared objects of the same basename in the folders you specify. I thought that remote-linux requires a server? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST AC

[Lldb-commits] [PATCH] D131212: Allow host platform to use sdk sysroot directory option when resolving shared modules

2022-08-08 Thread Trevor Joynson via Phabricator via lldb-commits
trevorj added a comment. > It does not. You _can_ connect to a remote server if you want to, but you > don't have to. Many workflows need to select a remote platform to let LLDB > know how to locate files when doing symbolication and when loading core > files, so you should just be able to use