index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debug.c
Age
Commit message (
Expand
)
Author
2020-05-03
More correct implementation of byte printing in builtin debugger. Fix GDB deb...
Michael Pavone
2020-04-28
Add support for printing a byte from memory in native debugger. Add stubs for...
Eric Fry
2020-04-13
Added implementation of printing PC in 68K debugger
Michael Pavone
2020-04-10
Added soft reset command to debugger. Added more debugger help
Eric Fry
2020-04-10
Added help commands to debugger
Eric Fry
2020-04-11
Use proper memory map in Z80 debugger for memory printing
Michael Pavone
2019-02-10
Initial attempt at interrupts in new Z80 core and integrating it into main ex...
Michael Pavone
2018-11-04
Added a 68K debugger command for setting a register
Michael Pavone
2018-11-01
Forcefully update the display when entering the 68K debugger so you can see i...
Michael Pavone
2017-07-06
Fix s(tep) debug command for the case of dbra with an expired counter reg
Michael Pavone
2017-04-24
Fix interaction between 68K debugger and instruction retranslation due to sel...
Michael Pavone
2017-04-04
Allow a .l suffix to a memory print command to allow fetching and printing a ...
Michael Pavone
2017-04-03
Improved printing of word at absolute address to support reading from all add...
Michael Pavone
2017-03-31
Allow adding .w or .b to select just the low word or byte of a register in a ...
Michael Pavone
2017-03-31
Allow printing current frame number in 68K debugger
Michael Pavone
2017-03-31
Fix accidental fallthrough on com debugger command
Michael Pavone
2017-01-04
Don't lock up CPU if performing a read with writes configured when in PBC mod...
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-28
Enabled Z80 debugger in PBC mode
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-12-09
WIP split of ROM loading/argument parsing from Genesis emulation code. Compil...
Michael Pavone
2016-04-24
Fix interrupt latency from STOP instruction status reg changes. Fix modified ...
Michael Pavone
2016-02-13
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
Michael Pavone
2016-01-17
Initialize commands field of breakpoint struct to NULL. Remove a debug printf
Michael Pavone
2015-11-06
Properly initialize commands when adding a new breakpoint
Michael Pavone
2015-11-06
Allow 68K debug print to read from arbitrary memory regions
Michael Pavone
2015-11-01
Fix some debug commands that got broken when I added support for the command ...
Michael Pavone
2015-10-19
Fix handling of formatting character for 68K debug command p
Michael Pavone
2015-10-14
Add support for executing a list of debugger commands when a breakpoint is hit
Michael Pavone
2015-09-25
WIP debugger improvements. Partial support for display command in 68K debugge...
Michael Pavone
2015-07-26
Spawn a terminal for the debugger when needed if we are not already attached ...
Michael Pavone
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-05-28
Merge
Michael Pavone
2015-05-28
Get windows build compiling again post-merge
Michael Pavone
2015-05-27
Add a basic YM-2612 command to the debugger. Fix negative detune values and g...
Michael Pavone
2015-05-21
Process events while waiting for 68K debugger input. This prevents "not respo...
Michael Pavone
2015-05-14
Sync machine state before entering debugger
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-06-17
Partially working switch to having a vcounter and hslot counter in the contex...
Michael Pavone
2014-03-02
Add backtrace (bt) command to 68K debugger
Michael Pavone
2014-03-01
Add a separate flag/define for disabling the Z80 at compile time to ease refa...
Michael Pavone
2014-02-18
Initial work on the x86-32 target
Michael Pavone
2014-02-11
Support single stepping in gdb remote debugger
Mike Pavone
2014-02-11
Move debugging code outside of main source file
Mike Pavone