[all-commits] [llvm/llvm-project] c25e48: [lldb] Move CommandOverrideCallbackWithResult to l...

Alex via All-commits all-commits at lists.llvm.org
Thu Jul 13 11:21:53 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c25e48c5d776c5fb8f94f13a73f44cd930968c29
      https://github.com/llvm/llvm-project/commit/c25e48c5d776c5fb8f94f13a73f44cd930968c29
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-types.h

  Log Message:
  -----------
  [lldb] Move CommandOverrideCallbackWithResult to lldb_private namespace

This has an `lldb_private` type in its parameter, it should be in
`lldb-private-types.h`

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




More information about the All-commits mailing list