Commit graph

13 commits

Author SHA1 Message Date
Jesse Dean
552263fb6e Inhibit selection in desassembly window, the current line is highlighted
via a different mechanism, currently no need to highlight a row
2009-01-18 06:21:59 +00:00
Jesse Dean
0e7b17ec5f Can't use debugger with no gui, updated configure script
Also removed Go/Stop toggle switch, instead we now have Go, Trace, Step, 
and Break buttons in the gui
2009-01-18 04:59:16 +00:00
Jesse Dean
eb78a9c45f Added symbol generation to jttl_audio & z64 makefiles and repaired bug
in debugger where it would scroll to a rounded address during init
2009-01-18 04:00:36 +00:00
Jesse Dean
a8731fdff4 Fixed some scrolling issues and a warning that appeared in the
regression tests
2008-12-22 19:19:28 +00:00
Jesse Dean
895a9d3d48 Rewrite of debugger memory breakpoint trap. Memory breakpoints are now
trapped by functions injected into the memory function tables.  
New setup should be MUCH faster, and more flexible
2008-12-22 04:54:03 +00:00
Jesse Dean
f1f83ae510 Added scroll wheel support to disassembler window 2008-12-16 08:55:08 +00:00
Jesse Dean
a6860ca17b Correct debugger handling of delay slots, breakpoints on those slots now work,
and the order is cyple-by-cyle.  Also removed seperate version string for 
debugger, fixed the appearance of the disassembler including the quality of 
disassembled opcodes.  Allow frontend to close program even if execution is in 
step mode.  Added ZZT32 as contributor to decoder.c and cleaned up a lot of 
the garbage dumped to stdout & stderr.
2008-12-16 06:28:15 +00:00
Scott Knauert
bc96409829 Extra header includes and minor fixes (mainly type issues like "lX" (int)) to remove -Wall warnings from the debugger. 2008-10-31 16:58:29 +00:00
Scott Knauert
1f6142fa39 Fixed license header issue with gtk debugger by switching to our standard template. Moved licenses to /doc. Removed only demo roms and replaced with marshall's Mupen64Plus Demo rom. Need to contact him for source and to finalized licensing, planning for the rom to be GPLed. 2008-10-29 21:50:34 +00:00
Richard Goedeken
210f946cae added newlines to the end of every source file which was missing one 2008-09-27 15:22:21 +00:00
Richard Goedeken
18aa4baf5b use SDL instead of pthreads in debugger, remove pthread from library list in makefile, fix small bug in glide64 makefile 2008-09-06 20:09:28 +00:00
Richard Goedeken
ca505dce6d Fixed a whole bunch of warnings in the debugger. Most were 64-bit issues 2008-06-12 18:23:51 +00:00
Richard Goedeken
38e92c3a76 Merged r0286-debugger branch into trunk 2008-06-06 18:25:59 +00:00