[all-commits] [llvm/llvm-project] 307f39: [lldb] Allow flexible importing of in_call_stack

Dave Lee via All-commits all-commits at lists.llvm.org
Fri Nov 11 14:28:59 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 307f395d4ffee839dd0bd88c879539428cc31693
      https://github.com/llvm/llvm-project/commit/307f395d4ffee839dd0bd88c879539428cc31693
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M lldb/examples/python/in_call_stack.py

  Log Message:
  -----------
  [lldb] Allow flexible importing of in_call_stack

Allow `in_call_stack` to be imported in either of the following ways:

```
command script import path/to/in_call_stack.py
command script import lldb.utils.in_call_stack
```

rdar://102249295

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




More information about the All-commits mailing list