| .. |
|
fpdebug
|
debugger: add .lpi for fpdumpdwarf
|
2009-03-16 15:38:28 +00:00 |
|
frames
|
ide: debugger type combobox can't be edited
|
2009-11-15 13:58:44 +00:00 |
|
test
|
|
|
|
assemblerdlg.lfm
|
+ add forgotten dialogs
|
2008-12-09 09:40:24 +00:00 |
|
assemblerdlg.lrs
|
+ add forgotten dialogs
|
2008-12-09 09:40:24 +00:00 |
|
assemblerdlg.pp
|
* base lineheight on TextMetric instead of font height
|
2009-11-11 23:32:30 +00:00 |
|
breakpointsdlg.lfm
|
IDE: improved the breakpoints dialog for keyboard usage (related to bug #9308 and #10244)
|
2008-05-14 12:14:54 +00:00 |
|
breakpointsdlg.lrs
|
IDE: improved the breakpoints dialog for keyboard usage (related to bug #9308 and #10244)
|
2008-05-14 12:14:54 +00:00 |
|
breakpointsdlg.pp
|
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882)
|
2009-01-04 19:57:56 +00:00 |
|
breakpropertydlg.lfm
|
ide, debugger: breakpoint properties dialog: add resource strings
|
2009-07-21 12:24:01 +00:00 |
|
breakpropertydlg.lrs
|
ide, debugger: breakpoint properties dialog: add resource strings
|
2009-07-21 12:24:01 +00:00 |
|
breakpropertydlg.pas
|
ide, debugger: breakpoint properties dialog: add resource strings
|
2009-07-21 12:24:01 +00:00 |
|
callstackdlg.lfm
|
ide: call stack dialog translation improvements by Marcelo B Paula (patch003 of issue #0014266)
|
2009-08-20 16:45:20 +00:00 |
|
callstackdlg.lrs
|
ide: call stack dialog translation improvements by Marcelo B Paula (patch003 of issue #0014266)
|
2009-08-20 16:45:20 +00:00 |
|
callstackdlg.pp
|
ide: call stack dialog translation improvements by Marcelo B Paula (patch003 of issue #0014266)
|
2009-08-20 16:45:20 +00:00 |
|
cmdlinedebugger.pp
|
Debugger, fix calling idle on windows. Otherwise the IDE fails to update (e.g hints) during debug; issue #14296
|
2009-08-12 18:27:11 +00:00 |
|
debugger.pp
|
debugger: use fullname if available
|
2009-12-04 11:34:47 +00:00 |
|
debuggerdlg.pp
|
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882)
|
2009-01-04 19:57:56 +00:00 |
|
debugoutputform.lfm
|
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
|
2009-01-15 23:26:10 +00:00 |
|
debugoutputform.lrs
|
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
|
2009-01-15 23:26:10 +00:00 |
|
debugoutputform.pp
|
ide: debug output window translation improvements by Marcelo B Paula (patch004 of issue #0014266)
|
2009-08-20 16:48:59 +00:00 |
|
debugutils.pp
|
* first part of new expression evaluator
|
2009-04-13 22:56:16 +00:00 |
|
evaluatedlg.lfm
|
debugger: add focus controls for labels in evaluate window
|
2009-06-19 09:06:10 +00:00 |
|
evaluatedlg.lrs
|
debugger: add focus controls for labels in evaluate window
|
2009-06-19 09:06:10 +00:00 |
|
evaluatedlg.pp
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
exceptiondlg.lfm
|
debugger: rename TExceptionDialog to TIDEExceptionDlg to resolve conflict with JCF2
|
2009-03-14 12:35:06 +00:00 |
|
exceptiondlg.lrs
|
debugger: rename TExceptionDialog to TIDEExceptionDlg to resolve conflict with JCF2
|
2009-03-14 12:35:06 +00:00 |
|
exceptiondlg.pas
|
debugger: rename TExceptionDialog to TIDEExceptionDlg to resolve conflict with JCF2
|
2009-03-14 12:35:06 +00:00 |
|
gdbmidebugger.pp
|
debugger: the same for 'SHORTSTRING' (stabs reports it so)
|
2009-12-06 06:24:04 +00:00 |
|
gdbtypeinfo.pp
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
inspectdlg.lfm
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
inspectdlg.lrs
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
inspectdlg.pas
|
debugger: the same for 'SHORTSTRING' (stabs reports it so)
|
2009-12-06 06:24:04 +00:00 |
|
localsdlg.lfm
|
|
|
|
localsdlg.lrs
|
|
|
|
localsdlg.pp
|
* Fixed memleaks
|
2008-11-19 23:14:39 +00:00 |
|
processdebugger.pp
|
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
|
2009-01-15 23:26:10 +00:00 |
|
processlist.pas
|
|
|
|
registersdlg.lfm
|
* Forgot one class for modified registers
|
2008-11-20 00:40:06 +00:00 |
|
registersdlg.lrs
|
IDE: debugger: removed duplicate resource TLocalDlg
|
2009-08-09 03:29:06 +00:00 |
|
registersdlg.pp
|
+ Added changed image
|
2008-11-20 00:19:14 +00:00 |
|
sshgdbmidebugger.pas
|
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
|
2009-01-15 23:26:10 +00:00 |
|
watchesdlg.lfm
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
watchesdlg.lrs
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
watchesdlg.pp
|
Patch by JoshyFun (modified)
|
2009-10-30 00:02:38 +00:00 |
|
watchpropertydlg.lfm
|
ide, debugger: watches:
|
2009-10-02 06:18:19 +00:00 |
|
watchpropertydlg.lrs
|
ide, debugger: watches:
|
2009-10-02 06:18:19 +00:00 |
|
watchpropertydlg.pp
|
ide, debugger: watches:
|
2009-10-02 06:18:19 +00:00 |