debugging VFS plugins with monitor
    Duss Pirmin 
    pirmin.duss at gapfruit.com
       
    Wed Sep 27 08:59:24 CEST 2023
    
    
  
Hello all
One thing I just noticed, while preparing a presentation for my colleagues:
When I do the following:
! KERNEL=nova BOARD=pc make -C build/x86_64 cleanall
! KERNEL=nova BOARD=pc make -C build/x86_64 run/vfs_tresor_init
The symbolic link for ld.lib.so points to 
<build_dir>/var/libcache/ld/ld.lib.so. With this the breakpoints do not 
work (running is fine). The following commands fix this for me:
! cd <build_dir>/x86_64/debug
! rm ld.lib.so
! ln -s ld-nova.lib.so ld.lib.so
I just wanted to make everybody aware of this.
Regards Pirmin
On 27.09.23 08:01, Duss Pirmin wrote:
> Hallo Christian
> 
> Thanks for the Information. This helped. As the commands you listed we 
> not in run/monitor_gdb_interactive, I was under the impression, that 
> they are part of the automated test in run/monitor_gdb.
> 
> Now I can try to analyze the problem in vfs_tresor_trust_anchor.
> 
> Regards, Pirmin
> 
> _______________________________________________
> Genode users mailing list
> users at lists.genode.org
> https://lists.genode.org/listinfo/users
    
    
More information about the users
mailing list