1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Torusrxxx 0b4b66f400 GUI: get rid of any message boxes! 2016-05-23 12:26:29 +00:00
Torusrxxx 778350d162 GUI: get rid of any message boxes! 2016-05-23 12:25:50 +00:00
Duncan Ogilvie 9e4a41325d Merge pull request #657 from torusrxxx/patch-2
DBG: Fixed locking condition
2016-05-23 13:49:01 +02:00
Torusrxxx e06046e85d DBG: Fixed locking condition 2016-05-23 11:32:39 +00:00
Torusrxxx d91eabccf3 GUI: fixed an issue
Native name is separated from real name
2016-05-23 11:11:46 +00:00
Torusrxxx 674ed013a0 GUI: fixed an issue
Native name is separated from real name
2016-05-23 11:09:07 +00:00
Torusrxxx b752e31ad1 GUI: fixed an issue
Native name is separated from real name
2016-05-23 11:08:12 +00:00
Torusrxxx 17468fa674 GUI: fixed an issue
Native name separated from tab name
2016-05-23 11:07:15 +00:00
Torusrxxx bdd960919f GUI: translate this file 2016-05-23 11:06:11 +00:00
Torusrxxx 4b848fe149 GUI: translate this file 2016-05-23 11:04:33 +00:00
Torusrxxx f5bae347d0 GUI: Get rid of any message boxes! 2016-05-23 11:03:21 +00:00
mrexodia 0055a19bd1 GUI: reset hit count is working again (#655) 2016-05-23 12:48:25 +02:00
mrexodia bf74b6968e DBG: fixed invalid fast resume behavior (issue #655) 2016-05-23 12:41:31 +02:00
Torusrxxx 0670f4108e GUI: Get rid of any message boxes 2016-05-23 07:35:50 +00:00
mrexodia 8be93b08cc GUI: fixed EditBreakpointDialog icon 2016-05-23 08:48:07 +02:00
mrexodia 913012dfa7 GUI: replaced individial edits with EditBreakpointDialog 2016-05-23 08:44:25 +02:00
mrexodia 833d0ea263 GUI: edit breakpoints directly from the disassembly view 2016-05-23 08:43:47 +02:00
mrexodia 5adddcc10b GUI: editBP function in Breakpoints 2016-05-23 08:43:18 +02:00
mrexodia 42c9b70cae GUI: finished EditBreakpointDialog 2016-05-23 08:43:00 +02:00
mrexodia 23d3fbb157 DBG: set breakpoint name functions + minor performance improvement with fastResume + fixed GetBridgeBp 2016-05-23 08:42:26 +02:00
Torusrxxx 4b03e91ed9 GUI: update translation 2016-05-23 06:11:11 +00:00
Torusrxxx 992841603e GUI: update translation 2016-05-23 06:08:25 +00:00
Torusrxxx edf3c69f9d Delete x64dbg_zh_CN.qm 2016-05-23 06:06:57 +00:00
Torusrxxx 1276bb7c4b GUI: translation update 2016-05-23 05:56:17 +00:00
mrexodia b10a437bbb GUI: resolved issue #652 (buggy register labels) 2016-05-23 07:24:08 +02:00
mrexodia c55d5666b7 GUI: enable/disable all in the context menu for every breakpoint type 2016-05-23 06:16:12 +02:00
mrexodia c7a3636a0e DBG: fixed bugs in enable/disable/delete all on various breakpoint types 2016-05-23 06:15:40 +02:00
mrexodia 1049c9c959 DBG: dynamic comments (works like logging breakpoints format string) 2016-05-23 04:38:17 +02:00
mrexodia f669096f90 GUI: added EditBreakpointDialog (not used yet) 2016-05-23 03:48:36 +02:00
mrexodia 490b0ff878 BRIDGE+DBG+GUI: reduced the code for conditional breakpoints + added commandCondition and logCondition (when not set the behavior stays the same as before) 2016-05-23 03:29:52 +02:00
mrexodia 40555f1fb9 GUI: fixed compile warning with PatchDialog 2016-05-23 02:35:07 +02:00
mrexodia e1736f7a4f GUI: resolved issue #639 (crash when restarting from the references tab) 2016-05-23 02:30:43 +02:00
mrexodia 97b2319371 DBG: added GetBridgeBp function 2016-05-22 23:53:17 +02:00
mrexodia 65639ff7d5 DBG: moved some breakpoint print statements to functions 2016-05-22 23:52:44 +02:00
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