[Lldb-commits] [PATCH] D79789: [lldb] Don't dissasemble large functions by default

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 12 11:49:19 PDT 2020


jingham added a comment.

Instead of just printing out the range, can we print out the disassemble command you would run to actually disassemble the range?

Also, I think we should add a --force option since if you were using this in a script you wouldn't get a chance to respond to the error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79789





More information about the lldb-commits mailing list