The short answer, yes.
The long version:
Although CCS 3.3 supports both processors (64x+ and ARM9) that make up DM6446 amongst other DaVinci parts, CCS is not Linux aware (it does come with and understands DPS/BIOS OS for 64x+). This means that you can debug ARM at a very low register level, but cannot debug a Linux application or Linux drivers since CCS does not understand Linux. CCS is best on class for 64x+ and even though it supports ARM9, it is not best in class for ARM-side debugging. Fortunately, there are many vendors that do create excellent tools for ARM side such as MontaVista's DevRocket IDE (Linux), Green Hills's MULTI IDE (Linux and Integrity), and even some free open source debuggers such as ddd (Linux).