Jasper St. Pierre
|
d9a1fc1564
|
BreakPoints: Fix compile warning
|
2014-10-28 12:22:30 -07:00 |
skidau
|
4570dd7eeb
|
Fixed a crash that would occur if a new watch were added by entering a watch name.
Code style updates.
|
2014-10-26 23:23:45 +11:00 |
skidau
|
73dca1ca33
|
Added a new option to add memchecks from the Watch window.
Fixed watch labels from being truncated at the first whitespace.
|
2014-10-26 16:14:17 +11:00 |
skidau
|
b73130af77
|
Added Load/Save function for the Watch window.
Made the floating windows toolbars dockable.
Scaled down the breakpoint toolbar icons to 16x16.
|
2014-10-26 14:56:03 +11:00 |
skidau
|
b34e220086
|
Added a "Delete watch" context menu to the Watch window.
Added a "View memory" command to the context menu.
|
2014-10-26 14:56:03 +11:00 |
skidau
|
613cae613a
|
Added a RAM Watch window to the debugger
Conflicts:
Source/Core/Core/HW/Memmap.cpp
Source/Core/Core/HW/Memmap.h
Source/Core/DolphinWX/Debugger/CodeWindow.h
|
2014-10-26 14:56:02 +11:00 |
skidau
|
df37649b9f
|
Changed the step over routine to a single stepping version that steps until a blr is encountered.
Cleared out all temporary breakpoints on each step to prevent phantom breakpoints from stopping the debugger.
|
2014-10-26 14:56:02 +11:00 |
Fiora
|
85547d94be
|
JIT: properly remove FIFO write addresses when code is invalidated
Fixes a bug caused by interaction with carry optimizations; might fix other
issues too.
|
2014-09-30 01:00:23 -07:00 |
Rohit Nirmal
|
fbc64984ca
|
Include CommonTypes.h instead of Common.h.
|
2014-09-08 15:39:58 -04:00 |
Tillmann Karras
|
d802d39281
|
clang-modernize -use-nullptr
and s/\bNULL\b/nullptr/g for *.cpp/h/mm files not compiled on my machine
|
2014-03-09 21:14:26 +01:00 |
Lioncash
|
279a8c0148
|
Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use CamelCase names.
This is the standard coding convention in the codebase, so our interfaces should use it too.
|
2014-03-03 00:39:08 -05:00 |
Pierre Bourdon
|
83b7bb64aa
|
Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change).
|
2014-02-22 23:37:29 +01:00 |
Lioncash
|
2afe215271
|
Convert all includes to relative paths.
|
2014-02-18 02:19:10 -05:00 |
Lioncash
|
3fd87a7636
|
Second and final pass of clearing out tabs.
|
2014-02-17 02:19:41 -05:00 |
Tillmann Karras
|
404624bf0b
|
Turn loops into range-based form
and some things suggested by cppcheck and compiler warnings.
|
2014-02-13 09:05:50 +01:00 |
Jasper St. Pierre
|
34692ab826
|
Remove unnecessary Src/ folders
|
2013-12-31 14:03:19 -05:00 |