[all-commits] [llvm/llvm-project] 87bc32: [lldb] Add -m option to 'target modules dump symta...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Nov 7 06:47:53 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 87bc320b510e91a1a71aa8a154c585db65579628
      https://github.com/llvm/llvm-project/commit/87bc320b510e91a1a71aa8a154c585db65579628
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2019-11-07 (Thu, 07 Nov 2019)

  Changed paths:
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/Symtab.h
    A lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/TestDumpSymtabDemangle.py
    A lldb/packages/Python/lldbsuite/test/commands/target/dump-symtab-demangle/a.yaml
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/Options.td
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/Symtab.cpp

  Log Message:
  -----------
  [lldb] Add -m option to 'target modules dump symtab' to disable demangling

Summary: This option was added downstream in swift-lldb. This upstreams this option as it seems useful and also adds the missing tests.

Reviewers: #lldb, kwk, labath

Reviewed By: kwk, labath

Subscribers: labath, kwk, abidh, JDevlieghere, lldb-commits

Tags: #lldb, #upstreaming_lldb_s_downstream_patches

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




More information about the All-commits mailing list