Commit Graph

128 Commits

Author SHA1 Message Date
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
632c906b7a debugger: fix path delimiters for the call stack
git-svn-id: trunk@18940 -
2009-03-10 07:05:45 +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
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
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
4ac1841cc0 * Rename of dbgutils and dbgoutputform to avoid future name conflicts
git-svn-id: trunk@18301 -
2009-01-15 23:26:10 +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
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
598126853c * Initial implementation of assembler dialog
git-svn-id: trunk@17735 -
2008-12-09 01:39:31 +00:00
paul
3e23380837 debugger: don't pause a project when exception must be skiped
git-svn-id: trunk@17671 -
2008-12-03 10:46:31 +00:00
paul
aa21e07575 components, ide, debugger: fix last visibility warnings
git-svn-id: trunk@17618 -
2008-11-28 03:17:37 +00:00
marc
f64f9318a3 + Added changed image
git-svn-id: trunk@17455 -
2008-11-20 00:19:14 +00:00
marc
ba81fecd5c * Fixed registervalue resolving
git-svn-id: trunk@17454 -
2008-11-19 23:50:39 +00:00
marc
88ff1df906 + Added Registers debug view
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +00:00
paul
d57b1b6854 debugger: fix handling of UTF8 filenames
git-svn-id: trunk@16424 -
2008-09-05 03:28:31 +00:00
mattias
8c7598d73a IDE: implemented supporting FPCVer in FPCSrcDir
git-svn-id: trunk@16133 -
2008-08-19 01:28:24 +00:00
mattias
7e0bf7487b IDE: reduced output
git-svn-id: trunk@15546 -
2008-06-23 18:04:23 +00:00
marc
6c828ea03c * Callstack speedup. Now enties are fetched in one go from the debugger by Martin Friebe (modified)
* Fixed callstack item count

git-svn-id: trunk@14561 -
2008-03-18 01:00:51 +00:00
marc
7183882ba2 * implemented limited callstackview based on patch from Martin Friebe
git-svn-id: trunk@13896 -
2008-01-27 16:01:41 +00:00
marc
f5ec643614 * allow evaluation of upper ascii chars
git-svn-id: trunk@13812 -
2008-01-20 23:58:59 +00:00
marc
160f3905c4 * Reduced stringmanipulation when parsing gdb mi result
git-svn-id: trunk@13810 -
2008-01-20 19:32:34 +00:00
marc
b7d6585db5 * Fixed compilation on win32
git-svn-id: trunk@13796 -
2008-01-19 11:24:03 +00:00
marc
4d014fa56c * Improved MI parser, based on patch by Martin Friebe
git-svn-id: trunk@13790 -
2008-01-19 02:48:48 +00:00
marc
273bdea671 * Ignore debugger errors when creating locals
git-svn-id: trunk@13742 -
2008-01-13 19:21:26 +00:00
marc
993bf3680e * Fixed arguments as locals
git-svn-id: trunk@13734 -
2008-01-12 18:41:45 +00:00
marc
83cd44b0c5 + added classtype support to debugger expression evaluation
git-svn-id: trunk@13705 -
2008-01-10 01:10:20 +00:00
marc
1b0fb632fa * Added option to callstack to select the current frame. Based on a patch by Martin Friebe
git-svn-id: trunk@13700 -
2008-01-09 22:02:46 +00:00
vincents
5a6eb8feed debugger: reset working directory before setting it, to workaround a possible gdb bug, fjxes bug #10308.
git-svn-id: trunk@13184 -
2007-12-06 22:40:01 +00:00
marc
c6c16d5bbd * Reduced async-record shlibs debugger output
git-svn-id: trunk@12712 -
2007-11-03 02:42:40 +00:00
marc
bd07d08f17 * added pei-i386 filetype so debugger recognized it as x86
git-svn-id: trunk@12710 -
2007-11-03 01:44:58 +00:00
vincents
7be2b96bc1 debugger: fixed running debuggee running without command line parameters after running it with command line parameters (bug #9861)
git-svn-id: trunk@12343 -
2007-10-06 13:40:47 +00:00
marc
eae7aeea55 * fixed main address detection on Mac
git-svn-id: trunk@11324 -
2007-06-15 09:12:10 +00:00
vincents
1c6e5c3ba5 debugger: initialized loop var (noticed by Yuri)
git-svn-id: trunk@11296 -
2007-06-07 17:14:33 +00:00
vincents
2a4f00b5ec debugger: made checking partial stack trace more robust, as suggested by Yuri
git-svn-id: trunk@11295 -
2007-06-07 14:47:55 +00:00
vincents
ba3e478722 debugger: show at least partial stack trace, if the complete stack trace cannot be reconstructed (#8908) from Yuri
git-svn-id: trunk@11293 -
2007-06-07 11:22:35 +00:00
mattias
bb201517c7 IDE: debugger: added checks for working directory
git-svn-id: trunk@11132 -
2007-05-12 14:40:06 +00:00
vincents
1f8d81dc9d debugger: don't double the single quote in strings shown to the user
git-svn-id: trunk@11119 -
2007-05-09 22:20:26 +00:00
vincents
75734cdf1d debugger: replace \\, \t etc in debugger output strings
git-svn-id: trunk@11118 -
2007-05-09 22:00:08 +00:00
marc
cb53dafe02 * Added mac-x86 and arm target detection
git-svn-id: trunk@10792 -
2007-03-24 16:17:28 +00:00
marc
a2aa58380f * Patch from Yury Sidorov for setting intitial breakpoint
git-svn-id: trunk@10679 -
2007-02-25 12:07:31 +00:00
mattias
5e7915cd31 IDE: the first unit of a project is now automaticallly the main unit, if you dont want this: use MainUnitID:=-1
git-svn-id: trunk@10545 -
2007-01-31 11:13:37 +00:00
marc
6b96e74f9a * Fixed breakpoints at programstart and initialization code
git-svn-id: trunk@10364 -
2007-01-02 00:31:20 +00:00
vincents
f759124d94 added $inline on
git-svn-id: trunk@10061 -
2006-10-12 08:14:16 +00:00
micha
a4bd9f7713 fix pointer type conversions
git-svn-id: trunk@10039 -
2006-10-04 22:21:04 +00:00
andrew
3483437b53 Improved Debugger Exception Dialog for platforms different than 32 bits (with permission if MW)
git-svn-id: trunk@9740 -
2006-08-22 22:21:45 +00:00
mattias
bfb3fd9685 added class keyword to proc bodies for fpc 2.1.1
git-svn-id: trunk@9364 -
2006-05-27 17:40:59 +00:00
micha
d9e9f1570f win64 fixes (from peter, modified)
git-svn-id: trunk@9221 -
2006-05-01 21:45:12 +00:00
marc
e5196c9d04 * Patch from Yury Sidorov. Enables ARM target.
git-svn-id: trunk@8873 -
2006-03-06 19:36:22 +00:00