paul
3c56977f01
debugger: support elf32-i386-freebsd target
...
git-svn-id: trunk@19515 -
2009-04-19 15:43:32 +00:00
mattias
ee4c6ee66b
IDE: debugger: clean up
...
git-svn-id: trunk@19425 -
2009-04-14 08:12:55 +00:00
paul
2db4548c14
ide, debugger:
...
- redo showing of execution lines. now there is no need to pause execution to look at execution lines
- started inspect dialog
git-svn-id: trunk@19418 -
2009-04-13 23:10:06 +00:00
marc
726bd7ccc8
* first part of new expression evaluator
...
git-svn-id: trunk@19416 -
2009-04-13 22:56:16 +00:00
paul
9e7ee42ccf
ide: windows
...
- use translations for captions of Evaluate/Modify, Assebler dialogs
- remove 'View' word from more items which are in the View menu
git-svn-id: trunk@19407 -
2009-04-13 09:46:23 +00:00
paul
52d21f4396
debugger: don't try to request lines in the GDBSourceAdress if source name is empty
...
git-svn-id: trunk@19136 -
2009-03-27 18:51:28 +00:00
paul
542f99b32a
debugger: increase refresh speed of callstack dialog on breakpoint toggle
...
git-svn-id: trunk@19129 -
2009-03-27 04:26:47 +00:00
paul
d7fef7831e
debugger: improve anchoring of evaluate&modify dialog, add constraints
...
git-svn-id: trunk@19127 -
2009-03-27 03:44:39 +00:00
paul
b0f9fcfd3b
debugger: fix entry point parsing
...
git-svn-id: trunk@19082 -
2009-03-24 01:51:32 +00:00
paul
0beb447983
debugger: improve execution lines retrieval from gdb
...
git-svn-id: trunk@19053 -
2009-03-21 12:50:41 +00:00
paul
8e7fc1ea58
debugger: add .lpi for fpdumpdwarf
...
git-svn-id: trunk@19007 -
2009-03-16 15:38:28 +00:00
paul
6a8a44f488
debugger: further change TGDBMIDebugger.GDBSourceAdress - return False only in case of error and AAddr = 0 is not found
...
git-svn-id: trunk@18997 -
2009-03-15 06:48:49 +00:00
paul
4be10e123f
debugger: fix memory leaks in TGDBMIDebugger.GDBSourceAdress
...
git-svn-id: trunk@18995 -
2009-03-15 06:10:06 +00:00
paul
8d98bf1854
debugger: fix TGDBMIDebugger.GDBSourceAdress
...
- wrong command was used
- don't add more than one address to the lines Map
git-svn-id: trunk@18994 -
2009-03-15 06:03:11 +00:00
paul
38c3709b80
debugger: rename TExceptionDialog to TIDEExceptionDlg to resolve conflict with JCF2
...
git-svn-id: trunk@18986 -
2009-03-14 12:35:06 +00:00
paul
41ff1a63f0
ide, debugger: add "Toggle breakpoint" menu item to the callstack dialog, show address in the source column if source file is not available
...
git-svn-id: trunk@18984 -
2009-03-13 17:48:53 +00:00
marc
a1a0455bbd
* Added debugger sourceline info to aid showing compiled lines
...
git-svn-id: trunk@18973 -
2009-03-13 00:24:36 +00:00
paul
a3fdb8c062
debugger, ide: allow to toggle breakpoint in the callstack dialog, show mixed break+current line image for appropriate lines
...
git-svn-id: trunk@18968 -
2009-03-12 14:03:27 +00:00
paul
0b733a0b1f
debugger, ide: make callstack dialog react on breakpoints change
...
git-svn-id: trunk@18967 -
2009-03-12 13:06:12 +00:00
paul
39c69e59f7
debugger: show lines with breakpoints in the call stack dialog
...
git-svn-id: trunk@18941 -
2009-03-10 07:12:33 +00:00
paul
632c906b7a
debugger: fix path delimiters for the call stack
...
git-svn-id: trunk@18940 -
2009-03-10 07:05:45 +00:00
paul
f03e6fc7c2
debugger: use images in the callstack listview to improve look and informativeness
...
git-svn-id: trunk@18939 -
2009-03-10 03:17:58 +00:00
paul
83f556cdd7
debugger: make callstack dialog use common ide imagelist
...
git-svn-id: trunk@18936 -
2009-03-10 02:34:14 +00:00
paul
19b235f963
debugger: make callstack dialog listview readonly
...
git-svn-id: trunk@18932 -
2009-03-09 15:40:59 +00:00
paul
4261d1dfdf
debugger: fix some problems after pressing "Continue" button in the debugger notification dialog
...
git-svn-id: trunk@18921 -
2009-03-08 17:28:33 +00:00
paul
5441f544bd
debugger: forgot to autosize buttons in the exception dialog
...
git-svn-id: trunk@18919 -
2009-03-08 12:47:38 +00:00
paul
953956e64f
ide, debugger: set Modified state to project when we add/remove exceptions or change ignore option
...
git-svn-id: trunk@18918 -
2009-03-08 12:31:58 +00:00
paul
dd45a62e40
debugger: reset "Notify on Lazarus exceptions" option for new projects
...
git-svn-id: trunk@18917 -
2009-03-08 12:13:03 +00:00
paul
95b6a7b814
debugger: exception handling improvement
...
- add debugger exception notification dialog instead of simple message dialog. This allows to continue execution just after reading about exception and to add this exception to the "skip" list.
- implement "Notify on Lazarus exception" option
- fix inability to remove an exception from the "skip" list
git-svn-id: trunk@18916 -
2009-03-08 12:03:34 +00:00
paul
6a38d2a91c
debugger: convert path delimiters in the debugger, not in the IDE
...
git-svn-id: trunk@18902 -
2009-03-06 04:41:23 +00:00
paul
2521adfc9c
fix typo
...
git-svn-id: trunk@18836 -
2009-02-27 09:34:06 +00:00
marc
fa88fa1f61
* Reset puse wait state when stopped (tip from paul)
...
git-svn-id: trunk@18826 -
2009-02-26 22:40:16 +00:00
marc
f9ef877f9e
* remove windows specific parts (step 2)
...
git-svn-id: trunk@18302 -
2009-01-16 00:26:10 +00:00
marc
4ac1841cc0
* Rename of dbgutils and dbgoutputform to avoid future name conflicts
...
git-svn-id: trunk@18301 -
2009-01-15 23:26:10 +00:00
paul
36ba5614a2
debugger: hopefully fixed breakpoint properties dialog layout
...
git-svn-id: trunk@18263 -
2009-01-12 03:17:20 +00:00
marc
616b9a6473
* Fixed anchors and removed bevel
...
git-svn-id: trunk@18258 -
2009-01-11 17:26:33 +00:00
paul
37fced3f9b
debugger: fix anchoring of breakpoint properties dialog, set dialog style to watch property dialog
...
git-svn-id: trunk@18126 -
2009-01-05 09:31:30 +00:00
marc
13c4eb0d63
* Replaced buttons by buttonpanel
...
* improved alignment
git-svn-id: trunk@18124 -
2009-01-05 01:24:45 +00:00
paul
e9be67479b
debugger: fix layout and tab order of break point properties dialog
...
git-svn-id: trunk@18118 -
2009-01-04 20:39:47 +00:00
marc
50a8b259ee
- Removed obsolete file
...
git-svn-id: trunk@18116 -
2009-01-04 19:58:54 +00:00
marc
c569ccca33
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882 )
...
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
paul
3df9f2143a
debugger: next time show more informative exception about duplicate name
...
git-svn-id: trunk@18100 -
2009-01-04 10:01:33 +00:00
mattias
89df8b61f5
IDE: added directory packager/frames to defines
...
git-svn-id: trunk@18090 -
2009-01-03 22:02:07 +00:00
mattias
5f48d63392
IDE: renamed options frames
...
git-svn-id: trunk@18086 -
2009-01-03 21:20:50 +00:00
marc
625e1a3cc1
* remove windows specific part
...
git-svn-id: trunk@18058 -
2009-01-02 17:32:54 +00:00
paul
7fd8f0dd3f
debugger: convert widestring output to the utf8
...
git-svn-id: trunk@18043 -
2009-01-02 13:05:02 +00:00
paul
e066a0006d
debugger: add initial widestring support for gdb
...
git-svn-id: trunk@18041 -
2009-01-02 12:53:43 +00:00
marc
52e0efb143
* first part of restructure to generic debugger
...
git-svn-id: trunk@17889 -
2008-12-22 23:49:27 +00:00
mattias
b2b7dbe035
clean up
...
git-svn-id: trunk@17756 -
2008-12-09 12:51:04 +00:00
marc
df49c8ebd2
+ add forgotten dialogs
...
git-svn-id: trunk@17750 -
2008-12-09 09:40:24 +00:00