dolphin/Source/Core/Core/Debugger
aldelaro5 8bf27cf42f Fix memory breakpoint when checking the middle of the data
If the delimiters of a memory aren't exactly the same as an address, but their size includes the memory breakpoint delimiter, the break will not go through.  This makes it so that you can specify a search for a memory breakpoint with a data size and will check if the data fits with that size on all memory breakpoints so the breaks go through.
2017-03-18 22:48:57 -04:00
..
Debugger_SymbolMap.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Debugger_SymbolMap.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Dump.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Dump.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCELF.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
PPCDebugInterface.cpp Fix memory breakpoint when checking the middle of the data 2017-03-18 22:48:57 -04:00
PPCDebugInterface.h Fix memory breakpoint when checking the middle of the data 2017-03-18 22:48:57 -04:00