[all-commits] [llvm/llvm-project] 9f947a: [LLDB] Remove __future__ imports from examples

David Spickett via All-commits all-commits at lists.llvm.org
Mon Aug 15 02:04:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f947abf94e16fa7c759ab56a4fb030d6ef25961
      https://github.com/llvm/llvm-project/commit/9f947abf94e16fa7c759ab56a4fb030d6ef25961
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
    M lldb/examples/customization/bin-utils/binutils.py
    M lldb/examples/customization/import-python/importcmd.py
    M lldb/examples/customization/pwd-cd-and-system/utils.py
    M lldb/examples/darwin/heap_find/heap.py
    M lldb/examples/python/bsd.py
    M lldb/examples/python/cmdtemplate.py
    M lldb/examples/python/delta.py
    M lldb/examples/python/diagnose_nsstring.py
    M lldb/examples/python/diagnose_unwind.py
    M lldb/examples/python/gdbremote.py
    M lldb/examples/python/globals.py
    M lldb/examples/python/jump.py
    M lldb/examples/python/lldb_module_utils.py
    M lldb/examples/python/lldbtk.py
    M lldb/examples/python/mach_o.py
    M lldb/examples/python/memory.py
    M lldb/examples/python/performance.py
    M lldb/examples/python/process_events.py
    M lldb/examples/python/pytracer.py
    M lldb/examples/python/scripted_step.py
    M lldb/examples/python/shadow.py
    M lldb/examples/python/sources.py
    M lldb/examples/python/stacks.py
    M lldb/examples/python/symbolication.py
    M lldb/examples/python/types.py
    M lldb/examples/scripting/tree_utils.py
    M lldb/examples/summaries/cocoa/CFBitVector.py
    M lldb/examples/summaries/cocoa/Logger.py
    M lldb/examples/summaries/cocoa/NSNumber.py
    M lldb/examples/synthetic/gnu_libstdcpp.py

  Log Message:
  -----------
  [LLDB] Remove __future__ imports from examples

Not needed now that we require python 3.

Reviewed By: kastiglione, JDevlieghere

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




More information about the All-commits mailing list