about summary refs log tree commit diff stats
path: root/src/elfs/elfdwarf_private.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes (#1207)rajdakin2024-01-181-1/+1
| | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures
* Some fixes to ehframe stack unwindingptitSeb2023-04-261-4/+4
|
* fix some spelling mistakes (#640)josch2023-03-261-1/+1
|
* All box internal memory alloc use __libc_ internal one (except on Android, ↵ptitSeb2022-08-061-34/+34
| | | | using libc one gather from dlsym)
* Added some failsafe on unwindptitSeb2022-06-051-0/+4
|
* Various small fixes and warning removalptitSeb2022-04-111-1/+1
|
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+717