Hello, On 05/23/2014 12:05 PM, ch ajblane wrote: > Hi sir: > If I want to implement GDB port to support linux_x86_64 . How can i do? >
Please have a look at the following git branch, which adds generic x86_64 support and support for nova_x86_64: https://github.com/cproc/genode/commits/gdb_monitor_nova_x86_64-20140521 For linux_x86_64 support, you basically need to implement 'repos/ports/src/lib/gdbserver_platform/linux_x86_64_low.cc' and the corresponding 'repos/ports/lib/mk/linux_x86_64/gdbserver_platform.mk' files. Christian ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
