| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
like them, but it's a start. Split implementation of individual view
types out to separate files. Updated all callers.
Also:
* fixed okim6295 memory view
* changed emualloc to free resource pools from earliest to latest
so that early objects can safely clean up stuff they allocated
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- fix a compile warning for gcc-4.4 (not detected by gcc-4.2)
- Horizontal divider bar to individually size views.
- minimum height aligned to win32 debugger
|
|
|
|
|
|
| |
- Functionality now matches win32 debugger
- Further code review/rewrite/simplification
- Added more comment headings
|
|
|
|
| |
- implement key handling (Up, down, ..) like in windows
- Tab and ESC not yet handled
|
|
|
|
|
|
|
| |
- Run to cursor (main view)
- In place memory editing (memory view)
There are still some issue with e.g. scrolling.
However, it is usable.
|
| |
|
| |
|
|
|