• Home
  • History
  • Annotate
  • only in /external/lldb/examples/interposing/darwin/fd_interposing/
History log of /external/lldb/examples/interposing/darwin/fd_interposing/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1844426728e231df60ea88660e8fb112400f14c7 21-Feb-2012 Benjamin Kramer <benny.kra@googlemail.com> Revert accidental commit.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151074 91177308-0d34-0410-b5e6-96231b3b80d8
DInterposing.cpp
137e5230e8dfb1287dd7c5eaa943a39078e1fd8d 21-Feb-2012 Benjamin Kramer <benny.kra@googlemail.com> Remove a ton of implicit narrowing conversions for C++11 compatibility.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@151071 91177308-0d34-0410-b5e6-96231b3b80d8
DInterposing.cpp
ad639b6fa8faa3833585498a1612f605a7302961 16-Jan-2012 Greg Clayton <gclayton@apple.com> More improvements to not follow child processes and improved logging that always shows the process info.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148257 91177308-0d34-0410-b5e6-96231b3b80d8
DInterposing.cpp
06a305818fe09fa662ed09268a82b077e22f800f 14-Jan-2012 Greg Clayton <gclayton@apple.com> Added some fixes for the fd interposing dylib:
- don't strip too many frames from the backtrace when logging close backtraces
- cleanup some logging messages



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@148195 91177308-0d34-0410-b5e6-96231b3b80d8
DInterposing.cpp
1af0a742efa8927fc5247fa639f806daf183d69b 10-Jan-2012 Johnny Chen <johnny.chen@apple.com> Fix make errors (define the DYLIB_ONLY make variable).


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@147823 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
cb5ad0be065d99d933fc8e3a2526c222b3c0a004 10-Jan-2012 Greg Clayton <gclayton@apple.com> Added a file descriptor interposing library for darwin. This can catch all
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.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@147816 91177308-0d34-0410-b5e6-96231b3b80d8
DInterposing.cpp
akefile