Commit Graph

1431 Commits

Author SHA1 Message Date
martin
5e5ba12237 IDE, Watches: Allow dragging expressions from source edit. Issue #023368
git-svn-id: trunk@58524 -
2018-07-14 21:37:01 +00:00
martin
62434fa788 Debugger: Option to autoclose the asm window, if it was auto-opened (break at no source line). Issue #027800
git-svn-id: trunk@58522 -
2018-07-14 20:34:45 +00:00
martin
2948414ac2 Debugger: PseudoTerminal is linux only. Issue #33965
git-svn-id: trunk@58490 -
2018-07-11 13:34:11 +00:00
martin
e09fd578b4 Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd
git-svn-id: trunk@58482 -
2018-07-10 20:23:39 +00:00
martin
84464812eb Debugger (gdbmi based): Add TIOCGWINSZ to PseudoTerminal. Issue #33935 Patch by Mark Morgan Lloyd
git-svn-id: trunk@58480 -
2018-07-10 15:42:25 +00:00
martin
5d541aec27 DebuggerIntf: Watches can now be created in Updating state. Allowing to bundle change notifications for the debugger backend.
git-svn-id: trunk@58465 -
2018-07-08 20:51:00 +00:00
martin
b5ae8af585 Debugger, IDE: avoid sending wrong break.location notification for watchpoints
git-svn-id: trunk@58429 -
2018-07-02 19:22:49 +00:00
martin
2025b4dfcd LLDB Debugger: use custom stack trace format / support debug output win
git-svn-id: trunk@58392 -
2018-06-24 12:40:43 +00:00
martin
b592e98120 LLDB Debugger: threads
git-svn-id: trunk@58315 -
2018-06-18 21:05:30 +00:00
ondrej
47c60bcd9e IDE: less hints
git-svn-id: trunk@58265 -
2018-06-14 10:43:03 +00:00
martin
cef14db081 DebuggerIntf: Refactor, evaluate now takes a callback
git-svn-id: trunk@58238 -
2018-06-12 22:58:35 +00:00
martin
dd6656f6dd monospace font for debugger pseudo terminal, issue #33652
git-svn-id: trunk@58224 -
2018-06-10 23:59:12 +00:00
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
ondrej
a914eaa29d IDE: use TLCLGlyphs for IDE buttons
git-svn-id: trunk@57857 -
2018-05-08 23:10:58 +00:00
martin
5562c074da IDE, fpDebug, Debuggers: Deal with source lines that have more than one address (e.g. generics). fpDebug: set breakpoints at all addresses of a line.
git-svn-id: trunk@57782 -
2018-05-03 18:52:41 +00:00
martin
d5c2ad0fca Fix Icons for call stack
git-svn-id: trunk@57631 -
2018-04-09 10:34:17 +00:00
martin
7b1fafdd6a Debugger, GDBMI: debug inspector, display errors in status bar
git-svn-id: trunk@57381 -
2018-02-26 21:53:28 +00:00
martin
1f0b04b667 IDE, Debugger Options: Remove "Signals" config page as it is not implemented.
git-svn-id: trunk@57354 -
2018-02-23 13:41:48 +00:00
martin
78adab6417 IDE, Debugger: improved caption for debug dialogs
git-svn-id: trunk@57249 -
2018-02-04 01:26:04 +00:00
maxim
44ad65c4ea Debugger: fixed i18n of breakpoint description both in popup hint and dialog
git-svn-id: trunk@57223 -
2018-02-02 23:13:20 +00:00
martin
ea53266129 Debugger: add binary display for watches. Issue #0032817 Patch by Silvio Clécio
git-svn-id: trunk@57196 -
2018-01-31 00:05:27 +00:00
maxim
0d9ef66105 Debugger: improved i18n
git-svn-id: trunk@57194 -
2018-01-30 22:53:33 +00:00
martin
c7fe5d1822 IDE, Debugger: Implemented symbol for pending breakpoint (used for code in libraries(dll/so), before it is loaded)
git-svn-id: trunk@57193 -
2018-01-30 19:44:26 +00:00
wp
f0757ff745 ide: undo r56949 #20bc34c5fe, replace edit-buttons in debugger_general_options by TButton and make them square (issue #32924)
git-svn-id: trunk@56955 -
2018-01-04 20:03:52 +00:00
wp
20bc34c5fe ide: make ellipsis button in debugger options frame square again (issue #32924). Based on patch by FTurtle and idea by Ondrej.
git-svn-id: trunk@56949 -
2018-01-04 08:20:24 +00:00
mattias
f86ad4d47a IDE: set watch property dialog to autosize, bug #32567
git-svn-id: trunk@56100 -
2017-10-17 15:17:49 +00:00
wp
ced51791c2 Debugger: In BreakpointPropertyDlg, add new conditions at top of list, remove duplicates and reject empty strings.
git-svn-id: trunk@55954 -
2017-10-01 18:01:38 +00:00
juha
b29a46c876 Debugger: Simplify getting the full name of debugged file.
git-svn-id: trunk@55545 -
2017-07-20 13:56:50 +00:00
juha
523a625c8e Debugger: formatting.
git-svn-id: trunk@55544 -
2017-07-20 13:56:45 +00:00
juha
72686121fa Debugger: Fix anchoring in WatchPropertyDlg.
git-svn-id: trunk@55411 -
2017-06-28 12:47:56 +00:00
juha
2387cb7f16 Debugger: commit automatic changes for CallStackDlg.
git-svn-id: trunk@55306 -
2017-06-10 16:30:04 +00:00
juha
e27232d4cc Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
2017-06-04 15:14:29 +00:00
juha
4d212f5d65 Debugger: Jump properly from call stack to include files. Issue #31755.
git-svn-id: trunk@55155 -
2017-06-02 10:05:32 +00:00
ondrej
dc0a33652f IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
michl
5d03c243b5 IDE: High-DPI: All IDE SpeedButtons DPI-aware
git-svn-id: trunk@55035 -
2017-05-21 20:59:29 +00:00
juha
92ebfa019f IDE: Use symlinks when opening file for debugging. Improved version. Issue #31577, patch from Artyom.
git-svn-id: trunk@54572 -
2017-04-08 09:22:51 +00:00
mattias
16c9d3da82 IDE: less hints
git-svn-id: trunk@54040 -
2017-01-31 09:53:55 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
1a2964b382 IDE: 'Add' button for BreakpointDlg toolbar. Issue #31209, patch from Flávio Etrusco.
git-svn-id: trunk@53923 -
2017-01-11 10:16:57 +00:00
juha
73aa9aa4bb Order uses sections again to see dependencies better.
git-svn-id: trunk@53738 -
2016-12-20 16:26:44 +00:00
ondrej
e2599966ce DebuggerIntf, IDE: partially revert r53372 #ca66ef0c1c: don't format locals values, it slows down step-by-step debugging
git-svn-id: trunk@53374 -
2016-11-16 15:00:08 +00:00
ondrej
ca66ef0c1c DebuggerIntf: Add interface to format debugger variable values.
IDE: Show formatted values in watches dialog, locals dialog and smart hint. Add default formatters for TDate/TDateTime/TTime variables.

git-svn-id: trunk@53372 -
2016-11-16 13:30:24 +00:00
mattias
4511184249 IDE: designer: fixed path sep normalization
git-svn-id: trunk@53228 -
2016-10-26 16:46:11 +00:00
juha
97b86401b8 Debugger: Improve BreakPointGroupDlg layout. Issue #29751, patch from Alexey Torgashin.
git-svn-id: trunk@52993 -
2016-09-19 10:32:43 +00:00
juha
749a0b04fd Debugger: Improve BreakPropertyDlg layout. Issue #29752, patch from Alexey Torgashin.
git-svn-id: trunk@52992 -
2016-09-19 10:27:55 +00:00
wp
cb851cafdd Replace usage of ColorTree.BackgroundColor by ColorTree.Color in debugger_eventlog_options.
git-svn-id: trunk@52579 -
2016-06-26 06:18:42 +00:00
ondrej
bd6f6bf6dd ide: ExceptionDlg: fix checkbox position regression from r52309 #f7106b7504
git-svn-id: trunk@52532 -
2016-06-20 18:02:01 +00:00
ondrej
f7106b7504 IDE: exception dialog: support copy to clipboard. Issue #30050
git-svn-id: trunk@52309 -
2016-05-15 09:34:34 +00:00
ondrej
9bc9b19188 IDE: exception dialog: use &-prefixed button captions; execute continue on escape key press.
git-svn-id: trunk@52203 -
2016-04-16 11:36:02 +00:00
ondrej
27b9f40b75 ide, locals dialog: prevent AV when executing Copy RAW value without selection. Issue #29826
git-svn-id: trunk@51929 -
2016-03-13 21:19:08 +00:00
ondrej
6745d36137 debugger: save and restore call stack depth. Issue #29508
git-svn-id: trunk@51586 -
2016-02-10 22:30:38 +00:00
juha
001b1ee544 IDE: Make buttons with "..." wider. Used in many settings windows. Issue #29493, patch from Alexey Torgashin.
git-svn-id: trunk@51412 -
2016-01-25 16:22:14 +00:00
ondrej
a6c38d0bdb ide: fix FPC 3.0 compilation after r51375 #16c4777cbe
git-svn-id: trunk@51377 -
2016-01-22 13:17:18 +00:00
ondrej
16c4777cbe debugger: add CopyRAWValue to locals dialog
git-svn-id: trunk@51375 -
2016-01-22 09:56:19 +00:00
ondrej
4b5db67a88 debugger: add CopyAll to locals dialog. Issue #29467, patch by Cyrax
git-svn-id: trunk@51374 -
2016-01-22 08:35:11 +00:00
ondrej
ea7d1b855d debugger: check GetTextMetrics result in TAssemblerDlg.DoEditorOptsChanged. Issue #29429
git-svn-id: trunk@51316 -
2016-01-18 18:17:55 +00:00
mattias
731038db93 IDE: clean up
git-svn-id: trunk@50605 -
2015-12-04 16:38:38 +00:00
mattias
4a1345e0f6 IDE: debugger: using TProcessUTF8
git-svn-id: trunk@50602 -
2015-12-04 16:05:44 +00:00
mattias
5f82df1091 IDE: use TProcessUTF8
git-svn-id: trunk@50584 -
2015-12-03 14:48:00 +00:00
juha
1c609507ef Debugger: Improve WatchProperties layout. Issue #29075, patch from Alexey Torgashin.
git-svn-id: trunk@50485 -
2015-11-23 17:15:54 +00:00
mattias
71bb489d46 IDE: fpc msg parser: parse linker follow messages
git-svn-id: trunk@50427 -
2015-11-19 22:39:15 +00:00
mattias
9b0d4c01b6 IDE+LCL: debugging Disable/EnableAutoSizing
git-svn-id: trunk@50176 -
2015-10-26 21:34:11 +00:00
martin
d0a5c5a338 breakpoint dlg: select next item after delete
git-svn-id: trunk@49795 -
2015-09-09 11:02:48 +00:00
mattias
6104e32839 IDE: less hints
git-svn-id: trunk@49667 -
2015-08-14 09:48:06 +00:00
mattias
570d64b4ed IDE: less hints
git-svn-id: trunk@49613 -
2015-08-08 08:21:27 +00:00
juha
06ac76f560 LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
maxim
77e7bce2e8 Debugger, CallStack window: localized initial 'Max 10' button caption, shortened 'Goto' button caption and changed source column caption ('Source' -> 'Location')
git-svn-id: trunk@49312 -
2015-06-11 00:00:17 +00:00
juha
71a92380d4 IDE: Cleanup.
git-svn-id: trunk@49280 -
2015-06-06 11:19:40 +00:00
maxim
6f4c8353e5 IDE: renamed/regrouped/cleaned up resource strings for file filter names, bug #28219, patch from Alexey Torgashin
git-svn-id: trunk@49245 -
2015-06-02 23:56:03 +00:00
martin
764912011f IDE: cleans up asm dlg hint
git-svn-id: trunk@49223 -
2015-05-30 17:33:04 +00:00
juha
50f2b070b6 Debugger: Add file filter to History dialog. Issue #28189, patch from Alexey Torgashin.
git-svn-id: trunk@49190 -
2015-05-27 10:41:53 +00:00
martin
b63b1981dd Debugger, Callstack: display filename in front of path. Issue #0028084
git-svn-id: trunk@49093 -
2015-05-18 21:35:44 +00:00
juha
bd959215d1 Fix more uninitialized variables.
git-svn-id: trunk@48458 -
2015-03-22 22:39:33 +00:00
juha
708afdf966 Fix uninitialized variables and other problems found by the compiler.
git-svn-id: trunk@48451 -
2015-03-22 10:17:35 +00:00
mattias
b98e5b914f IDE: checked compiler warnings, clean up, fixed compile with fpc 2.6.4
git-svn-id: trunk@48228 -
2015-03-10 15:28:11 +00:00
mattias
f3f0866921 IDE: checked compiler warnings, clean up
git-svn-id: trunk@48218 -
2015-03-10 14:51:21 +00:00
mattias
75fd8a4e5d IDE: checked compiler warnings, clean up
git-svn-id: trunk@48211 -
2015-03-10 13:27:41 +00:00
martin
f93996caa6 Debugger (gdb): improve callstack win, with new de-mangled results
git-svn-id: trunk@47540 -
2015-01-27 00:11:18 +00:00
martin
91ef0ea2a5 Debugger (gdb): fixed finding src and line (lines were missing) from fpc mangled names. Issue #0024641
git-svn-id: trunk@47536 -
2015-01-26 23:07:13 +00:00
juha
4d145caa9f IDE: Refactor TPathEditorButton more. Copy values between dialog and edit here instead of clients' code.
git-svn-id: trunk@47491 -
2015-01-22 23:03:35 +00:00
maxim
d120249699 Debugger: minor message improvements
git-svn-id: trunk@47404 -
2015-01-16 21:10:06 +00:00
martin
c276a8b998 Debugger: Add some feedback in the eval/modify dialog.
git-svn-id: trunk@47386 -
2015-01-14 18:11:05 +00:00
bart
9b9f9f9709 Debugger: do not link in JwaTlHelp32 on Win9x platform (depends on compiler define).
git-svn-id: trunk@47325 -
2015-01-09 11:33:13 +00:00
juha
5148d091ff Debugger: Support Checkbox boolean property editor in debugger options.
git-svn-id: trunk@47314 -
2015-01-06 14:21:27 +00:00
mattias
a46dc8915a IDE: added TDebuggerIntf.CanExternalDebugSymbolsFile
git-svn-id: trunk@47107 -
2014-12-04 19:14:22 +00:00
mattias
d7122737e1 IDEIntf: renamed TDebuggerIntf.HasExePath to NeedsExePath, old kept as deprecated
git-svn-id: trunk@47106 -
2014-12-04 18:42:47 +00:00
mattias
62c23192e8 IDE: assembler window: fixed showing while docked
git-svn-id: trunk@46949 -
2014-11-22 00:04:14 +00:00
juha
b155443682 IDE: Use word "executable" for selecting program executables in environment options.
git-svn-id: trunk@46719 -
2014-10-30 19:49:22 +00:00
mattias
2e2ab0b2b3 codetools: TSourceLog.GetLine: added parameter WithLineEnd
git-svn-id: trunk@46039 -
2014-08-12 10:44:40 +00:00
mattias
2afb6b73af IDE: fixed extending unit/inc path in PI, fixed checking last pcp ignoring optional Darwin bundle, added dummy external tools for dependencies
git-svn-id: trunk@45986 -
2014-07-28 08:21:21 +00:00
mattias
522643fce7 IDE: clean up
git-svn-id: trunk@45581 -
2014-06-19 13:01:36 +00:00
juha
4fbeea1dfd IDE: ... and more hard-coded quotations in resourcestrings.
git-svn-id: trunk@45521 -
2014-06-15 11:52:27 +00:00
martin
5d2c7326ab Debugger: Improve asm view / center current line (fixed, did not work, when window was not already visible)
git-svn-id: trunk@45011 -
2014-05-11 18:04:19 +00:00
martin
bc4c3ea47a IDE, Debugger: improved display of watches (keep one space, if stripping multiline)
git-svn-id: trunk@44888 -
2014-05-02 13:13:39 +00:00
martin
fb748dcef7 IDE, Debugger: Fixed crash in Asm dialog (dialog closed, while running (F9) from dlg)
git-svn-id: trunk@44764 -
2014-04-19 03:21:31 +00:00
martin
cedbc0d203 Debugger: Fix stack history / broken in recent refactor
git-svn-id: trunk@44553 -
2014-03-29 22:32:48 +00:00
martin
671155bdde Debugger: test, move to package
git-svn-id: trunk@44482 -
2014-03-20 21:32:41 +00:00
martin
174b810539 Removed some old files (unused test files?)
git-svn-id: trunk@44481 -
2014-03-20 21:22:33 +00:00
martin
84b0249673 Debugger: test, remove IDE dependencies
git-svn-id: trunk@44480 -
2014-03-20 21:18:29 +00:00
martin
04e4af4d3a Debugger: refactor
git-svn-id: trunk@44477 -
2014-03-20 16:53:13 +00:00
martin
eeef6684f7 Debugger: refactor
git-svn-id: trunk@44476 -
2014-03-20 14:59:29 +00:00
martin
e6966c2a2a Debugger: refactor
git-svn-id: trunk@44473 -
2014-03-19 18:16:23 +00:00
martin
26e420585f Debugger: refactor
git-svn-id: trunk@44472 -
2014-03-19 18:04:42 +00:00
martin
e221726c5a Debugger: refactor
git-svn-id: trunk@44471 -
2014-03-19 17:17:03 +00:00
martin
3d8ea62914 Debugger: refactor
git-svn-id: trunk@44467 -
2014-03-18 19:26:04 +00:00
martin
245d81b151 Debugger: refactor
git-svn-id: trunk@44466 -
2014-03-18 15:49:01 +00:00
martin
9246646d0f Debugger: refactor
git-svn-id: trunk@44465 -
2014-03-18 14:58:46 +00:00
martin
c0924d71a4 Debugger: refactor
git-svn-id: trunk@44463 -
2014-03-18 02:45:28 +00:00
mattias
914882e83c IDEIntf: set free notification for TPropertyEditorHook.LookupRoot, changed TPropertyEditorHook to TComponent, set freenotification for TCustomPropertiesGrid.TIObject, bug #25872
git-svn-id: trunk@44455 -
2014-03-17 10:02:36 +00:00
martin
1bef36d35d Debugger: refactor
git-svn-id: trunk@44446 -
2014-03-16 18:42:01 +00:00
martin
ea1e624deb Debugger: Inspector, accept extended types from fpdebug
git-svn-id: trunk@44307 -
2014-03-01 14:34:39 +00:00
mattias
fdc2fe0d53 IDE: fixed hint
git-svn-id: trunk@44225 -
2014-02-24 10:18:40 +00:00
martin
8943769da2 Debugger: refactor register
git-svn-id: trunk@44217 -
2014-02-24 01:53:46 +00:00
martin
ed539caf03 Debugger: refactor register
git-svn-id: trunk@44216 -
2014-02-24 01:44:49 +00:00
martin
cdecfeb377 Debugger: clean up / rename some classes/properties
git-svn-id: trunk@44210 -
2014-02-23 01:34:31 +00:00
martin
d1cb615281 Debugger: refactor locals
git-svn-id: trunk@44207 -
2014-02-23 00:47:43 +00:00
mattias
7f6a28d1fe IDEIntf: clean up and added unit ideutils
git-svn-id: trunk@44150 -
2014-02-18 20:55:15 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
martin
cf059fd60e Debugger/LazBuild: removed dependency
git-svn-id: trunk@44131 -
2014-02-18 15:52:58 +00:00
martin
9a0683d7f8 FPGDBMIDebugger: moved to package
git-svn-id: trunk@44111 -
2014-02-17 03:53:56 +00:00
martin
0fae49bef2 GDBMIDebugger: move files
git-svn-id: trunk@44106 -
2014-02-16 23:57:57 +00:00
martin
95f100764c GDBMIDebugger: start moving files
git-svn-id: trunk@44105 -
2014-02-16 22:13:16 +00:00
martin
6addfab939 Debugger/DbgIntf: Moved registration
git-svn-id: trunk@44103 -
2014-02-16 21:39:52 +00:00
martin
8b589d149c Debugger/DbgIntf: Moved registration
git-svn-id: trunk@44102 -
2014-02-16 21:37:48 +00:00
martin
e6d188e7c5 FPDebug: conditional usage of windows unit / updates following fpdebug (again)
git-svn-id: trunk@44098 -
2014-02-16 14:51:02 +00:00
martin
e38b958e04 Debugger/DbgIntf: Moved code to DebuggerIntf package
git-svn-id: trunk@44097 -
2014-02-16 14:29:53 +00:00
martin
f3bf43a369 Debugger: fix updating watches, after changing a variable in the target
git-svn-id: trunk@44095 -
2014-02-16 14:14:58 +00:00
martin
5612452b40 Debugger: put some common types into DbgIntf
git-svn-id: trunk@44080 -
2014-02-15 01:42:00 +00:00
martin
3f415797e4 Debugger: put some common types into DbgIntf
git-svn-id: trunk@44079 -
2014-02-15 01:31:30 +00:00
martin
e01e690857 Debugger: fixed wrong timeout detection on Mac during startup
git-svn-id: trunk@44054 -
2014-02-13 17:48:07 +00:00
martin
e29c075ca4 FPGDBMIDebug: mem mgr
git-svn-id: trunk@44037 -
2014-02-13 15:48:08 +00:00
martin
abbd5a45d1 FPDebug: conditional usage of windows unit / updates following fpdebug
git-svn-id: trunk@44026 -
2014-02-12 11:08:26 +00:00
martin
85eb0b73fd FPGDBMIDebug: experimental win32 mem reader
git-svn-id: trunk@44005 -
2014-02-11 19:45:36 +00:00
martin
366610e42d Debugger: Fixed potential crash with writing (system.move) to empty string
git-svn-id: trunk@44004 -
2014-02-11 19:11:42 +00:00
martin
9bf7ff7e09 FPGDBMIDebug: clean up
git-svn-id: trunk@43984 -
2014-02-09 16:25:50 +00:00
martin
e619a6f056 FPGDBMIDebug: Value handling / more typecasts
git-svn-id: trunk@43940 -
2014-02-07 13:17:32 +00:00
martin
af91af27e9 Debugger: Debug-Inspector, limit len of expression in statusbar.
git-svn-id: trunk@43938 -
2014-02-07 12:46:30 +00:00
martin
36f4de257b FPGDBMIDebug: Value handling / more typecasts
git-svn-id: trunk@43937 -
2014-02-07 12:30:12 +00:00
maxim
c5fc4f9807 Debug Inspector: improved localization
git-svn-id: trunk@43925 -
2014-02-06 23:19:44 +00:00
martin
35cffd122c Debugger: Debug-Inspector, enabled double click on row to inspect value of class/record/dyn-array members
git-svn-id: trunk@43918 -
2014-02-06 16:30:35 +00:00
martin
cc32a6f10a Dbg: Spelling
git-svn-id: trunk@43917 -
2014-02-06 16:19:05 +00:00
mattias
1fe37e15a2 fixed spelling mistakes, found by lintian
git-svn-id: trunk@43900 -
2014-02-05 12:07:46 +00:00
maxim
6bc44f578b Debugger: resourcestring typos and minor improvements
git-svn-id: trunk@43848 -
2014-01-29 23:57:07 +00:00
martin
2f5726fd2f Debugger: Avoid error state, if GDB is killed.
git-svn-id: trunk@43838 -
2014-01-29 14:27:46 +00:00
martin
07f72b88d4 Debugger: Fixed and improved: Stop/Kill GDB when debugger stops
git-svn-id: trunk@43837 -
2014-01-29 14:17:25 +00:00
martin
030f7410f2 Debugger: Fixed and improved: Stop/Kill GDB when debugger stops
git-svn-id: trunk@43836 -
2014-01-29 13:53:27 +00:00
martin
2c1c4c8b7d Debugger: Fixed argument order (overloaded)
git-svn-id: trunk@43835 -
2014-01-29 12:46:19 +00:00
martin
d5fa90b6d2 Debugger: Add timeout on kill
git-svn-id: trunk@43834 -
2014-01-29 12:45:29 +00:00
martin
00ae9f28bd FPDebug: more Value handling
git-svn-id: trunk@43833 -
2014-01-29 00:02:31 +00:00
maxim
a1dd0a69f9 Debugger: localized 'Attach to' dialog, improved its layout, regenerated translations and updated Russian one
git-svn-id: trunk@43811 -
2014-01-25 21:55:02 +00:00