kernel/eka/bmarm/btracecu.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
	SetMode__7RBTraceUi @ 1 NONAME R3UNUSED ; RBTrace::SetMode(unsigned int)
	CancelRequestData__7RBTrace @ 2 NONAME R3UNUSED ; RBTrace::CancelRequestData(void)
	Close__7RBTrace @ 3 NONAME R3UNUSED ; RBTrace::Close(void)
	DataUsed__7RBTrace @ 4 NONAME R3UNUSED ; RBTrace::DataUsed(void)
	Empty__7RBTrace @ 5 NONAME R3UNUSED ; RBTrace::Empty(void)
	GetData__7RBTraceRPUc @ 6 NONAME R3UNUSED ; RBTrace::GetData(unsigned char *&)
	Mode__7RBTrace @ 7 NONAME R3UNUSED ; RBTrace::Mode(void)
	Open__7RBTrace @ 8 NONAME R3UNUSED ; RBTrace::Open(void)
	RequestData__7RBTraceR14TRequestStatusi @ 9 NONAME R3UNUSED ; RBTrace::RequestData(TRequestStatus &, int)
	ResizeBuffer__7RBTracei @ 10 NONAME R3UNUSED ; RBTrace::ResizeBuffer(int)
	SetFilter__7RBTraceUii @ 11 NONAME R3UNUSED ; RBTrace::SetFilter(unsigned int, int)
	BufferSize__7RBTrace @ 12 NONAME R3UNUSED ; RBTrace::BufferSize(void)
	Filter2__7RBTraceRPUlRi @ 13 NONAME R3UNUSED ; RBTrace::Filter2(unsigned long *&, int &)
	SetFilter2__7RBTracePCUli @ 14 NONAME R3UNUSED ; RBTrace::SetFilter2(unsigned long const *, int)
	SetFilter2__7RBTraceUli @ 15 NONAME R3UNUSED ; RBTrace::SetFilter2(unsigned long, int)
	SetFilter2__7RBTracei @ 16 NONAME R3UNUSED ; RBTrace::SetFilter2(int)
	SetTimestamp2Enabled__7RBTracei @ 17 NONAME R3UNUSED ; RBTrace::SetTimestamp2Enabled(int)