C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
327 B

StackTrace now can load not only the executable, but also shared
libraries. On Linux, if StackTrace is initialized without parameters,
then not only the executable is loaded, but all shared libraries with
their offset are parsed from /proc/self/maps.
2004-10-13:
- no more need for /usr/bin/ldd
- new functions mrw::readline