Re: variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Ariel Burbaickij
Hello Duncan, Interesting branch to take -- I have not checked it myself but there are claims that DWARF-4 (has to be written this way too in options) is Turing-Complete -- but no, still the same in terms of information available -- which starts to look seriously strange. Kind Regards Ariel Burbai

Re: variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Duncan Roe
Hi Ariel, On Thu, Jun 30, 2022 at 12:38:49AM +0200, Ariel Burbaickij wrote: > Hello list, > any idea why private variables from C++ source files are not included into > symbols list with -g3 and -ggdb compilation settings in gcc version 11.3.0 > under Cygwin. Like that, roughly: > > grep isInProg

variables, mostly private, not included into debug symbols list on -g3 -ggdb settings

2022-06-29 Thread Ariel Burbaickij
Hello list, any idea why private variables from C++ source files are not included into symbols list with -g3 and -ggdb compilation settings in gcc version 11.3.0 under Cygwin. Like that, roughly: grep isInProgress * :bool isInProgress; $nm -Cal |grep isInProgress $ So, watchpoints obviousl