Option Name |
Keyboard Shortcut |
Explanation
|
Default Value |
Example |
cdb.env.epocroot
|
-e
|
Set the EPOCROOT for the tool
|
EPOCROOT environment variable on system.
|
cdb.env.epocroot = "p:\\" cdb -e p:\\ extractrelease
some_release
|
cdb.env.epoc32tree
|
-t
|
Set the path to epoc32
|
${cdb.env.epocroot}epoc32\\
|
cdb.env.epoc32tree = "q:\\epoc32\\"
|
cdb.env.cppfilt
|
None
|
The path to c++filt.exe for GCC DEF files
|
${cdb.env.epoc32tree}gcc\\bin\\c++filt.exe
|
|
cdb.env.cppfilt.eabi
|
None
|
The path to c++filt.exe for EABI DEF files
|
${cdb.env.epoc32tree}tools\\cdb\\c++filt.exe
|
|
cdb.env.debug
|
-debug
|
Sets debug mode on
|
False
|
If debug mode is on, the log level is adjusted automatically to
capture more data, file logging is enabled. This is to assist in defect fixing.
|
cdb.db.script
|
None
|
The path to the DDL for the database
|
${cdb.env.epoc32tree}tools\\cdb\\cdb.sql
|
|
cdb.db.path
|
-d
|
The path to the Database
|
${cdb.env.epoc32tree}data\\cdb.db
|
cdb.db.path = q:\\ cdb -d q:\\ extractrelease some_release
|
cdb.db.type
|
None
|
The type of database to use
|
HSQLDB
|
No other database types are supported at present.
|
cdb.extract.gxp.path
|
None
|
The path to the GXP files
|
${cdb.env.epoc32tree}release\\gccxml\\urel\\
|
|
cdb.extract.def.type
|
None
|
The type of DEF file to expect
|
EABI
|
|
cdb.log.file.enabled
|
None
|
Enables or Disables the log file
|
FALSE
|
File logging should only be turned on where necessary as it slows
performance.
|
cdb.log.file.format
|
None
|
Sets the pattern for the Log File logging
|
%-5p [%-20.20C{1}] %-8r %4L - %m%n
|
see Log4j
documentation for a guide to patterns in Log4j
|
cdb.log.file.path
|
None
|
Path to the Log file
|
${cdb.env.epoc32tree}tools\\cdb\\cdb.log
|
|
cdb.log.file.level
|
None
|
Controls the Log level for the file
|
INFO
|
One of DEBUG, INFO, WARN, ERROR or CRITICAL.
|
cdb.log.console.format
|
None
|
Formats the console output
|
%-5p %m%n
|
See Log4j
documentation for a guide to patterns in Log4j
|
cdb.log.console.level
|
None
|
Sets the debugging level for the console
|
INFO
|
One of DEBUG, INFO, WARN, ERROR or CRITICAL.
|
cdb.report.stylesheet
|
None
|
The XSL stylesheet for the report
|
${cdb.env.epoc32tree}tools\\cdb\\bcstyle.xsl
|
|