Commit Graph

43013 Commits

Author SHA1 Message Date
joost
fc35f675bc LazDebuggerFp (pure): Resolved problems with freeing breakpoints after the debuggee has ended.
git-svn-id: trunk@44771 -
2014-04-20 19:39:35 +00:00
joost
87bfbf6372 LazDebuggerFp (pure): Removed unused FBreakList
git-svn-id: trunk@44770 -
2014-04-20 17:59:44 +00:00
martin
c1899b0b90 FpGdbmiDebugger: allow stepping to continue over exceptions / allow to step from excepitons (raise) to finally/except (include implicit finally)
git-svn-id: trunk@44769 -
2014-04-20 17:38:53 +00:00
joost
e1881c3f4c LazDebuggerFp (pure): Implemented RunTo
git-svn-id: trunk@44768 -
2014-04-20 11:00:33 +00:00
joost
f96d70776c LazDebuggerFp (pure): Revert of r44766 #5cbd21f02c, leads to problems on Windows
git-svn-id: trunk@44767 -
2014-04-20 10:54:50 +00:00
joost
5cbd21f02c LazDebuggerFp (pure): The first time the debuggee is paused use the state dsInit instead of dsPause.
git-svn-id: trunk@44766 -
2014-04-20 10:33:15 +00:00
zeljko
9e98a99cc7 Qt: fixed wrong resize event from lineedit of combobox.issue #26040
git-svn-id: trunk@44765 -
2014-04-19 12:42: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
469e1dd8c0 FpGdbmiDebugger: add none mi commands as fallback in async mode.
git-svn-id: trunk@44763 -
2014-04-19 00:31:42 +00:00
martin
dbefd92609 FpGdbmiDebugger: add option to disable loading library symbols (auto-solib-add = off)
git-svn-id: trunk@44761 -
2014-04-18 22:03:32 +00:00
martin
1e55a6b71d FpGdbmiDebugger: tests
git-svn-id: trunk@44760 -
2014-04-18 16:01:19 +00:00
martin
845d3c0084 SynEdit, IDE: Fix phys/logic char pos in autocomplete. Issue #0026038
git-svn-id: trunk@44755 -
2014-04-17 22:25:13 +00:00
joost
f46dd07c9d LazDebuggerFp (pure): Ability to set breakpoints while the debuggee is running
git-svn-id: trunk@44754 -
2014-04-17 21:25:10 +00:00
bart
a4c5bcadd1 EditButton: publish OnButtonClick for EditButton descendants (regression).
git-svn-id: trunk@44753 -
2014-04-17 16:47:46 +00:00
zeljko
4ba356808a win32: fixed pixelated TCheckListBox at 120 ppi.Patch by wp. issue #26036
git-svn-id: trunk@44751 -
2014-04-17 09:36:17 +00:00
mattias
6f7a594436 lazutils: fixed typo
git-svn-id: trunk@44750 -
2014-04-17 06:55:36 +00:00
joost
a69e382e98 LazDebuggerFp (pure): Ability to pause debuggee (Windows)
git-svn-id: trunk@44749 -
2014-04-16 20:19:13 +00:00
zeljko
0033fa7c94 Qt: set focus policy to QtNoFocus if ControlStyle contains csNoFocus for TQtMainWindow class too.
git-svn-id: trunk@44744 -
2014-04-16 11:08:02 +00:00
joost
86f9de7b2a LazDebuggerFp (pure):
* When a breakpoint is hit, pass the correct breakpoint to the TFpDebugDebugger.
 * Solve an AV when the IDE exits

