Re: [fpc-devel] Calling virtual methods in GDB

2011-09-28 Thread Jonas Maebe


On 28 Sep 2011, at 03:55, Paul Ishenin wrote:


28.09.2011 4:08, Jonas Maebe wrote:
- Exceptions =>  I know gdb has some features to restore the  
stackframe =>  but I have no idea, if that relies on c-style  
stuff, or would work with fpc exceptions too.


It does not rely on anything C-specific. However, FPC's exception  
handling modifies global variables and there is not much gdb can do  
about that. The proper way to fix this (and many other issues)  
would be to implement FPC exception handling using DWARF EH-frame  
information.


I thought exceptions does not work properly because they don't use  
SEH on windows and the proper way to solve the problems is to  
implement compiler and RTL support for SEH.


That's indeed the Windows-specific version of EH-frame based exception  
handling. I should have written "EH-frame" instead of "DWARF EH-frame".



Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] FPDoc cannot underline?

2011-09-28 Thread Hans-Peter Diettrich

Michael Van Canneyt schrieb:

Then the docs should reflect that properly (item "4.3.30 u : Format 
underlined")


?? Ok, that is strange. Before replying I checked the sources, and there 
simply is no support for it ?


I will investigate anyway. Either the docs must be adapted, or there is 
a serious oversight in the source code.


I hope that you can make it work as documented :-)


BTW, I don't remember how I obtained my FPDoc documentation (HTML), 
I'm using a local copy right now. What's the location (URL?) of the 
current documentation?


In the usual spot:

www.freepascal.org

Goto 'docs', select 'fpdoc'


Thanks :-)

DoDi

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel