lazarus/components/fpdebug
2022-06-28 07:35:40 +02:00
..
app Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
languages Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39516 2021-12-15 02:21:23 +03:00
test FpDebug: Add load/save option to asmtest 2022-05-30 22:56:02 +02:00
fpdbgavrclasses.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgcallcontextinfo.pas Debugger: allow calling SysVarToLStr for variants (via user defined type-names) 2022-06-23 13:54:18 +02:00
fpdbgclasses.pp Debugger: added support for TThread.NameThreadForDebugging 2022-06-28 07:35:40 +02:00
fpdbgcommon.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgcontroller.pas LazDebuggerFp, FpDebug: Enable watch-eval calling functions with records as param (Win-64/32 / Linux-64) 2022-06-21 00:29:07 +02:00
fpdbgdarwinclasses.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgdisasavr.pp FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgdisasx86.pp FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgdwarf.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgdwarfconst.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgdwarfdataclasses.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgdwarffreepascal.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbgdwarfverboseprinter.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbghardcodedfreepascalinfo.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbginfo.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fpdbglinuxclasses.pas Debugger: added support for TThread.NameThreadForDebugging 2022-06-28 07:35:40 +02:00
fpdbglinuxextra.pas LazDebuggerFp, FpDebug: Attach and Detach (Windows/Linux) 2019-10-03 18:38:10 +00:00
fpdbgloader.pp FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgpetypes.pp FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgrsp.pas Change StartInstance and AttachInstance to normal methods. TDbgController now calls OSDbgClasses.DbgProcessClass to create a process class instance with a TDbgProcessConfig parameter which can be subclassed and passed around for configuration. The remote configuration is now passed via this parameter as a subclass. 2021-11-06 14:23:28 +01:00
fpdbgsymbols.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgsymtable.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgsymtablecontext.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgutil.pp FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpdbgwinclasses.pas Debugger: added support for TThread.NameThreadForDebugging 2022-06-28 07:35:40 +02:00
fpdbgwinextra.pp Fix compile / issue #0036204 2019-10-24 20:22:45 +00:00
fpdebug.lpk FpDebug: disable warning "case not covering all values" 2022-05-12 21:19:34 +02:00
fpdebug.pas Debugger: More LazDebuggerIntf. Add/Improve numeric, pointer, float and string watches 2022-03-24 00:39:04 +01:00
fpdmemorytools.pas LazDebuggerFp, FpDebug: Enable watch-eval calling function with strings as param/result (only DWARF 3 / up) 2022-06-21 00:29:07 +02:00
fperrormessages.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpimgreaderbase.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpimgreaderelf.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpimgreaderelftypes.pas FpDebug: New TTargetDescriptor type used to store target specific information. All target specific classes are automatically registered in the respective initialization sections. TDbgController.Run modified to call CheckExecutableAndLoadClasses which loads target info from specified file, loads global disassembler instance and DbgProcess class. Patch/Contributed by ccrause 2020-03-12 14:20:33 +00:00
fpimgreadermacho.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpimgreadermachofile.pas FpDebug: New TTargetDescriptor type used to store target specific information. All target specific classes are automatically registered in the respective initialization sections. TDbgController.Run modified to call CheckExecutableAndLoadClasses which loads target info from specified file, loads global disassembler instance and DbgProcess class. Patch/Contributed by ccrause 2020-03-12 14:20:33 +00:00
fpimgreaderwinpe.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpimgreaderwinpetypes.pas
fpmake.pp FpDebug: Fpmake.pp updated 2020-12-28 21:27:55 +00:00
fppascalbuilder.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fppascalparser.pas FpDebug: added IFDEF $INLINE OFF 2022-06-21 00:06:04 +02:00
fpwatchresultdata.pas Debugger: improve SysVarToLStr - convert fields of structures too / array in Inspector 2022-06-27 22:34:08 +02:00
macho.pas Updated macho.pas from compiler folder. Needed the CPU_TYPE_ constants to identify target information. Patch by ccrause 2020-01-04 03:56:56 +00:00
Makefile udpated makefiles 2022-05-29 19:34:19 +02:00
Makefile.compiled Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
Makefile.fpc Debugger: New package LazDebuggerIntf / Replace TWatchValue with TWatchValueIntf 2022-01-10 14:08:37 +01:00
README_DUBY.txt
README_macho.txt