mtdbg: Backtrace implemented #315
Reference in New Issue
Block a user
Delete Branch "mxlgv/mtdbg-impl-simple-backtrace"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added support for backtrace/stacktrace output. This is useful for high-level languages like C and Oberon07. If a debug file is provided, searches for the nearest debug symbol.
@@ -1148,0 +1163,4 @@OnBacktrace:push ebpxor eax, eaxMaybe would be better to do it like this?
This is 4 bytes more
mtdbg: Backtrace implementedto WIP: mtdbg: Backtrace implementedTODO: Remove the check for the initial
esp, as the initialespcan be changed during program execution. The end of the stack trace can be determined byebp, sinceebpat the entry point is 0.New commits pushed, approval review dismissed automatically according to repository settings
Fixed #315 (comment) in
cc66bfd864@Burer @Doczom please review again
WIP: mtdbg: Backtrace implementedto mtdbg: Backtrace implemented