parent
680485948c
commit
455234cbd1
3 changed files with 17 additions and 4 deletions
@ -1,5 +1,8 @@ |
|||||||
StackTrace now can load not only the executable, but also shared |
StackTrace now can load not only the executable, but also shared |
||||||
libraries. On Linux, if StackTrace is initialized without parameters, |
libraries. On Linux, if StackTrace is initialized without parameters, |
||||||
then not only the executable is löoaded, but also /usr/bin/ldd is |
then not only the executable is loaded, but all shared libraries with |
||||||
executed on the executable and all shared libraries with their offset |
their offset are parsed from /proc/self/maps. |
||||||
are parsed from the output and loaded. |
|
||||||
|
2004-10-13: |
||||||
|
- no more need for /usr/bin/ldd |
||||||
|
- new functions mrw::readline |
Loading…
Reference in new issue