[Lldb-commits] [PATCH] D134265: [lldb][COFF] Improve info of symbols from export table

Alvin Wong via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 21 02:08:31 PDT 2022


alvinhochun added a comment.

I think marking the symbol as Data instead of Code does have an effect on commands that look for functions (e.g. "disassemble" will not disassemble a Data symbol, which makes sense). For the rest of the changes I think they are only visible in the symtab dump.

(Sorry, I got confused and made a mistake in my previous comment.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134265



More information about the lldb-commits mailing list