Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.049.960 Times

Devel::DebugInit 0.3

  Date Added: February 18, 2010  |  Visits: 722

Devel::DebugInit

Report Broken Link
Printer Friendly Version


Product Homepage
Download (94 downloads)



Devel::DebugInit is a Perl extension for creating a debugger initialization files from C header file macros. SYNOPSIS use Devel::DebugInit::GDB; my $gdb = new Devel::DebugInit::GDB filenames => ["/my/path/to/library.h"]; $gdb->write("/my/path/to/library/.gdbinit"); Devel::DebugInit is aimed at C/C++ developers who want access to C macro definitions from within a debugger. It provides a simple and automated way of creating debugger initialization files for a specific project. The initialization files created contain user-defined functions built from the macro definitions in the projects header files. By calling new(), the files specified by the filenames parameter are parsed by the C preprocessor, and all macros #defined in the file (and if desired, all macros #defined by all #included files as well), will be parsed and expanded. By then calling the write() method, these macros can be written to an output file in the format of user-defined functions specific for your debugger. By automating the process, a new file can be created whenever the code of a project changes, and that way there will not be antiquated copies lying around to trap the unwary. NOTES This module requires the use of one of the debugger-specific backend modules, such as Devel::DebugInit::GDB which is supplied with DebugInit. The backends supply the output routines which are specific for that debugger. This module also requires both the C::Scan and Data::Flow modules and will not function without them..

Requirements: No special requirements
Platforms: Linux
Keyword: C Header C Header File Creating Debugger Debuginit Develdebuginit File Files Gdb Header File Initialization Initialization Files Libraries
Users rating: 0/10

License: Freeware Size: 11.26 KB
USER REVIEWS
More Reviews or Write Review


DEVEL::DEBUGINIT RELATED
Libraries  -  Chilkat MHT C++ Library 9.2.1
Chilkat MHT is a C++ library that enables you to encode HTML files to self-contained .MHT web archives. Can also convert HTML into a self-contained email with all referenced images embedded within the email. Chilkat MHT can download HTML from a...
 
Development Tools  -  C-MEX file example for 'float' data types 1.0
If you have a C function with arguments that are float or pointer to float (rather than double or pointer to double) you can call the function from MATLAB and pass arguments to the function as single data types. For example, in this case we have a...
10 KB  
Libraries  -  gg_tk 0.25a
gg_tk is an easy-to-use C++ library for creating multimedia applications. The project is divided into several "modules", including GUI, graphics, file, 3D, etc.. This server is a central point for development, distribution and maintainance of...
450.56 KB  
Libraries  -  pxlib 0.6.1
pxlib is a simply and still small C library to read and write Paradox DB files. It supports all versions starting from 3.0. pxlib library currently has a very limited set of functions like to open a DB file, read its header and read every single...
491.52 KB  
Utilities  -  pcap2c 1.0
pcap2c converts a pcap capture file (such as one from Ethereal/Wireshark or tcpdump) into a C source file, where the packets are stored as unsigned char arrays. These packets can then be compiled into a C program where they can be easily used for...
10.24 KB  
File Management  -  Parsing a full file specification 1.1
This function parses a full file specification into tuple of: a) list of drive and folders b) file name c) (last) file extension (including dot)A full file specification consists of drive letter, folders, file name, and extension. Unless you're on...
 
Development Tools  -  C & mex file example 1.0
The program mex_test.c is a basic example of how to use mxArray *prhs[] in mexFunction entry embedded in C code. The executable should accept 3 input args of different data types: 1 string, 1 double and 1 int32 array. The program allows a user to...
10 KB  
Libraries  -  LibTMCG 1.1.1
LibTMCG is a general purpose C++ library for creating secure electronic card games. The most remarkable feature is the absence of a trusted third party (TTP), i.e. neither a central game server nor trusted hardware components are necessary. To...
645.12 KB  
Libraries  -  Libtext 0.0.0 Beta 1
Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse....
133.12 KB  
Programming  -  Bakery 2.4.1
Bakery project is a C++ Framework for creating document-based GNOME applications using gnomemm and/or gtkmm..
512 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB