Martin
|
51eca6e940
|
FpDebug: overloaded Register.SetValue to avoid range-check errors.
|
2025-02-26 17:28:47 +01:00 |
|
Martin
|
dd2ffad6b3
|
FpDebug: fix reading extended and tests for fpc 3.2.2
|
2024-11-18 18:20:11 +01:00 |
|
Martin
|
8afda09539
|
FpDebug: Fixed MemManage read from register and sign extend (if register is smaller than expected source size)
|
2024-11-12 22:58:06 +01:00 |
|
Martin
|
4d88956173
|
FpDebug: Allow MemManage read extended to other float types. Fixed test for new soft fpu extended
|
2024-11-12 22:58:06 +01:00 |
|
Martin
|
d0a3a004df
|
FpDebug: implement 80 bit extended float (soft fpu) for cross debugging a win-32bit target from a 64bit IDE
|
2024-09-27 21:34:55 +02:00 |
|
Martin
|
b61aabee0b
|
FpDebug: add intrinsic :flatten() to walk object chains.
|
2024-07-22 13:43:43 +02:00 |
|
Martin
|
76c4dc085a
|
FpDebug: (fix compile) display-format for ymm/xmm
|
2024-07-12 17:00:07 +02:00 |
|
Martin
|
9092967d44
|
FpDebug: display-format for ymm/xmm
|
2024-07-12 16:45:49 +02:00 |
|
Martin
|
836e23ff27
|
FpDebug: fix new registers as watch result / get text, instead of read-int / add unique reg-nums
|
2024-07-11 12:21:40 +02:00 |
|
Martin
|
2383f18a82
|
FpDebug: Move getting FrameBase to Context.
|
2024-05-22 22:53:05 +02:00 |
|
Martin
|
a5c48c104e
|
FpDebug: very basic/partial implementation for DW_OP_call_frame_cfa (register only)
|
2024-05-22 12:12:12 +02:00 |
|
Martin
|
747b9e5552
|
FpDebug: consolidate some string related code
|
2024-05-22 12:12:11 +02:00 |
|
Martin
|
60d2e5540e
|
AMEND
|
2024-01-14 19:29:13 +01:00 |
|
Martin
|
a8c78c1862
|
FpDebug: Clean up TFpDbgLocationContext.ReadAddress - MemModel does fill in all fields
|
2024-01-14 19:29:13 +01:00 |
|
ccrause
|
c327f03044
|
Move IsReadableLoc and IsReadableMem to MemModel.
|
2024-01-14 19:29:13 +01:00 |
|
ccrause
|
3ecbb52069
|
Updated MemModel structure.
|
2024-01-14 19:29:12 +01:00 |
|
Martin
|
5c6662f3e7
|
FpDebug: Add comparing enum-values in watches "enum1 >= enum2"
|
2023-12-30 20:03:06 +01:00 |
|
Martin
|
c2e59c7885
|
FpDebug,LazDebugger: changes to MemManager to allow avr-read-register-as-address
|
2023-12-12 13:15:32 +01:00 |
|
ccrause
|
86c274950e
|
Implement a ReadRegisterasAddress MemManager method so that it can be overridden for AVR to read register based addresses from two consecutive registers.
|
2023-12-12 13:15:32 +01:00 |
|
Juha
|
e65a102527
|
Remove unit Laz_AVL_Tree, a copy of unit AVL_Tree. Not needed with FPC 3.2.x.
|
2023-07-07 17:39:03 +03: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
|
8970a4768b
|
FpDebug: Improve partial mem-read. Check early if the address is readable at all.
|
2023-03-02 20:11:47 +01:00 |
|
Martin
|
3ebada48d3
|
FpDebug: Allow more params passed to function in watch-function-eval
|
2022-09-23 20:28:20 +02:00 |
|
Martin
|
753799d887
|
FpDebug: add intrinsics "Pos(SubStr, SearchStr)" and "SubStr(Str, Start, Len, DoPtr)
|
2022-09-18 23:48:59 +02:00 |
|
Martin
|
4910e764bb
|
FpDebug: Improve PChar handling in pointer math.
|
2022-09-18 23:48:59 +02:00 |
|
Martin
|
f58a7bde79
|
LazDebuggerFp: add %register syntax for watches
|
2022-09-07 04:36:34 +02:00 |
|
Martin
|
1d0daee376
|
FpDebug: fix setting negative value to Register for 32bit target.
|
2022-06-30 02:20:53 +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
|
63a6ce4f32
|
FpDebug: added IFDEF $INLINE OFF
|
2022-06-21 00:06:04 +02:00 |
|
Martin
|
22ef2d781f
|
FpDebug: optimization
|
2022-03-24 00:39:02 +01:00 |
|
Martin
|
a1c6e559e1
|
LazDebuggerFp: Cleanup compiler hints
|
2021-12-12 21:00:27 +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
|
574b3a8178
|
LazDebuggerFp, FpDebug: Modify watches/values in target
git-svn-id: trunk@65154 -
|
2021-05-30 19:01:08 +00:00 |
|
martin
|
ce0d1a0bc8
|
LazDebuggerFp, FpDebug: Beta, Allow function calls in watches
git-svn-id: trunk@65151 -
|
2021-05-29 22:51:09 +00:00 |
|
martin
|
068feeb931
|
FpDebug: remove MemMgr.DefaultContext. All MemRead/Write must go via a location-context.
git-svn-id: trunk@64554 -
|
2021-02-12 18:31:07 +00:00 |
|
joost
|
539c1f9a2b
|
FpDebug: Renamed TFpDbgHardcodedContext to TFpDbgHardcodedScope
git-svn-id: trunk@63899 -
|
2020-09-20 19:21:53 +00:00 |
|
martin
|
1ba76474e3
|
FpDebug: Separate Context and SearchScope
git-svn-id: trunk@63784 -
|
2020-08-18 23:12:46 +00:00 |
|
martin
|
93c1ca640f
|
FpDebug: Rename some context classes, and search functions. Start differentiating between Context and SearchScope
git-svn-id: trunk@63783 -
|
2020-08-18 23:12:42 +00:00 |
|
martin
|
743a1db4a0
|
FpDebug: Compile Hints / Missing function results
git-svn-id: trunk@63782 -
|
2020-08-18 23:12:39 +00:00 |
|
martin
|
4145a55fee
|
FpDebug: small optimization for GetDerefAddress: TFpDbgMemLocation
git-svn-id: trunk@63771 -
|
2020-08-17 21:50:38 +00:00 |
|
martin
|
50c0885715
|
FpDebug/LazDebuggerfp: Make memory limits configurable
git-svn-id: trunk@63509 -
|
2020-07-05 01:18:32 +00:00 |
|
martin
|
be7b855369
|
FpDebug: Introduce configurable limits for mem usages / display len of array or string
git-svn-id: trunk@63397 -
|
2020-06-19 17:45:24 +00:00 |
|
martin
|
a62432ac71
|
FpDebug: Fixed reading memory for #0 terminated string data
git-svn-id: trunk@63393 -
|
2020-06-18 19:56:30 +00:00 |
|
martin
|
f59a294a01
|
FpDebug: Fixed reading memory for #0 terminated string data
git-svn-id: trunk@63391 -
|
2020-06-18 18:06:26 +00:00 |
|
martin
|
98aa637a42
|
FpDebug: debugln
git-svn-id: trunk@62406 -
|
2019-12-16 23:22:53 +00:00 |
|
martin
|
22aca35233
|
FpDebug: Use LastError from value object.
git-svn-id: trunk@62045 -
|
2019-10-13 12:25:37 +00:00 |
|
martin
|
3374d667aa
|
FpDebug: Fix overload compile error with fpc 3.2 / DestSize can not exceed the int64 range
git-svn-id: trunk@62019 -
|
2019-10-10 11:06:47 +00:00 |
|
martin
|
cbe21ff4f3
|
FpDebug: implement watching bitpacked array/record
git-svn-id: trunk@62012 -
|
2019-10-09 20:06:21 +00:00 |
|
martin
|
2ca01a1067
|
FpDebug: Allow constants in type-cast to be treated as address
git-svn-id: trunk@61501 -
|
2019-06-30 19:17:01 +00:00 |
|
martin
|
7f8306fad7
|
FpDebug: Allow LocationParser (dwarf loc expressions) to work with mlfSelfMem (for constants which have their value in the dwarf headers, rather than the process mem)
git-svn-id: trunk@61451 -
|
2019-06-23 11:14:24 +00:00 |
|