1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #100274 from akien-mga/libbacktrace-1db8564

libbacktrace: Update to upstream commit 1db85642e
This commit is contained in:
Thaddeus Crews
2024-12-19 19:59:43 -06:00
17 changed files with 678 additions and 147 deletions

View File

@@ -460,12 +460,14 @@ Files extracted from upstream source:
## libbacktrace
- Upstream: https://github.com/ianlancetaylor/libbacktrace
- Version: git (4d2dd0b172f2c9192f83ba93425f868f2a13c553, 2022)
- Version: git (1db85642e3fca189cf4e076f840a45d6934b2456, 2024)
- License: BSD-3-Clause
Files extracted from upstream source:
- `*.{c,h}` files for Windows platform
- `*.{c,h}` files for Windows platform, i.e. remove the following:
* `allocfail.c`, `instrumented_alloc.c`, `*test*.{c,h}`
* `elf.c`, `macho.c`, `mmap.c`, `mmapio.c`, `nounwind.c`, `unknown.c`, `xcoff.c`
- `LICENSE`
Important: Some files have Godot-made changes to load big debug symbol files.