Geek's Portal For Computers Graphics Operating Systems Multi-Media Networking Programming Data Format and  News
[ Start Page ] [ Contacting ] [ About ] [ Link To Us ] [ Geek Gear ] Thu, Dec 4 2008 
Free Internet Tools by web-geek.com Internet Tools
Administrator Tools
Name Server Look Up
Ping Test
Who Is
Trace Route

Web Developer Tools
Web Safe Colors
HTML Character Map
PopUp Generator
Body Color CSS v1.0
Browser Information
Meta Tag Generator
Keywords Generator
Link Popularity
JavaScript Escape / Unescape Converter
JavaScript Drop Down Menu Builder
Web / Virtual Hosting Directory

Reference Documention
HTML 4.0 Reference

Reference Tables
Character Conversion Table
Domain Name Suffixes

Cheat Sheets
Vi / Vim Basic Commands


WEB-GEEK.COM's Feature Sites Feature Sites
oGobogo Internet Search Directory
News.web-geek.com Internet News Directory
Pdawebgeek.com PDA Friendly Web Directory
Games.web-geek.com Free Online Games



folder Directories
Top > Computers > Software > Operating Systems > Linux > Programming > Debugging
viewcore, coredump / core dump / core file debugging on linux and mac os x, atanas dimitrov viewcore - coredump debugging software which works on Linux(ELF) and Mac OS X(mach-o). It helps the programmer to obtain essential information about the abnormal termination of a process or a thread.
Fuzz home page Fuzz is a tool for testing other software. It does this by bombarding the program being evaluated with random data.
Leaky Leaky can help you track down memory leaks and some kinds of memory corruption. It also has entry pointers for logging addref / release calls. The key thing that leaky does is this: it logs all calls to malloc / free / realloc / new / delete into a log file. The logging data includes information about size and address, as well as the call stack of the operation. The leaky program then can translate the call stack data from addresses into symbols and then dump the data out.
Insight home page Insight is a graphical user interface to GDB, the GNU Debugger written in Tcl/Tk by people working at Cygnus Solutions.
User-mode Linux Kernel This kernel allows developers to write and debug code using the normal process-level tools, like gdb, gprof, and gcov.
Valgrind An open-source memory debugger for x86-linux.
AQtime Linux - Performance Tuning and Detecting Memory Leaks A commercial performance profiler and memory debugger for Linux applications.
The BANE A toolkit for constructing program analyses such as dataflow and type inference systems. Program analyses are widely used in compilers and software engineering tools for discovering or verifying specific properties of software systems, such as type safety and opportunities for program optimization.
Carillon-Y2K Bug-Finder for C Carillon is a system for finding Y2K problems in C programs
Valgrind-Extensions Three experimental tools for Valgrind; a heap profiler, a pointer misuse-checker, and a signal-handler checker. Additionally an experimental Valgrind distribution that has an interactive command line.
Valgrind patches Experimental patches for valgrind to support memory pool-based custom allocators.
The Cxref Homepage Cxref is a program that will produce documentation (in LaTeX, HTML, RTF or SGML) including cross-references from C program source code. It works for ANSI C, including most gcc extensions. The documentation for the program is produced from comments in the code that are appropriately formatted. The cross referencing comes from the code itself and requires no extra work.
Linux kernel debugger Open source, kernel-level debugger for Linux with the look and feel of Window's SoftIce
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.
Sponsor Sponsor


  © 1999-2006, web-geek.com a Geek Boy Enterprises, Inc. website terms and conditions of use [ Start Page ] [ Contacting ] [ About ] [ Link To US ]