[Lldb-commits] [PATCH] D101406: Rename human-readable name for DW_LANG_Mips_Assembler

Dimitry Andric via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 19 01:31:36 PDT 2021


dim added a comment.

In D101406#2950731 <https://reviews.llvm.org/D101406#2950731>, @aprantl wrote:

>> This can't have been the intention of this commit? As far as I can see, there *is* no plugin for plain assembler?

...

> Yes, there is no plugin for the language assembler. But that hasn't chnaged with this commit.

Sorry, that was rG220c17ffd4e1b127bcc02b25980b7934184ee1da <https://reviews.llvm.org/rG220c17ffd4e1b127bcc02b25980b7934184ee1da> ("Print a warning when stopped in a frame LLDB has no plugin for"), which is probably a good idea in general, but maybe there could be a specific exception for the DW_LANG_Mips_Assembler case then? It doesn't make sense to warn about that. :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101406



More information about the lldb-commits mailing list