Home
last modified time | relevance | path

Searched refs:AddDummySignal (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1483 void AddDummySignal(llvm::StringRef name, LazyBool pass, LazyBool print,
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1777 target.AddDummySignal(arg.ref(), in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3578 void Target::AddDummySignal(llvm::StringRef name, LazyBool pass, LazyBool notify, in AddDummySignal() function in Target