Re: [Lazarus] Feedback about GDB on Windows

2019-10-21 Thread Luca Olivetti via lazarus

El 13/10/19 a les 18:01, Martin Frb via lazarus ha escrit:


Testing with Stabs (fpc -g or -gsĀ  / the default for 32 bit) is pointless.

It's the only format that shows the content of a record, e.g.

var f:textfile


stabs (-g) -> f = record TEXt { HANDLE = 450900519, MODE = 55217 , ..
dwarf with sets (-gw -godwarfsets) -> f = record TEXT {}
dwarf2 (-gw2) -> f = record TEXT {}
dwarf3 (-gw3) -> no symbol F in current context

This is with the default gdb, with 8.2 it only changes the output of gw3 
()



Bye
--
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] Feedback about GDB on Windows

2019-10-13 Thread Martin Frb via lazarus

To all who
- use Lazarus on Windows (any version of Lazarus 2.0 or 2.1)
- use or have tried GDB 8.2 (for 64bit users also GDB 7.7 or 8.1) from
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2032%20bits/Alternative%20GDB/
https://sourceforge.net/projects/lazarus/files/Lazarus%20Windows%2064%20bits/Alternative%20GDB/

What is your experience with GDB 8.2 (7.7/8.1)?
Compared to the default GDB (32bit: 7.7.1 / 64bit: 7.3.50)
Any improvements you noticed?
Any degradations you noticed?

- Your Lazarus and FPC version/revision.
- Your OS (with version and 32 or 64 bit)
- Your IDE is 32 or 64 bit
- Your FPC is 32 or 64 bit
- Your target app is 32 or 64 bit (and indicate if it was cross 
compiled, by an FPC with different bitness)


Thank you

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus