grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: backtrace support


From: Vincent Guffens
Subject: Re: backtrace support
Date: Mon, 29 Aug 2005 11:47:33 +0200
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Hi,

I will make change to the patch according to these comments.

+void EXPORT_FUNC(grub_register_debug_sym) (const char*, void*,

grub_size_t);

+void EXPORT_FUNC(grub_unregister_debug_sym) (void *);
+int EXPORT_FUNC(grub_print_debug_sym) (grub_addr_t);
+void EXPORT_FUNC(grub_backtrace) (void);


Why do you need to export these functions? Are they used outside the kernel?


grub_register_debug_sym is used by the module responsible for loading the debug symbols. grub_backtrace could be used by other modules.

--
                                Vincent Guffens
                                PhD Student UCL/CESAME
                                tel:   +32 10 47 80 30
Value your freedom, or you will lose it, teaches history.
"Don't bother us with politics," respond those who don't want to learn.
                -- Richard M. Stallman




reply via email to

[Prev in Thread] Current Thread [Next in Thread]