1
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support asynchornously attaching to an unrelated program with the same debugger More... about 17 years ago
Remember to close the master listening socket if we are not the debugger Alternate a "select" for incoming connections and "wait" for debugger events More... about 17 years ago
perform_child should not call itself, but real_perform_child.... More... about 17 years ago
Compiles (doesn't run, of course!) More... about 17 years ago
Move most of the child initialization to functions so we can do it not only when the debugger starts More... about 17 years ago
Create a branch for handling the -p as connecting to the existing debugger More... about 17 years ago
Make the wait test more elaborate More... about 17 years ago
Remove configure command line to get format string protection to dlog Solve all dlog format string warnings Fix bug in distclean - would not remomve generated template makfile from arch/linux directory More... about 17 years ago
Solve serious problem preventing "unlinkat" from working More... about 17 years ago
Update version number to 0.13 More... about 17 years ago
When invoked with no arguments, will not run the current shell as "root" Added "-v" to display the version information On run - sanity check the environment and warn if the tmp dir is mounted with "noexec" More... about 17 years ago
Temporary solution - some platforms pass the buffer argument to PTRACE_GETREGS in addr instead of data Proper solution would be to detect it and let the actual code know about it as well More... about 17 years ago
Some platforms don't have PTRACE_PEEKUSER - make sure we compile ok there More... about 17 years ago
Add optional mode for gcc to check the format string parameters passed to dlog More... about 17 years ago
Make sure that libarch is built at the proper place along the way, and not unnecessarilly. Not a perfect solution More... about 17 years ago
Update the ignore list to the lack of libtool More... about 17 years ago
Completely eliminate libtool from the build chain Use one Makefile for all Linux variants of ptlib More... about 17 years ago
Avoid unnecessary builds resulting from update to the dependency directory Suggested by Bernhard R. Link More... about 17 years ago
Update changelog, readme and version number to version 0.12 More... about 17 years ago
Fix symlink resolving semantics for utimensat More... about 17 years ago
Handle the case where the *at function should act like the f* function (i.e. - handle the fd directly) More... about 17 years ago
Add chroot support to utimensat (as if anyone has even heard of that function!) More... about 17 years ago
Add chroot support to faccessat More... about 17 years ago
Add chroot support to fchmodat More... about 17 years ago
Add chroot support to readlinkat More... about 17 years ago
Add chroot support for symlinkat Correct symlink semantics for "symlink" More... about 17 years ago
Add chroot support for linkat Fix incorrect symlink handling for chroot of link More... about 17 years ago
Add chroot support for renameat More... about 17 years ago
Add chroot support to unlinkat More... about 17 years ago
Convert some of the *at functions to use chroot More... about 17 years ago