Unknown W. Brackets
|
79a9018aac
|
Debugger: Fix hang when viewing invalid RAM.
If you end up in disassembly near invalid RAM, bad things were happening,
since hitting bad RAM updates the debugger, which hits bad RAM, which...
|
2017-12-30 11:11:04 -08:00 |
|
Henrik Rydgård
|
6a1fa728d8
|
Remove Globals.h
|
2017-08-31 17:15:22 +02:00 |
|
Henrik Rydgård
|
ff3d799871
|
Remove snprintf compatibility hacks for MSVC versions before 2015
|
2017-08-31 16:46:54 +02:00 |
|
Henrik Rydgård
|
21fe73c8e7
|
Switch strncpy to truncate_cpy in a bunch of places.
|
2017-05-26 19:04:08 +02:00 |
|
Henrik Rydgard
|
5b835839fa
|
Make IdentifiedFileType a proper enum class
|
2017-03-02 12:29:03 +01:00 |
|
Henrik Rydgard
|
f4b1152b00
|
Pick some safe changes from the android gradle branch (including windows CMake fixes)
|
2016-12-05 16:52:03 +01:00 |
|
Unknown W. Brackets
|
747a6ec524
|
Debugger: Add custom log expressions.
Similar to Visual Studio, just use {a1} to log the value of register a1.
Supports anything the expression parser supports.
|
2016-08-04 13:29:22 -07:00 |
|
Unknown W. Brackets
|
e4ca124b0e
|
Debugger: Add custom breakpoint log message.
|
2016-08-04 13:07:56 -07:00 |
|
Unknown W. Brackets
|
9972e5b10a
|
Debugger: Allow logging on CPU breakpoints.
|
2016-08-04 12:39:29 -07:00 |
|
Unknown W. Brackets
|
a9ad0cd471
|
Debugger: Make breakpoint actions more generic.
|
2016-08-04 12:02:44 -07:00 |
|
Henrik Rydgard
|
b998131581
|
Move the symbol map to the heap, deallocate it when no game is running.
|
2015-10-31 23:01:19 +01:00 |
|
Henrik Rydgard
|
d746d219e1
|
Delete some outdated xp theme stuff
|
2015-09-20 21:01:19 +02:00 |
|
Henrik Rydgard
|
6cc7a85cde
|
Rename WndMainWindow to MainWindow
|
2015-09-19 13:14:05 +02:00 |
|
Henrik Rydgard
|
d3018c1787
|
Windows: Enable ASLR (had to fix a few pointer truncations)
|
2015-07-15 20:02:42 +02:00 |
|
Unknown W. Brackets
|
fc0788bc95
|
Avoid unpredictable behavior in error condition.
|
2015-04-08 11:57:57 -07:00 |
|
Unknown W. Brackets
|
98d7afae89
|
Switch to #pragma once in a few places.
Doesn't really affect git history much to change these.
|
2015-03-02 22:34:51 -08:00 |
|
Unknown W. Brackets
|
6e6b45ce2b
|
Fix a missing break.
|
2015-01-19 08:58:37 -08:00 |
|
Unknown W. Brackets
|
83b8e564cf
|
Avoid an unlikely error in breakpoint listing.
|
2015-01-19 08:31:56 -08:00 |
|
Unknown W. Brackets
|
fa84bb6948
|
Fix some unlikely uninitialized values.
|
2015-01-17 18:43:04 -08:00 |
|
Unknown W. Brackets
|
e7aabc8f53
|
Avoid a hang on step out with no threads.
|
2015-01-17 18:43:02 -08:00 |
|
Kingcom
|
f6cedcbff5
|
Replace assembler with a submodule
|
2014-11-23 21:09:40 +01:00 |
|
Unknown W. Brackets
|
fba0110073
|
Properly clamp some iterative snprintf()s.
|
2014-11-05 08:06:15 -08:00 |
|
Henrik Rydgård
|
3b1476c8ec
|
MIPSTables: Annotate fp and hi/lo in/out more accurately than just "other"
Some typo fixes
|
2014-10-12 19:46:50 +02:00 |
|
Henrik Rydgard
|
f84ebf6bff
|
sprintf->snprintf, fix some too short buffers
|
2014-09-14 00:14:11 +02:00 |
|
Unknown W. Brackets
|
32cc6bc845
|
Disable the PC/LR buttons outside a game.
They don't want and can cause hangs if clicked after a game is stopped.
|
2014-09-07 20:44:55 -07:00 |
|