dp_parser.cc File Reference
Detailed Description
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.
- Author:
- Nicolas VIVIEN
- Date:
- 2009-08-01
- Note:
- CopyRight Nicolas VIVIEN
- Modifications
-
- Licences
- Copyright (C) 2009-2010, Nicolas VIVIEN
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.
#include <iostream>
#include <stdlib.h>
#include "dp_parser.h"
#include "endian.h"
Go to the source code of this file.
|
Namespaces |
namespace | Barry |
namespace | Barry::JDG |