ccrause
|
c327f03044
|
Move IsReadableLoc and IsReadableMem to MemModel.
|
2024-01-14 19:29:13 +01:00 |
|
Martin
|
d3c5d91ce9
|
Debugger: Implement changing breakpoint location (line num in brk-property dialog).
- Update source editor marks
- Update FpDebug
|
2023-07-27 17:41:46 +02:00 |
|
Martin
|
0e1f76f481
|
LazDebuggerFp: Fix removing breakpoint, while thread-worker is still setting it. (possible race condition)
|
2023-07-27 17:41:45 +02:00 |
|
Martin
|
91c776aade
|
FpDebug: Start improve/fix function calls. Detect params of type P(W)Char. / Stricter testing for matching arguments.
|
2023-06-20 00:34:04 +02:00 |
|
Martin
|
1f70742be3
|
LazDebuggerFp, FpDebug: Add option to support "modeswitch AutoDeref" access of values.
|
2023-06-08 16:04:09 +02:00 |
|
Martin
|
62e692fc24
|
LazDebuggerFp, FpDebug: Add option to support "modeswitch AutoDeref" access of values.
|
2023-06-08 14:57:12 +02:00 |
|
Martin
|
69564087ab
|
FpDebug: Allow to deref constant numbers, and show a memory-dump. Issue #36836
|
2023-05-19 18:13:41 +02:00 |
|
Martin
|
0b441dd73b
|
FpDebug: disable peephole opt when using fpc 3.2.2 => otherwise fpc generates wrong code
|
2023-05-01 17:43:22 +02:00 |
|
Martin
|
badfeecb5d
|
Debugger: renamed several interfaces, changing "T" prefix to "I" prefix
|
2023-03-22 19:41:24 +01:00 |
|
Martin
|
afe8ba3180
|
LazDebuggerFp, FpDebug: Improve some error messages / Start on i18n
|
2023-03-21 16:41:53 +01:00 |
|
Martin
|
26f4160df9
|
Debugger: Update locals to use VirtualTree / FpDebug: return locals as new WatchResultData
|
2023-03-19 16:25:34 +01:00 |
|
Martin
|
42ae1a7765
|
LazDebuggerFp, FpDebug: deal with process-exit while watch-eval-function-call
|
2023-03-13 12:32:29 +01:00 |
|
Martin
|
1caa678dcf
|
Debugger: Clean up debugln without log_group
|
2023-03-02 19:56:37 +01:00 |
|
Martin
|
f86112c649
|
FpDebug: Added support for DW_AT_entry_pc. Implemented <func>.EntryPCAddress to return the entry-point.
|
2023-02-12 18:50:28 +01:00 |
|
Martin
|
a9cb3d0967
|
LazDebuggerFp: add feedback if "modify watch" failed.
|
2022-12-02 01:03:44 +01:00 |
|
Martin
|
3ebada48d3
|
FpDebug: Allow more params passed to function in watch-function-eval
|
2022-09-23 20:28:20 +02:00 |
|
Martin
|
069baa2497
|
Debugger: Run only current thread for watch function eval. Add option to run all threads.
|
2022-09-11 15:16:18 +02:00 |
|
Martin
|
712b3e161d
|
FpDebug: Fixes for watch-function-eval: allow function to ignore breakpoints set by the user.
|
2022-09-10 21:36:09 +02:00 |
|
Martin
|
116b22ed72
|
FpDebug: Introduce "Intrinsics functions" for watches. Add "length()" for string (dwarf-3) and array
|
2022-09-07 04:36:34 +02:00 |
|
Martin
|
61e5fb272a
|
LazDebuggerFp: fix getting full Callstack.Count - Issue #39886
|
2022-09-06 21:28:25 +02:00 |
|
Martin
|
552fd1dce8
|
LazDebuggerFp: improve error handling
|
2022-08-31 02:52:34 +02:00 |
|
Martin
|
836b9a1054
|
Debugger: Clean up / renames
|
2022-08-28 20:59:52 +02:00 |
|
Martin
|
d98c10ac7d
|
Debugger: more moving value-converters to LazDebuggerIntf.
|
2022-08-23 16:08:20 +02:00 |
|
Martin
|
2d0c2ea8ba
|
Debugger: new result type for ConvertValue
|
2022-08-04 22:50:40 +02:00 |
|
Martin
|
099c102565
|
FpDebug, LazDebuggerFp: more string support for function-eval / support string literals as param
|
2022-07-27 01:17:36 +02:00 |
|
Martin
|
271024d8d9
|
Debugger: Add option to limit converter invocations.
|
2022-07-03 01:54:32 +02:00 |
|
Martin
|
a571e61d9c
|
LazDebuggerFp: Add cache for common function addresses (used in watch-eval function calling), e.g. FPC_ANSISTR_DECR_REF
|
2022-07-01 01:06:09 +02:00 |
|
Martin
|
9e67808d84
|
LazDebuggerFp: improve errors for function calling
|
2022-07-01 01:06:08 +02:00 |
|
Joost van der Sluis
|
62145cd833
|
FpDebug: Use Dwarf Call Frame Information (CFI) for stack-tracing when available. Refactored some stuff to be able to place it in a separate unit.
|
2022-06-28 23:09:34 +02:00 |
|
Martin
|
1c008e121d
|
Debugger: improve SysVarToLStr - convert fields of structures too / array in Inspector
|
2022-06-27 22:34:08 +02:00 |
|
Martin
|
dd89fc14e1
|
LazDebuggerFp: fixed crash in callstack / dangling pointer
|
2022-06-23 17:22:23 +02:00 |
|
Martin
|
b95d4d491a
|
Debugger: allow calling SysVarToLStr - fix handling watch-property settings
|
2022-06-23 15:00:32 +02:00 |
|
Martin
|
131d1062df
|
Debugger: allow calling SysVarToLStr for variants (via user defined type-names)
|
2022-06-23 13:54:18 +02:00 |
|
Martin
|
f606986f1b
|
LazDebuggerFp, FpDebug: Enable watch-eval calling functions with records as param (Win-64/32 / Linux-64)
|
2022-06-21 00:29:07 +02:00 |
|
Martin
|
b014798858
|
LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up)
|
2022-06-21 00:29:07 +02:00 |
|
Martin
|
ae8bbb1cd6
|
FpDebug: Refactor TFpDbgInfoCallContext (add "AddParam" / remove Dbg-Process from "CreateParamSymbol")
|
2022-06-21 00:06:04 +02:00 |
|
Martin
|
90453ce72b
|
Debugger: Inspect-Win, implement paging for large arrays
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
0b051af509
|
IDE, FpDebug: evaluate more sub-items for Inspect Dialog.
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
e7b23f98d0
|
LazDebuggerIntf, FpDebug: add array and structure types
|
2022-06-09 17:46:23 +02:00 |
|
Martin
|
464d077fd4
|
DebuggerIntf, FpDebug: add PChar vs String
|
2022-06-07 00:35:59 +02:00 |
|
Martin
|
99495ba51a
|
FpDebugDebugger: fix retrieving stack without limit (fix copy stack to clipboard)
|
2022-06-04 23:06:11 +02:00 |
|
Martin
|
76d9771c34
|
Debugger: More LazDebuggerIntf. Add/Improve numeric, pointer, float and string watches
|
2022-03-24 00:39:04 +01:00 |
|
Martin
|
8e3c816593
|
Debugger, LazDebuggerIntf: Introduce SetNumValue and SetTypeName
|
2022-02-01 17:18:20 +01:00 |
|
Martin
|
442f57cf49
|
LazDebuggerFp: Handle WatchValue in thread
|
2022-02-01 17:18:20 +01:00 |
|
Martin
|
d1ac568e96
|
Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf
|
2022-01-10 14:08:37 +01:00 |
|
Martin
|
7f9e1893d2
|
Rename TDBGEvaluateFlag to TWatcheEvaluateFlag
|
2022-01-10 14:08:35 +01:00 |
|
martin
|
6661f86edd
|
Debugger: allow to force lazloggerbase via define
git-svn-id: trunk@65227 -
|
2021-06-14 07:30:45 +00:00 |
|
martin
|
93b69aefd6
|
FpDebug: Fix dangling refs in Watches/Locals.FreeNotification
git-svn-id: trunk@65186 -
|
2021-06-08 19:32:28 +00:00 |
|
martin
|
ba0a0bdf67
|
FpDebug: Improve callback for function calling
git-svn-id: trunk@65156 -
|
2021-05-30 20:27:26 +00:00 |
|
martin
|
574b3a8178
|
LazDebuggerFp, FpDebug: Modify watches/values in target
git-svn-id: trunk@65154 -
|
2021-05-30 19:01:08 +00:00 |
|