[Lazarus] Feedback about GDB on Windows

Luca Olivetti luca at wetron.es
Mon Oct 21 12:18:27 CEST 2019


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 
(<unknown type in d:\streamio\Project1.dbg,   CU 0x630,   DIE 0x72b>)


Bye
-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007


More information about the lazarus mailing list