aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cores/__init__.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-12-13 16:42:57 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-12-13 19:09:05 +0300
commit7907a44d0432819c5113888a23b56abef3073e29 (patch)
treec0bdba299ba8a48d479f4e63c1a0c0a17d0a7041 /library/python/cores/__init__.py
parentd91dac51cf9ec6c397d6d0213f0d9ab7dd29c889 (diff)
downloadydb-7907a44d0432819c5113888a23b56abef3073e29.tar.gz
Intermediate changes
commit_hash:e4f538de906ec2dcfa4e6907edad0b20916b93ca
Diffstat (limited to 'library/python/cores/__init__.py')
-rw-r--r--library/python/cores/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/python/cores/__init__.py b/library/python/cores/__init__.py
index 8c10c0128b..5fbbd0ace2 100644
--- a/library/python/cores/__init__.py
+++ b/library/python/cores/__init__.py
@@ -130,6 +130,8 @@ def get_gdb_full_backtrace(binary, core, gdb_path):
cmd = [
gdb_path, binary, core,
"--eval-command", "set print thread-events off",
+ "--eval-command", "set print elements 20",
+ "--eval-command", "set print max-depth 3",
"--eval-command", "thread apply all backtrace full",
"--batch",
"--quiet",