COD debug file parser RIM's JDE generates several files when you build a COD application. Indeed, with the COD files for the device, we have a ".debug" file. This file is usefull to debug an application from JVM. This tool is a parser to understand these ".debug" files. Obviously, the file contents only some strings and 32 bits words. More...
#include <iostream>
#include <stdlib.h>
#include "dp_parser.h"
#include "endian.h"
Go to the source code of this file.
Namespaces | |
namespace | Barry |
Project namespace, containing all related functions and classes. |
COD debug file parser RIM's JDE generates several files when you build a COD application. Indeed, with the COD files for the device, we have a ".debug" file. This file is usefull to debug an application from JVM. This tool is a parser to understand these ".debug" files. Obviously, the file contents only some strings and 32 bits words.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License in the COPYING file at the root directory of this project for more details.
Definition in file dp_parser.cc.