mlugg 2ab650b481
std.debug: go back to storing return addresses instead of call addresses
...and just deal with signal handlers by adding 1 to create a fake
"return address". The system I tried out where the addresses returned by
`StackIterator` were pre-subtracted didn't play nicely with error
traces, which in hindsight, makes perfect sense. This definition also
removes some ugly off-by-one issues in matching `first_address`, so I do
think this is a better approach.
2025-09-30 13:44:55 +01:00
..
2025-09-27 18:30:52 -04:00
2025-09-30 13:44:55 +01:00
2025-09-22 01:37:32 +02:00
2024-03-28 15:24:01 +02:00
2025-09-25 12:57:56 +02:00
2025-08-26 07:50:06 +02:00