aboutsummaryrefslogtreecommitdiffstats
path: root/tools/checkstack.py
Commit message (Expand)AuthorAgeFilesLines
* Handle unknown function addresses in tools/checkstack.py.Kevin O'Connor2010-05-011-17/+16
* Simplify build by manually resolving external symbols in layoutrom.py.Kevin O'Connor2010-05-011-1/+1
* Improvements to tools/checkstack.py.Kevin O'Connor2010-03-091-34/+113
* Update tools/checkstack.py - new compilers set %ebp in preamble.Kevin O'Connor2009-08-091-0/+3
* checkstack.py should not match pushaw on stack usage check.Kevin O'Connor2009-06-101-1/+1
* Keep relocated 16bit code so checkstack can use it.Kevin O'Connor2009-05-271-1/+1
* Minor - rename BX_PANIC to panic.Kevin O'Connor2009-02-081-2/+2
* Switch to new stack when calling ATA function in 16bit mode.Kevin O'Connor2009-01-011-2/+2
* Misc minor cleanups.Kevin O'Connor2008-10-261-2/+2
* Change checkstack.py tool - key functions by address instead of name.Kevin O'Connor2008-07-131-45/+48
* Add hack to prevent checkstack.py from infinitely recursing (with bad input).Kevin O'Connor2008-07-041-0/+1
* Improvements to checkstack.py tool.Kevin O'Connor2008-06-071-11/+34
* Add tool to check stack usage of 16bit code.Kevin O'Connor2008-05-121-0/+117