[Lldb-commits] [PATCH] D136795: [LLDB] Add a `(not loaded) ` prefix to placeholder object filename to indicate they are not loaded.

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 2 14:37:55 PDT 2022


zequanwu added a comment.

Actually just changing the module's file spec make `image dump symtab /tmp/test/linux-x86_64` to fail because the extra string. I still prefer the previous version though `PlaceholderObjectFile` isn't first class plugin as we just checking the plugin name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136795



More information about the lldb-commits mailing list