[all-commits] [llvm/llvm-project] 47f79c: [lldb] Add --stack option to `target symbols add` ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Sep 21 23:08:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 47f79c6057764e0c83016269ae2359f8c5c8d135
      https://github.com/llvm/llvm-project/commit/47f79c6057764e0c83016269ae2359f8c5c8d135
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M lldb/source/Commands/CommandObjectTarget.cpp
    A lldb/test/API/macosx/add-dsym/TestAddDsymDownload.py

  Log Message:
  -----------
  [lldb] Add --stack option to `target symbols add` command

Currently you can ask the target symbols add command to locate the debug
symbols for the current frame. This patch add an options to do that for
the whole call stack.

Differential revision: https://reviews.llvm.org/D110011




More information about the All-commits mailing list