[all-commits] [llvm/llvm-project] efbd58: [lldb] Correct elision of line zero in mixed disas...

Dave Lee via All-commits all-commits at lists.llvm.org
Thu May 11 13:24:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: efbd5870402b53dc8aeee2d087db3109d198e3dc
      https://github.com/llvm/llvm-project/commit/efbd5870402b53dc8aeee2d087db3109d198e3dc
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2023-05-11 (Thu, 11 May 2023)

  Changed paths:
    M lldb/source/Core/Disassembler.cpp
    A lldb/test/Shell/Commands/command-disassemble-mixed.test

  Log Message:
  -----------
  [lldb] Correct elision of line zero in mixed disassembly

When `disassemble --mixed` is run, do not show source for line zero, as intended.

Differential Revision: https://reviews.llvm.org/D150383




More information about the All-commits mailing list