1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Torusrxxx 45c54a05e8 Trace record
#654
2016-05-25 12:04:42 +00:00
Torusrxxx 60a07e2cf9 Trace record
#654
2016-05-25 12:03:50 +00:00
Torusrxxx 94bba38a8f Trace record
#654
2016-05-25 11:59:41 +00:00
Torusrxxx 426f456e64 Trace record
#654
2016-05-25 11:55:09 +00:00
Torusrxxx c82f3a6ca3 Trace record
#654
2016-05-25 11:54:40 +00:00
Torusrxxx c25a265c45 BRIDGE: Nothing actually changed 2016-05-25 11:43:35 +00:00
Torusrxxx 9b648dedd7 DBG: Nothing acturally changed 2016-05-25 11:41:50 +00:00
Torusrxxx 7912681a04 DBG: add reason to efree() 2016-05-25 11:40:56 +00:00
Torusrxxx c29a754739 Trace record
#654
2016-05-25 11:39:55 +00:00
Torusrxxx 8f72770a20 Trace record
#654
2016-05-25 11:30:36 +00:00
Torusrxxx 069797dfe5 Trace record
#654
2016-05-25 11:29:48 +00:00
Torusrxxx 09270e501a Trace record
#654
2016-05-25 11:29:13 +00:00
Torusrxxx e6502e236e Trace record
#654
2016-05-25 11:28:07 +00:00
Torusrxxx 9caa6365de Trace record
#654
2016-05-25 11:27:09 +00:00
Torusrxxx 8e39780f2b Trace record
#654
2016-05-25 11:26:24 +00:00
Torusrxxx 205345e7b3 Delete TraceRecord.h 2016-05-25 11:25:17 +00:00
mrexodia 2560e19b88 GUI: should really fix #663 2016-05-25 13:07:49 +02:00
mrexodia 82aaf89d4c GUI: fixed flags set in RegistersView 2016-05-25 12:56:05 +02:00
mrexodia 5d581304f9 GUI: resolved issue #663 (manual doesn't open) 2016-05-25 12:07:19 +02:00
mrexodia c03e26d5ef GUI: fixed ambiguous menu name in CPUStack 2016-05-25 12:04:45 +02:00
mrexodia 8bd6fe8aad DBG+GUI: fixed comments with format strings (now you can also edit them as format strings) 2016-05-25 11:58:04 +02:00
mrexodia 2db0248c22 PROJECT: updated help project file 2016-05-25 11:27:41 +02:00
mrexodia 22d026bcdd GUI: fixed memory leaks with QMenu (#660) 2016-05-25 11:27:00 +02:00
mrexodia a8f70ccc01 PROJECT: updated help 2016-05-25 11:10:12 +02:00
mrexodia b7b27adff5 DBG: fixed flags (now prefixed with an underscore instead of logical not) 2016-05-25 11:08:54 +02:00
mrexodia 845fb463f7 GUI: more icons + add stack comments when the dump is in stack range 2016-05-25 08:50:59 +02:00
mrexodia 53bc89f515 GUI: better history in CPUDump + history in CPUStack 2016-05-25 08:32:57 +02:00
mrexodia 7d9881a7b1 GUI: focus signals 2016-05-25 08:31:57 +02:00
mrexodia 6b780024c3 DBG: focus on the disassembly on DebugUpdateGui 2016-05-25 08:31:22 +02:00
mrexodia 69175d5658 BRIDGE: add GuiFocusView function 2016-05-25 08:31:03 +02:00
mrexodia 0d7d1d7c5a GUI: icons in CPUStack + changed double click behavior of CPUDump 2016-05-25 07:08:41 +02:00
mrexodia 34c58e4be0 GUI: added Modify Value in dump 2016-05-25 06:48:23 +02:00
mrexodia f33b2ef1dd GUI: resolved issue #548 (sync with expression in HexDump) + added icons in HexDump 2016-05-25 06:28:14 +02:00
mrexodia 38db88deaf GUI: added mSyncAddrExpression to the HexDump 2016-05-25 06:27:25 +02:00
mrexodia 514a0e0966 GUI: added features to the GotoDialog 2016-05-25 06:26:53 +02:00
mrexodia 83d2b17193 GUI: adding more tr() calls 2016-05-25 06:26:13 +02:00
mrexodia 1848555ba0 GUI: allow certain things in the CPUWidget to collapse 2016-05-25 05:10:45 +02:00
mrexodia e828a52bc1 GUI: added CPUArgumentWidget + moved scroll bar styles to Configuration 2016-05-25 05:04:21 +02:00
mrexodia 321dae7910 DBG: changed pointer format string + removed LongHex format string 2016-05-25 05:04:20 +02:00
mrexodia 35514bdf5e DBG: added LongHex format type "{x:5}" 2016-05-25 05:04:19 +02:00
mrexodia 44f00b0cbd GUI: added ArchValue function in StringUtil 2016-05-25 05:04:18 +02:00
mrexodia 90432d61e6 GUI: added updateArgumentView signal to the bridge 2016-05-25 05:04:17 +02:00
mrexodia 43dd0c113f DBG: allow the capstone instruction to customize CIP 2016-05-25 05:04:16 +02:00
mrexodia 5b669067f3 DBG: added DbgFunctions()->StringFormatInline 2016-05-25 05:04:16 +02:00
mrexodia 6d2703cd74 BRIDGE: updated GuiUpdateAllViews + added GuiUpdateArgumentWidget 2016-05-25 05:04:15 +02:00
Torusrxxx d17d402ecf TraceRecordManager class is created.
#654 . Upload this file first so we can talk about this before the implementation is finished.
2016-05-24 03:00:15 +00:00
Duncan Ogilvie 9a944dbf0d Merge pull request #658 from torusrxxx/patch-3
GUI: yet more unusual instructions
2016-05-24 01:00:09 +02:00
mrexodia 4e4e0c6436 GUI: fixed missing addQWidgetTab (for plugins) 2016-05-24 00:43:00 +02:00
Torusrxxx 5c8e4fc91f GUI: yet more unusual instructions 2016-05-23 13:03:00 +00:00
Duncan Ogilvie 54713025dc Merge pull request #656 from torusrxxx/patch-1
Updated translation, and fixed an disturbing issue

Looks great! I'm going sleep now though. When I modify the GUI should I run `maketranslatetemplate.bat` and push the modified files by the way?
2016-05-23 14:30:43 +02:00