harry
|
259c5754ee
|
Code cleanup of conddebug.cpp. Make functions that are not externally used static. Changed condition to have a constructor/destructor and allocate via std new/delete. Fixed a small memory leak. For Qt GUI, refactored debugger breakpoint editor window so that it has its own class to allow for more detailed error checking methods to be added.
|
2023-04-16 21:38:50 -04:00 |
mjbudd77
|
33882cb0d7
|
Fix for annoying compiler warning complaining about misleading indentation following if conditional.
|
2021-02-21 21:12:20 -05:00 |
Matthew Budd
|
ebae060035
|
Cleaned up a few compiler and cppcheck warnings in code base. There are still quite a few more TODO.
|
2020-08-14 22:15:47 -04:00 |
zeromus
|
0307e3b827
|
migration tidying (build master from trunk)
|
2018-04-08 17:35:15 -05:00 |
punkrockguy318
|
2be5084a7b
|
create new subversion repo structure (trunk, tags, branches)
[[Split portion of a mixed commit.]]
|
2013-03-15 19:00:14 +00:00 |
CaH4e3
|
43ee931dec
|
cleanup and version bum... hmmm (not no mention something else)
|
2012-10-21 16:40:04 +00:00 |
ansstuff
|
bc347d475b
|
* fixed conditional breakpoints bug #538
* updated the documentation on Debugger according to rainwarrior's edits, removed "Debugger Usage (Intermediate)"
[[Split portion of a mixed commit.]]
|
2012-09-05 15:25:10 +00:00 |
punkrockguy318
|
449ac4352f
|
updated FSF license in COPYING license file and source and header files
|
2012-08-04 22:33:16 +00:00 |
zeromus
|
38bca0ae1a
|
fix a corner case in conditional debug parsing
|
2011-03-17 23:01:55 +00:00 |
mart0258
|
d8f2b333b7
|
movie.cpp, tasedit.cpp, tasedit.h: Invalidate greenzone when re-recording earlier portions of a movie.
condebug.cpp: Fix comments to match code.
|
2010-11-06 06:01:57 +00:00 |
qeed
|
0d63ef203a
|
added wrapper around places that uses malloc to use FCEU_dmalloc, for debugging purpose if the need comes up
|
2010-09-19 00:00:38 +00:00 |
ugetab
|
bad5a79e91
|
Added conditional debugging option 'K', for the bank the PC is on. A workaround-style option to address Tracker Item 2007006, which suggests 24-bit breakpoint addresses to account for bank. Testing shows that the bank evaluates to 0 on RAM code access.
|
2010-04-08 21:26:20 +00:00 |
zeromus
|
80d0d46d73
|
moved fceu to its own folder to make room for other projects
[[Split portion of a mixed commit.]]
|
2006-07-29 05:46:15 +00:00 |