1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
mrexodia 144bfdc8b3 DBG: resolved issue #653 (deadlock in breakpoint callbacks) 2016-05-22 21:07:41 +02:00
mrexodia b48e29bbed GUI: new icons + updated AttachDialog + reload style.css + updated translation template 2016-05-22 19:51:31 +02:00
mrexodia 9311df4f33 GUI: load custom stylesheets from style.css and fixed a bug with translations when currentDirectory is different 2016-05-22 19:06:22 +02:00
mrexodia 037a0eb091 GUI: use enum instead of int 2016-05-22 18:44:41 +02:00
mrexodia cf540e73ef DBG: shared locks on BpInfoFromAddr (since that function uses no locks so the pointer might be invalid directly after the call) 2016-05-22 18:33:25 +02:00
mrexodia a285bae310 GUI: fixed a bug in LogView 2016-05-22 18:17:16 +02:00
mrexodia 7a041f6f05 DBG: correctly serialize fastResume + log formatting works 2016-05-22 18:17:03 +02:00
mrexodia 1941db5c80 DBG: slight AStyle 2016-05-22 17:35:50 +02:00
mrexodia 5d6b4f09f3 GUI: changed AppearanceDialog default tab and a misleading description 2016-05-22 17:34:33 +02:00
Duncan Ogilvie c1f505b46e Merge pull request #651 from torusrxxx/development
Conditional breakpoint

This will make a lot of people happy, thanks a lot!
2016-05-22 17:34:01 +02:00
Torusrxxx ed66642a88 Move code from _export.cpp to Breakpoint.cpp 2016-05-22 14:27:14 +00:00
Torusrxxx 08194c49b6 Change comments so they're not misleading 2016-05-22 14:15:03 +00:00
Torusrxxx f25a510918 Manual style fix 2016-05-22 14:00:52 +00:00
Torusrxxx 72050303e8 Manual style fixing 2016-05-22 13:56:43 +00:00
Torusrxxx 7d43769336 Re-apply recent commit 2016-05-22 13:50:52 +00:00
mrexodia 07f18d442e DBG: formatted ExpressionParser 2016-05-22 15:50:40 +02:00
Torusrxxx 9697177e4c Make code safer 2016-05-22 13:39:31 +00:00
Torusrxxx 04d71a700b More unusual instructions 2016-05-22 13:31:36 +00:00
Torusrxxx 7565f55c2e translate this file 2016-05-22 13:29:01 +00:00
Torusrxxx e84d27f667 translate this file 2016-05-22 13:28:15 +00:00
Torusrxxx 24405d4f9e Conditional breakpoint
#314
2016-05-22 13:25:30 +00:00
Torusrxxx a0134c3be8 Conditional breakpoint
#314
2016-05-22 13:24:48 +00:00
Torusrxxx 1b217a481c Conditional breakpoint
#314
2016-05-22 13:21:29 +00:00
Torusrxxx bcd87ac7d8 Conditional breakpoint
#314
2016-05-22 13:20:24 +00:00
Torusrxxx 49d90a5e9d Conditional breakpoint
#314. This existing behaviour should be retained in future versions of this function, otherwise the conditionals may not work.
2016-05-22 13:19:08 +00:00
Torusrxxx 4f07e6d389 Conditional breakpoint
#314
2016-05-22 13:17:06 +00:00
Torusrxxx c2bd651f2f Conditional breakpoint
#314
2016-05-22 13:16:05 +00:00
Torusrxxx 51b2e1efe2 Conditional breakpoint
#314
2016-05-22 13:14:49 +00:00
Torusrxxx cdc7a58a02 Conditional breakpoint
#314
2016-05-22 13:14:03 +00:00
Torusrxxx b7aa03f88b Conditioal breakpoint
#314
2016-05-22 13:13:00 +00:00
Torusrxxx f4c379aa27 Conditional breakpoint
#314
2016-05-22 13:12:10 +00:00
Torusrxxx f0cebff781 Conditional breakpoint
#314
2016-05-22 13:10:45 +00:00
mrexodia c4777b2984 DBG: changed stringformat for the log command (you now write {d:0} instead of {d0}) 2016-05-22 14:52:31 +02:00
mrexodia 637aa0f1b9 DBG: added stringformatinline 2016-05-22 14:43:50 +02:00
mrexodia 12e320e612 DBG: logical expressions will now be evaluated to either 1 (true) or 0 (false) 2016-05-21 19:19:57 +02:00
mrexodia 891240c4eb GUI: AStyle + fixed compiler warning for appendRegister 2016-05-21 18:54:17 +02:00
mrexodia ebb24d8df3 GUI: changed default color for unusual instructions 2016-05-21 18:36:05 +02:00
mrexodia c780b40366 GUI: removed function+x at addresses + infobox now has relative addresses 2016-05-21 18:30:49 +02:00
Duncan Ogilvie a5770cbf76 Merge pull request #650 from torusrxxx/patch-1
GUI: Apply unique color to unusual instructions
2016-05-21 18:11:53 +02:00
Torusrxxx 05474d9863 GUI: Show label on comment area if no comments
Labels in address columns are often hidden to save screen space. Allowing these labels to show in comment area when nothing else needs to be shown improves work efficiency.
2016-05-21 15:47:31 +00:00
Torusrxxx d3e38e453b GUI: Apply unique color to unusual instructions
Unusual instructions are privileged, unknown or IRET.
PUSHF is recognised as push instructions.
2016-05-21 15:44:03 +00:00
Torusrxxx 20f4069970 GUI: Apply unique color on unusual instructions 2016-05-21 15:41:06 +00:00
Torusrxxx 0f05ebd57b GUI: Apply unique color to unusual instructions 2016-05-21 15:40:02 +00:00
Torusrxxx a1efbc1971 GUI: Apply unique color to unusual instructions.
Unusual instructions are privileged, unknown or "IRET"
2016-05-21 15:38:23 +00:00
Torusrxxx 81041bd1cf GUI: translate more on this file 2016-05-21 15:12:07 +00:00
Duncan Ogilvie 2ad699101f Merge pull request #646 from torusrxxx/development
Misc. GUI improvement
2016-05-21 14:49:12 +02:00
Torusrxxx a0d085af1d attach refresh
attach refresh ( #601 )
2016-05-21 11:13:36 +00:00
Torusrxxx 6b7dd2c055 remove currently unused variable 2016-05-21 05:41:54 +00:00
Torusrxxx c10b383b70 reuse var 2016-05-21 05:37:32 +00:00
Torusrxxx c9f37062ef add appendRegister method 2016-05-21 05:30:01 +00:00