Commit Graph

266 Commits

Author SHA1 Message Date
martin
82671b823c FpDebug: test cases
git-svn-id: trunk@59781 -
2018-12-10 21:17:09 +00:00
martin
4286d5a275 LazDebuggerFpGdbmi: Use TargetWidth instead of IFDEF cpu64
git-svn-id: trunk@59744 -
2018-12-06 22:38:02 +00:00
martin
801ce13eb6 LazDebuggerFp: fix getting exception class/msg for 64bit targets
git-svn-id: trunk@59742 -
2018-12-06 20:20:23 +00:00
martin
d5cfafb571 LazDebuggerFp: linux, fix running process-access in debug-thread (needed when accessing outer vars for nested procs, for which stack has not yet been evaluated)
git-svn-id: trunk@59696 -
2018-11-29 14:52:08 +00:00
martin
abec187707 LazDebuggerFp: tests, cthreads for linux
git-svn-id: trunk@59695 -
2018-11-29 14:00:10 +00:00
martin
56745aed40 LazDebuggerFp: more tests
git-svn-id: trunk@59688 -
2018-11-28 20:56:25 +00:00
martin
0dd0d21622 LazDebugger(Fp)LLDB: fix memory leak
git-svn-id: trunk@59680 -
2018-11-27 18:41:35 +00:00
martin
ca2eda8348 LazDebugger(Fp)LLDB: fix getting class-name for exceptions
git-svn-id: trunk@59679 -
2018-11-27 18:37:53 +00:00
martin
7716b8a149 LazDebugger(Fp)LLDB: fix, check for ignored exceptions
git-svn-id: trunk@59678 -
2018-11-27 18:30:10 +00:00
martin
503598554b LazDebuggerFp: starting testcase
git-svn-id: trunk@59675 -
2018-11-27 01:24:22 +00:00
martin
2a997b956c LazDebuggerFpLLDB: deal with fpc info for nested procs variable scopes.
git-svn-id: trunk@59657 -
2018-11-25 20:04:34 +00:00
martin
0d4fa259a4 LazDebuggerFp: deal with fpc info for nested procs variable scopes.
git-svn-id: trunk@59656 -
2018-11-25 20:01:36 +00:00
martin
895fe14aed LazDebuggerFp: handle "ignored exceptions" list
git-svn-id: trunk@59655 -
2018-11-25 20:00:38 +00:00
martin
4e95eebb41 Debugger-Tests: fix test selector
git-svn-id: trunk@59641 -
2018-11-23 18:52:31 +00:00
martin
f1ca1318cf Debugger-Tests: fix test selector
git-svn-id: trunk@59616 -
2018-11-21 19:36:39 +00:00
martin
4fd6f41ee5 Debugger-Tests: Refactor
git-svn-id: trunk@59615 -
2018-11-21 18:59:38 +00:00
martin
d241c5e016 LazDebuggerFp: more nil handling safety
git-svn-id: trunk@59608 -
2018-11-19 18:07:28 +00:00
martin
96fdbb9d93 LazDebuggerFp: Fix crash, if string read from debugged app is nil / debugged app exception info
git-svn-id: trunk@59607 -
2018-11-19 17:48:12 +00:00
martin
2cace808be LazDebuggerFp, FpDebug: (windows only) implemented switching threads while paused. (On Linux only one thread is currently paused, so switching is not possible)
git-svn-id: trunk@59571 -
2018-11-17 14:16:09 +00:00
martin
37e86f2e05 LazDebuggerFp: fix missing result for dcPause
git-svn-id: trunk@59568 -
2018-11-17 12:35:51 +00:00
martin
f275a9445c LazDebuggerFp: return typeinfo for watches
git-svn-id: trunk@59558 -
2018-11-16 13:18:28 +00:00
martin
a67ceac77f LazDebuggerFp: added auto-typecast for objects (watches, inspect / not working for hints)
git-svn-id: trunk@59556 -
2018-11-16 11:13:43 +00:00
martin
84e5ae329a FpDebug: Workaround for dangling thread object
git-svn-id: trunk@59551 -
2018-11-15 22:41:07 +00:00
martin
9daf9a9f45 LazDebuggerFp: Fix/Implement "Reset Debugger" / Refactor: Use LockRelease from base class.
git-svn-id: trunk@59521 -
2018-11-11 21:14:00 +00:00
martin
e31e672112 LazDebuggerFp: fix mem leaks in logging code.
git-svn-id: trunk@59511 -
2018-11-11 18:27:22 +00:00
martin
c919a8a021 Added lldb, lldb-fp to BigIde
git-svn-id: trunk@59497 -
2018-11-09 16:20:46 +00:00
martin
f0d8e3150c fix Makefiles
git-svn-id: trunk@59496 -
2018-11-09 15:08:28 +00:00
martin
a7b3746bf9 lldb-fp debug: Makefiles
git-svn-id: trunk@59494 -
2018-11-09 12:45:42 +00:00
martin
8952e4f073 lldb debuggers: added license info / fp-lldb now beta
git-svn-id: trunk@59491 -
2018-11-08 12:14:08 +00:00
martin
c54639d227 FpDebug: Allow to specify poNewConsole on windows
git-svn-id: trunk@59488 -
2018-11-07 23:13:11 +00:00
martin
59e211fd44 lldb debugger: Fixed "stop" => now works while running. Implemented "pause"
git-svn-id: trunk@59445 -
2018-11-04 11:42:54 +00:00
martin
9b2f44b8c8 Lldb/Gdb - FpDebug: fix crash in pretty printer when called from lldb/gdb mixed debugger (MemManager not set)
git-svn-id: trunk@59443 -
2018-11-03 22:45:16 +00:00
mattias
1fb0143559 lazdebuggers: less hints
git-svn-id: trunk@59214 -
2018-10-01 15:13:00 +00:00
mattias
c2b0e049ef set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
martin
abb4caa1b0 LazDebugger, lldb: more except handling
git-svn-id: trunk@58952 -
2018-09-11 12:07:08 +00:00
martin
39bce25a6e LazDebugger, lldb: more except handling
git-svn-id: trunk@58951 -
2018-09-11 11:28:57 +00:00
martin
28d95f19a0 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58944 -
2018-09-10 22:52:30 +00:00
martin
6a118ae674 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58943 -
2018-09-10 22:48:59 +00:00
martin
abb0c6ee62 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58942 -
2018-09-10 22:38:29 +00:00
martin
92a49470c8 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58941 -
2018-09-10 22:28:16 +00:00
martin
df5198c067 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58937 -
2018-09-10 22:17:51 +00:00
martin
39230ec8a5 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58935 -
2018-09-10 18:51:10 +00:00
martin
2215afacf5 LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58934 -
2018-09-10 18:47:45 +00:00
martin
d2951e053c LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58933 -
2018-09-10 18:36:24 +00:00
martin
1f0e5653f1 git-svn-id: trunk@58932 - 2018-09-10 18:09:22 +00:00
martin
a588c248ff LazDebugger, lldb: more step continue from except
git-svn-id: trunk@58931 -
2018-09-10 15:54:21 +00:00
martin
561246b1f9 LazDebugger, lldb: added asm step support / Issue #34227 Patch by David Jenkins
git-svn-id: trunk@58897 -
2018-09-06 21:52:19 +00:00
martin
d8030ed0be LazDebugger, fp-lldb: added dis-assembler support / Issue #34228 Patch by David Jenkins
git-svn-id: trunk@58896 -
2018-09-06 21:40:21 +00:00
martin
b65618119a fp-lldb debugger: fix hint evaluation / make sure registers are read first. Issue #034229
git-svn-id: trunk@58894 -
2018-09-06 12:15:32 +00:00
martin
7c2ce1cc23 fp-lldb, allow none external dbg info on mac 64bit
git-svn-id: trunk@58893 -
2018-09-06 11:42:47 +00:00