repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Process
/
MacOSX-Kernel
/
ProcessKDPProperties.td
blob
0063bdbec00404b42e168fc9e5dddc1778e0ec1d
1
include "../../../../include/lldb/Core/PropertiesBase.td"
2
3
let Definition = "processkdp" in {
4
def KDPPacketTimeout: Property<"packet-timeout", "UInt64">,
5
Global,
6
DefaultUnsignedValue<5>,
7
Desc<"Specify the default packet timeout in seconds.">;
8
}