diff options
author | hiddenpath <[email protected]> | 2024-01-25 23:50:04 +0300 |
---|---|---|
committer | hiddenpath <[email protected]> | 2024-01-26 00:05:40 +0300 |
commit | f20c5c33c6e04f9b49a394b725a12a1e9e9290ef (patch) | |
tree | 1e82fa4fa781be3038fc8c1803fea6a77ec8015f | |
parent | e69ee2703dc7857bd4916a1855103268e6b476a1 (diff) |
Update gdb pretty printers
-rw-r--r-- | build/external_resources/gdb/resources.json | 4 | ||||
-rw-r--r-- | build/mapping.conf.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build/external_resources/gdb/resources.json b/build/external_resources/gdb/resources.json index 15c8f4e2460..4f14a48ebec 100644 --- a/build/external_resources/gdb/resources.json +++ b/build/external_resources/gdb/resources.json @@ -7,10 +7,10 @@ "uri": "sbr:2319130389" }, "linux-x86_64": { - "uri": "sbr:5709310220" + "uri": "sbr:5720181629" }, "linux-aarch64": { - "uri": "sbr:5709435327" + "uri": "sbr:5720688825" } }, "platform_replacements": {}, diff --git a/build/mapping.conf.json b/build/mapping.conf.json index 07c8b9afc5b..1bb502c94d5 100644 --- a/build/mapping.conf.json +++ b/build/mapping.conf.json @@ -51,7 +51,9 @@ "1966560555": "https://devtools-registry.s3.yandex.net/1966560555", "309054781": "https://devtools-registry.s3.yandex.net/309054781", "5298918458": "https://devtools-registry.s3.yandex.net/5298918458", + "5720688825": "https://devtools-registry.s3.yandex.net/5720688825", "5298901591": "https://devtools-registry.s3.yandex.net/5298901591", + "5720181629": "https://devtools-registry.s3.yandex.net/5720181629", "5709310220": "https://devtools-registry.s3.yandex.net/5709310220", "5709435327": "https://devtools-registry.s3.yandex.net/5709435327", "360916612": "https://devtools-registry.s3.yandex.net/360916612", @@ -250,7 +252,9 @@ "1966560555": "Ubuntu 14 x86-64 native SDK (patched, v3)", "309054781": "Ubuntu 16 x86-64 -> Ubuntu 16 aarch64 cross SDK", "5298918458": "bin-gdb-reloc-ya-linux-aarch64-62901b3b39a8b08c2d39a3bf08a1fc3a6d76eb78", + "5720688825": "bin-gdb-reloc-ya-linux-aarch64-62901b3b39a8b08c2d39a3bf08a1fc3a6d76eb78", "5298901591": "bin-gdb-reloc-ya-linux-x86_64-62901b3b39a8b08c2d39a3bf08a1fc3a6d76eb78", + "5720181629": "bin-gdb-reloc-ya-linux-x86_64-62901b3b39a8b08c2d39a3bf08a1fc3a6d76eb78", "5709310220": "bin-gdb-reloc-ya-linux-x86_64-70970b31ef83c56b51291cd8fe4f24449b582b59", "5709435327": "bin-gdb-reloc-ya-linux-x86_64-70970b31ef83c56b51291cd8fe4f24449b582b59", "360916612": "binutils 2.26 for linux_ubuntu_10.04_lucid", |