git-svn-id: trunk@44743 -
2014-04-16 09:15:10 +00:00
joost
ad9ca5afa5 LazDebuggerFp (pure): Fixed compilation after r44741 #a52defb4e1
git-svn-id: trunk@44742 -
2014-04-16 08:47:58 +00:00
joost
a52defb4e1 LazDebuggerFp (pure): Ability to add/delete/enable/disable breakpoints when the debuggee is not running or paused.
git-svn-id: trunk@44741 -
2014-04-16 08:05:58 +00:00
martin
e8d0b0687b Debugger: Ask to add RunError to ignored exceptions
git-svn-id: trunk@44740 -
2014-04-16 03:44:21 +00:00
martin
5d640f36c9 LazDebuggerGdbmi: Allow to add RunError to ignored exceptions
git-svn-id: trunk@44738 -
2014-04-16 03:21:16 +00:00
joost
acecc4a260 LazDebuggerFp (pure): Implemented step-over (next)
git-svn-id: trunk@44737 -
2014-04-15 19:22:01 +00:00
jesus
c780ddd0a7 LazReport, HideZeroValues should hide float values too, fix by Velissariou Costas, issue #25934
git-svn-id: trunk@44736 -
2014-04-15 15:44:15 +00:00
martin
a49efad04b IDE, SourceEditor: Fixed: Do not jump to error, if hint is triggered by typing "("
git-svn-id: trunk@44735 -
2014-04-15 15:07:11 +00:00
mattias
d599292ff9 IDE: designer: snap to nearest grid, instead of form grid, bug #18579
git-svn-id: trunk@44733 -
2014-04-14 20:22:29 +00:00
zeljko
5d75e55db4 Qt: use cheaper method to check modality.
git-svn-id: trunk@44732 -
2014-04-14 18:24:37 +00:00
zeljko
1890ef17b7 Qt,Gtk2: fixed crash introduced with r44723 #e92a302d5b,44724 #4987038ee9 when popup window is shown above modal form. issue #26018
git-svn-id: trunk@44731 -
2014-04-14 18:15:57 +00:00
mattias
2380c4e2bb LCL: carbon: fixed duplicate strings in TListBox with fpc 2.7.1
git-svn-id: trunk@44729 -
2014-04-14 17:02:06 +00:00
joost
22b80b3cf5 LazDebuggerFp (pure): StepIntoStr -> StepIntoInstr
git-svn-id: trunk@44728 -
2014-04-14 16:59:05 +00:00
joost
96991a9a84 FpDebug: Fixed compilation with range-checking on
git-svn-id: trunk@44727 -
2014-04-14 16:46:03 +00:00
zeljko
9936c8d776 LCL: TCustomComboBox: fixed AddHistoryItem and case sensitivity.patch by Vojtech Cihak.issue #26020
git-svn-id: trunk@44726 -
2014-04-14 16:40:02 +00:00
joost
ae35141581 LazDebuggerFp (pure): Implemented StepOverInstr
git-svn-id: trunk@44725 -
2014-04-14 16:39:35 +00:00
zeljko
4987038ee9 Qt: fixed showing of popup window over fsStayOnTop form.issue #26018
git-svn-id: trunk@44724 -
2014-04-14 16:34:27 +00:00
zeljko
e92a302d5b Gtk2: fixed showing of popup window over fsStayOnTop forms.issue #26018
git-svn-id: trunk@44723 -
2014-04-14 16:33:50 +00:00
bart
438d4e26ca EditButton: implement CheckCursor.
git-svn-id: trunk@44716 -
2014-04-13 11:47:02 +00:00
zeljko
a3373895f0 Gtk2: fixed mess with form sizes while being designed under compositing manager. issue #25473
git-svn-id: trunk@44715 -
2014-04-13 11:20:18 +00:00
juha
e7cc950b13 LCL: Prevent an out of bounds error in ValueListEditor when adding rows automatically in Value-column.
git-svn-id: trunk@44714 -
2014-04-13 10:35:15 +00:00
juha
e64fe7ef92 LCL: formatting in ValueListEditor.
git-svn-id: trunk@44713 -
2014-04-13 10:35:10 +00:00
joost
c6d5681d88 LazDebuggerFp (pure): Add statement-index and statement-count to disasembly-statements
git-svn-id: trunk@44712 -
2014-04-13 09:44:24 +00:00
martin
36cf5c18c1 FpGdbmiDebugger: fixes typecast to class of current method / improve nested procs / tests
git-svn-id: trunk@44711 -
2014-04-13 02:39:01 +00:00
martin
50271115ae IDE: fixed lazbuild, added gdbmi to dependency
git-svn-id: trunk@44710 -
2014-04-12 22:50:45 +00:00
martin
99beb437a1 FpGdbmiDebugger: fixes for nested proc / tests
git-svn-id: trunk@44709 -
2014-04-12 21:37:50 +00:00
bart
78869bf7b8 EditButton: fix directive for function Focused.
git-svn-id: trunk@44708 -
2014-04-12 21:21:48 +00:00
bart
d8d638b475 EditButton: implement GetSel, SetSel and EditCanModify: needed by Lazarus IBO port.
git-svn-id: trunk@44707 -
2014-04-12 21:15:52 +00:00
wp
6ed245f1f2 TAChart: initial implementation of Calculate(x) for TBSplineSeries
git-svn-id: trunk@44706 -
2014-04-12 19:04:07 +00:00
joost
5ff4273da5 LazDebuggerFp (pure): Ability to stop debugging while the debuggee is paused.
git-svn-id: trunk@44705 -
2014-04-12 17:54:07 +00:00
joost
8f5701ed19 LazDebuggerFp (pure): Hide software breakpoints (int3) on reading data
git-svn-id: trunk@44704 -
2014-04-12 16:24:46 +00:00
joost
0e62389d08 LazDebuggerFp (pure): Fixed single-stepping which was broken since r44690 #14698396ff
git-svn-id: trunk@44703 -
2014-04-12 16:19:20 +00:00