mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-30 15:50:29 +00:00
8172842: Invoke lldb with --batch from failure handler
Reviewed-by: erikj, dsamersoff
This commit is contained in:
parent
c4dd83d101
commit
a019f44ab1
@ -64,7 +64,7 @@ native.stack.args=-c\0DevToolsSecurity --status | grep -q enabled && lldb -o 'at
|
||||
native.core.app=bash
|
||||
native.core.delimiter=\0
|
||||
native.core.args=-c\0gcore -o ./core.%p %p || \
|
||||
(DevToolsSecurity --status | grep -q enabled && lldb -o 'attach %p' -o 'process save-core core.%p' -o 'detach' -o 'quit')
|
||||
(DevToolsSecurity --status | grep -q enabled && lldb --batch -o 'attach %p' -o 'process save-core core.%p' -o 'detach' -o 'quit')
|
||||
native.core.params.timeout=3600000
|
||||
################################################################################
|
||||
# environment info to gather
|
||||
|
Loading…
Reference in New Issue
Block a user