"Core" thread doesn't become active in kernel initialization
    Christian Helmuth 
    christian.helmuth at ...1...
       
    Mon Jul  6 14:44:28 CEST 2015
    
    
  
Hi Bob,
just a tiny side note from me: When debugging issues, which seem to
interfere with the binary layout, I add log messages like follows
  /* global vars to prevent optimization */
  int dbg_on  = true;
  int dbg_off = false;
  if (dbg_off) PDBG("message 1");
  if (dbg_on)  PDBG("message 2");
and also use CC_OLEVEL=-O0 or CC_OLEVEL=-Og.
Greets
-- 
Christian Helmuth
Genode Labs
http://www.genode-labs.com/ · http://genode.org/
https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/
Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden
Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth
    
    
More information about the users
mailing list