Commit Graph

1337 Commits

Author SHA1 Message Date
martin
9f8beba93e Debugger: let the debugger request certain compiler opts (eg: needs dwarf, or external info)
git-svn-id: trunk@58679 -
2018-08-05 12:26:21 +00:00
martin
98304b2635 Debugger: Fix attach dialog. Issue #0034028 Patch by Cyrax
git-svn-id: trunk@58638 -
2018-07-26 11:53:23 +00:00
juha
7f7e7ada81 Format and clean uses sections.
git-svn-id: trunk@58629 -
2018-07-25 13:38:35 +00:00
juha
b20cf40349 Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
2018-07-24 17:49:21 +00:00
martin
f38ea5618f Debugger: Enhance console output win. Issue #33935
git-svn-id: trunk@58589 -
2018-07-21 21:37:50 +00:00
martin
4358281aed Debugger: Enhance console output win. Issue #33935
git-svn-id: trunk@58563 -
2018-07-18 16:36:18 +00:00
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