Create the assembly listing of cpp file on Symbian

  1. go ot group folder where bld.inf file is stored.for example, cd /uiqsrc/qapps/sharedui/qcontactssharedui/group
  2. > abld reallyclean
  3. > abld makefile armv5 
  4. > abld listing armv5 urel QContacUI ContactsListBoxModel
    • The final two arguments are the MMP and CPP names for the function you want to look at
    • The final output is: Created [...]/contactslistboxmodel.ARMV5.lst. And the .lst file is one we're interested in

你可能感兴趣的:(function,File,assembly,Symbian,makefile,output)