Commit Graph

1593 Commits

Author SHA1 Message Date
Martin
ede6127216 FpDebug: faster lookup for linker symbols (speeds up asm view) 2025-03-31 12:09:31 +02:00
Martin
2594469911 FpDebug: More asm-unwind improvements 2025-03-10 11:09:35 +01:00
Martin
99f2947c48 FpDebug: reduce compiler warnings 2025-03-02 11:23:28 +01:00
Martin
13306efd3f FpDebug: remove accidentally committed debugln !442 2025-02-28 00:10:55 +01:00
Martin
7d0db6e423 FpDebug: asm-unwind, higher limits 2025-02-26 21:57:37 +01:00
Martin
07eb701953 FpDebug: asm-unwind, try other branches before giving up 2025-02-26 21:57:36 +01:00
Martin
bef76faa45 FpDebug: asm-unwind, follow long jumps 2025-02-26 21:57:33 +01:00
Martin
4b04ea627b FpDebug: asm-unwind, check if result is in readable memory, and try to find result-after-call-instr. 2025-02-26 21:57:33 +01:00
Martin
f1941c9cce FpDebug: asm-unwind, improve handling of jump 2025-02-26 21:57:30 +01:00
Martin
10254a7769 FpDebug: asm-unwind, store "pushed frame" info for branch-points 2025-02-26 18:33:25 +01:00
Martin
51eca6e940 FpDebug: overloaded Register.SetValue to avoid range-check errors. 2025-02-26 17:28:47 +01:00
Martin
3360fef947 FpDebug: fix/improve x86-disass function IsAfterCallInstruction 2025-02-25 21:47:59 +01:00
Martin
854c5fe046 FpDebug: improve stack unwinding by disassembler, handle frame BP in push/pop / update valid stack area for pop 2025-02-25 21:47:58 +01:00
Martin
a625b50890 FpDebug: improve stack unwinding by disassembler, fix storing info for conditional jumps. Need to store/restore NewFrame, NewStack 2025-02-25 21:47:58 +01:00
Martin
cee3781c3c FpDebug: improve stack unwinding by disassembler, add checks if NewFrame is valid/known 2025-02-25 17:43:36 +01:00
Martin
79bed04544 FpDebug: Fix reading DWARF-5, use correct HeaderSize when resolving references. 2025-02-24 11:12:44 +01:00
Martin
0530a14bd5 FpDebug: Add safeguard/error-checks to TDwarfInformationEntry.PrepareAbbrev / PrepareAbbrevData. Issue #41459 2025-02-23 23:34:06 +01:00
Martin
d46cd42c0b FpDebug: detect invalid vex opcodes. Issue #41442 Patch by Red_prig (Pavel) 2025-02-22 12:09:38 +01:00
Martin
6c006a3e8e FpDebug, LazDebuggerFp: Improve workaround for FPC issue 37658 / Check both: full-path, and no-path. 2025-01-31 01:25:57 +01:00
Martin
5141571608 FpDebug: improve loading DWARF line info. Fix workaround for FPC issue 37658 / check the expanded FileName 2025-01-29 11:20:07 +01:00
Martin
d25d085dbb FpDebug: Do not free current DbgThread while still in use / Will be freed after next run/step. (Linux) 2025-01-09 11:44:15 +01:00
Martin
6f1cd0c4b5 FpDebug: Linux, fix reading proc/maps to get loaded libraries. 2025-01-07 18:36:04 +01:00
Martin
bbcdf77e01 FpDebug: Update "dwarf-4 fix for broken fpc". Fpc 3.2.3 has been fixed 2024-11-23 14:55:28 +01:00
Martin
ba0a9c5bf7 FpDebug: fix checks for end of CIE-data. Don't read outside the section data. 2024-11-23 14:55:27 +01:00
Martin
9fd6981814 FpDebug: Linux, check if thread is known. 2024-11-23 14:55:27 +01:00
Maxim Ganetsky
f9f76a8675 FPDebug: added test executable file to .gitignore, committed automatically generated FpTest.res 2024-11-19 01:03:12 +03:00
Martin
2fa8d8fe5c FpDebug: test - don't access forms for console runner 2024-11-18 20:46:28 +01:00
Martin
dd2ffad6b3 FpDebug: fix reading extended and tests for fpc 3.2.2 2024-11-18 18:20:11 +01:00
Martin
e07a1eeaec FpDebug: Move asm testcase from LazDebuggerFp to FpDebug. 2024-11-18 17:17:35 +01:00
Martin
516ae9bcf5 FpDebug: change test case to console test-runner 2024-11-18 17:03:21 +01:00
Martin
4d21661950 FpDebug: improve handling enum with negative ord value. 2024-11-17 23:13:57 +01:00
Martin
d93235de52 FpDebug: fix range check error with enum values (negative ord value). Issue #41240 2024-11-17 13:15:53 +01:00
Martin
c0a07ff85f FpDebug: add protection against huge line numbers 2024-11-16 23:16:54 +01:00
Martin
fdee6e8947 FpDebug: Line-Addr-Map, better check for max line offset. 2024-11-16 14:43:49 +01:00
Martin
e98044f52f FpDebug: Line-Addr-Map, use Hash/Dictionary for filenames 2024-11-16 12:50:53 +01:00
Martin
d461637604 FpDebug: Change line-num/address mapping. Improve performance. Issue #41230 2024-11-13 14:48:00 +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
35b94fb26f FpDebug: test, fixed for pascal parser new context 2024-11-12 22:58:06 +01:00
Martin
5932ef9aef FpDebug: test, remove old test, now covered by LazFpDebugger test. 2024-11-12 22:58:05 +01:00
Martin
eeca861ba4 FpDebug: mask range check 2024-11-08 20:07:14 +01:00
Martin
93da1812b9 FpDebug: Asm-step-over, ignore unloading library events 2024-11-06 15:55:26 +01:00
Maxim Ganetsky
1ec7c2e565 Translations: Turkish translation update by Onur ERÇELEN, merge request !371 2024-10-30 01:38:59 +03:00
Martin
c3c7999e20 FpDebug: more asm fixes / Issue #41204 by Red_prig (Pavel) 2024-10-26 22:43:31 +02:00
mattias
6fa805fb47 updated makefiles 2024-10-22 00:31:29 +02:00
Maxim Ganetsky
dcd00a1b13 Translations: French translation update by Gilles Vasseur, issue #41195 2024-10-20 02:13:20 +03:00
Martin
5132363518 FpDebug: Improve operations on sets. Allow set of char/num. 2024-10-19 09:29:24 +02:00
Martin
df69b2230f FpDebug: Pascalparser, keep symbol for repeated eval 2024-10-19 09:29:24 +02:00
Martin
678b9aa2dc FpDebug: faster search for CompilationUnit by Address. 2024-10-19 09:29:24 +02:00
Martin
2c5dd45f28 FpDebug: fix :flatten intrinsic, if first value is array. Don't add a data address without adding an item. 2024-10-09 09:39:58 +02:00