summaryrefslogtreecommitdiffstats
path: root/lldb/examples/interposing
Commit message (Collapse)AuthorAgeFilesLines
* Revert accidental commit.Benjamin Kramer2012-02-211-3/+3
| | | | llvm-svn: 151074
* Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer2012-02-211-3/+3
| | | | llvm-svn: 151071
* More improvements to not follow child processes and improved logging that ↵Greg Clayton2012-01-161-223/+404
| | | | | | always shows the process info. llvm-svn: 148257
* Added some fixes for the fd interposing dylib:Greg Clayton2012-01-141-20/+19
| | | | | | | - don't strip too many frames from the backtrace when logging close backtraces - cleanup some logging messages llvm-svn: 148195
* Fix make errors (define the DYLIB_ONLY make variable).Johnny Chen2012-01-101-1/+1
| | | | llvm-svn: 147823
* Added a file descriptor interposing library for darwin. This can catch allGreg Clayton2012-01-102-0/+979
functions that can create file descriptors and close them. It will warn when there close file descriptor call that returns with EBADF and show the corresponding stack backtraces that caused the issue. It will also log all file descriptor create and delete calls. See the comments at the top of FDInterposing.cpp for all of the details. llvm-svn: 147816
OpenPOWER on IntegriCloud