[all-commits] [llvm/llvm-project] fe4b84: [lldb] Fix whitespace in CommandObjectTarget (NFC)

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Sep 20 09:08:21 PDT 2021


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

  Changed paths:
    M lldb/source/Commands/CommandObjectTarget.cpp

  Log Message:
  -----------
  [lldb] Fix whitespace in CommandObjectTarget (NFC)


  Commit: a89bfc61203d5c2071cddaff26345771716463ec
      https://github.com/llvm/llvm-project/commit/a89bfc61203d5c2071cddaff26345771716463ec
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-09-20 (Mon, 20 Sep 2021)

  Changed paths:
    M lldb/source/Commands/CommandObjectTarget.cpp

  Log Message:
  -----------
  [lldb] Extract adding symbols for UUID/File/Frame (NFC)

This moves the logic for adding symbols based on UUID, file and frame
into little helper functions. This is in preparation for D110011.

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


Compare: https://github.com/llvm/llvm-project/compare/963d3a22b34d...a89bfc61203d


More information about the All-commits mailing list