equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. |
7 # published by the Free Software Foundation. |
59 native.stack.app=bash |
59 native.stack.app=bash |
60 native.stack.delimiter=\0 |
60 native.stack.delimiter=\0 |
61 native.stack.params.repeat=6 |
61 native.stack.params.repeat=6 |
62 native.stack.args=-c\0DevToolsSecurity --status | grep -q enabled && lldb -o 'attach %p' -o 'thread backtrace all' -o 'detach' -o 'quit' |
62 native.stack.args=-c\0DevToolsSecurity --status | grep -q enabled && lldb -o 'attach %p' -o 'thread backtrace all' -o 'detach' -o 'quit' |
63 |
63 |
64 native.core.app=bash |
64 # has to be the last command |
65 native.core.delimiter=\0 |
65 native.core.app=kill |
66 native.core.args=-c\0gcore -o ./core.%p %p || \ |
66 native.core.args=-ABRT %p |
67 (DevToolsSecurity --status | grep -q enabled && lldb --batch -o 'attach %p' -o 'process save-core core.%p' -o 'detach' -o 'quit') |
|
68 native.core.params.timeout=3600000 |
|
69 ################################################################################ |
67 ################################################################################ |
70 # environment info to gather |
68 # environment info to gather |
71 ################################################################################ |
69 ################################################################################ |
72 environment=\ |
70 environment=\ |
73 users.current users.logged users.last \ |
71 users.current users.logged users.last \ |