C++ 异常堆栈跟踪器 libcsdbg

码农软件 · 软件分类 · 程序调试工具 · 2019-12-01 07:41:51

软件介绍

libcsdbg 是一个 C++ 异常堆栈跟踪器。当异常被抛出、捕获和处理时,libcsdbg 提供可工具来创建和处理异常堆栈的跟踪,并通过调用堆栈来传播异常路径。跟踪器提供异常发生的函数以及额外的 addr2line 信息(源码级别)

功能列表:

  • 复杂的异常堆栈跟踪(支持 addr2line)

  • POSIX 线程堆栈跟踪详情(支持 addr2line)

  • 完全支持 Position Independent Code (for DSO)

  • 最简单以及最小化的代码接口,透明的库集成

  • 简单的库运行配置

  • 最小的额外开销

  • 支持通用 throwables 和用户自定义异常类型

  • 支持各种目标对象格式(elf, a.out, coff, ecoff e.t.c)

  • 支持各种文件格式(programs/libraries, archives, core dumps)

  • 支持 32/64 位系统

  • 支持 big 和 little endian CPUs

  • 提供 x86, x86_64, ARM 7/9/11/thumb, Leon 2/3, AVR32, MIPS 编译版本

本文地址:https://www.codercto.com/soft/d/20171.html

Paradigms of Artificial Intelligence Programming

Paradigms of Artificial Intelligence Programming

Peter Norvig / Morgan Kaufmann / 1991-10-01 / USD 77.95

Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-......一起来看看 《Paradigms of Artificial Intelligence Programming》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具