dp_codinfo.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.
- 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_codinfo.cc.
#include <fstream>
#include <iomanip>
#include <sys/types.h>
#include <dirent.h>
#include <string.h>
#include "dp_parser.h"
#include "dp_codinfo.h"
#include "debug.h"
Go to the source code of this file.
|
Namespaces |
namespace | Barry |
namespace | Barry::JDG |