Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
commands
/
command
/
language
/
commands.py
blob: e4215317f3c3e03e1fa68aee176c4975d3ca65e0 [
file
] [
log
] [
blame
] [
edit
]
import
lldb
@lldb
.
command
(
"tagged-pointer-collision"
)
def
noop
(
dbg
,
cmdstr
,
ctx
,
result
,
_
):
print
(
"ran tagged-pointer-collision"
,
file
=
result
)