kerneltest/e32test/eabi/t_dll2.def
author Stephane Lenclud <tortoisehg@lenclud.com>
Tue, 27 Apr 2010 20:22:55 +0200
branchanywhere
changeset 95 f561f9ae805b
parent 0 a41df078684a
permissions -rw-r--r--
Trying to get trap/leave to work properly but the whole WINS stuff seems over complicated with a lot of assembly in the middle and it's not working on my compiler. When the throw happens the debugger complains about uncaught exception when I'm definitly inside a catch implemented by our TRAP. I think I'm going to come up with a much simplified trap/leave implementation for SYMC. On my prototype all that stuff was working fine in like 20 lines of C++.

EXPORTS
	_ZN8TestDll210GlobalReadEiR5TDes8 @ 1 NONAME ; TestDll2::GlobalRead(int, TDes8&)
	_ZN8TestDll211GlobalAllocEi @ 2 NONAME ; TestDll2::GlobalAlloc(int)
	_ZN8TestDll211GlobalWriteEiRK6TDesC8 @ 3 NONAME ; TestDll2::GlobalWrite(int, TDesC8 const&)
	_ZN8TestDll215GlobalAllocatedEv @ 4 NONAME ; TestDll2::GlobalAllocated()
	_ZN8TestDll23SemEv @ 5 NONAME ; TestDll2::Sem()
	_ZN8TestDll24DataEv @ 6 NONAME ; TestDll2::Data()
	_ZN8TestDll25Test1Ev @ 7 NONAME ; TestDll2::Test1()
	_ZN8TestDll25Test2Ev @ 8 NONAME ; TestDll2::Test2()
	_ZN8TestDll26AttachEi @ 9 NONAME ; TestDll2::Attach(int)
	_ZN8TestDll26ServerEv @ 10 NONAME ; TestDll2::Server()
	_ZN8TestDll27SetDataEi @ 11 NONAME ; TestDll2::SetData(int)