Simple Project List Software Map

348 projects in result set
LastUpdate: 2009-04-11 06:14

Extended Python Debugger

Extended Python Debugger is a more
complete debugger for Python than the stock pdb.py
debugger. It supports, among numerous other things, debugging threads, non-interactive POSIX-like line tracing, command options, disassembly of instructions, and stack traces that give better information for exec statements. Stepping/nexting by default skips over method/function "defs". It tries to follow gdb's command set unless there is good reason not to.

(Machine Translation)
LastUpdate: 2007-02-05 00:09

Cameleon for OCaml

Cameleon is an integrated development environment for Objective Caml and eventually other languages. Its features include a graphical user interface, configuration management based on CVS, easy access to and browsing of documentation, various editors, customizable file types, a plug-in architecture, and a highly customizable interface.

(Machine Translation)
LastUpdate: 2013-05-18 03:37

ELFIO

ELFIO is an ELF (Executable and Linkable Format) reader and producer implemented as a C++ library.

LastUpdate: 2008-10-07 17:54

TDA

TDA (Thread Dump Analyzer) is a small Swing GUI
for analyzing thread dumps generated by the Sun
Java VM. It has been tested with 1.4.2_x, 1.5.0_x,
and 1.6.0_x releases. It provides statistics,
gives information about locked monitors and
waiting threads, can diff between threads to look
for similarities, and has "long running thread"
detection.

(Machine Translation)
LastUpdate: 2012-06-09 19:15

Python Call Graph

pycallgraph is a Python library that creates call
graphs for Python programs.

(Machine Translation)
LastUpdate: 2004-07-10 22:01

Fenris

Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.

LastUpdate: 2006-07-19 14:34

AVR Cross Development Kit

AVR Cross Development Kit is a CDK for Atmel's AVR RISC processor series. It provides a comprehensive assembler and C development environment on Linux or similar host systems.

LastUpdate: 2002-03-29 18:13

Load

Load is a utility for Web application and SOAP-based Web services performance and scalability testing. It features a scripting language and a library of test objects for the creation of intelligent agents that drive the Web application or SOAP-based Web service. Running hundreds of agents concurrently shows how your software performs in production environments. Load is a Java application that runs on Linux, Solaris, NT, Win2000, and Macintosh. While Load continues to be maintained, the next generation is the TestMaker program.

(Machine Translation)
LastUpdate: 2012-04-23 21:34

Padre

Padre is an IDE for Perl developers. It provides syntax highlighting for many languages, but for Perl it also provides refactoring tools.

LastUpdate: 2002-09-19 20:18

Linux Trace Toolkit

The Linux Trace Toolkit catalogs system events in minute detail, and allows a user to determine exactly what is transpiring on his system, down to the microsecond.

LastUpdate: 2013-08-08 13:38

LMDBG

LMDBG is a collection of small tools for collecting and analyzing the logs of malloc/realloc/memalign/free function calls. Unlike many others, LMDBG does not provide any way to detect overruns of the boundaries of malloc() memory allocations, as this is not the goal. Like most other malloc debuggers, LMDBG allows detecting memory leaks and double frees. However, unlike others, LMDBG generates full stacktraces and separates the logging process from analysis, thus allowing you to analyze an application on a per-module basis.

LastUpdate: 2008-02-15 02:58

Stani's Python Editor

Stani's Python Editor (SPE) is an excellent, free Python IDE with UML features, the PyChecker source code doctor, a debugger (WinPdb), GUI designers (wxGlade and the XRC editor), and Blender (3D graphics) support.

LastUpdate: 2003-06-02 02:10

Splint

Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, it can be used as a better lint. If additional effort is invested adding annotations to programs, it can perform stronger checking than can be done by any standard lint. Splint is the successor to LCLint. The main differences between Splint and LCLint are support for buffer overflow detection and extensible annotations.

LastUpdate: 2006-07-08 14:12

Memory Allocation Checker

Memcheck provides the ability to fault on pointer

overrun (read or write) or freed pointer

deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc, optionally reverses the behavior of overrun and underrun, "churns" reallocations to always return a different pointer, and logs pointer overruns instead of faulting. It has a very small performance impact, with the tradeoff of a large memory footprint. It includes a validation test suite to verify correctness of the library. It is tested on a variety of architectures, including Alpha, ARM, HPPA, PPC, ix86, IA64, rs6000, S390, SPARC, and SPARC64. It is tested on a variety of platforms, including OSF, FreeBSD, NetBSD, OpenBSD, Linux, HP/UX, Mac OSX, AIX, SCO, and Solaris.

LastUpdate: 2008-04-28 06:45

Roadsend PHP

Roadsend PHP produces optimized stand alone applications, libraries, and Web applications from standard PHP source code. The compiler produces native machine code, not PHP byte code, so no interpreter is required. It is a new implementation of the PHP language and runtime environment compatible with Zend PHP. It does not share any code with the original PHP implementation.