History log of /external/ltrace/debug.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
929bd57ca202fd2f2e8485ebf65d683e664f67b5 17-Dec-2012 Petr Machata <pmachata@redhat.com> struct Process becomes struct process

This is for consistency with other structures, and ultimately with
Linux coding style. The typedef ("Process") was dropped as well for
this reason.

This opportunity was used to fix coding style around the impacted
lines.
/external/ltrace/debug.c
4392d965241b7ce8294d4cc53077eaa6a1132147 14-Dec-2012 Petr Machata <pmachata@redhat.com> Ditch the unbuffered IO in xinfdump

I don't believe this is honestly necessary, normal debug() calls go
through stderr stream, and stderr should be unbuffered by default
anyway. If this is honestly important, we might consider using
dprintf instead, and go through fprintf only when that's unavailable
(it's in POSIX 2008, so relatively recent and presumably not widely
available).
/external/ltrace/debug.c
91be87822a57bf4fb606333d5a7903dec9f56420 08-Dec-2012 Petr Machata <pmachata@redhat.com> xinfdump should use umovebytes instead of doing the same manually
/external/ltrace/debug.c
e99af270a60891e68d465c4cd97dbe29cd1a05e4 26-Oct-2012 Petr Machata <pmachata@redhat.com> Update copyright information and license headers
/external/ltrace/debug.c
f4c56d4b48178639fd6381e30148cbee7f8230ed 05-May-2012 Petr Machata <pmachata@redhat.com> One more fixlet related to Android

(Again from Florian Echtler <floe@butterbrot.org>)
/external/ltrace/debug.c
5d93a4189488bb80e3b6c2c6af362f9022eabe7a 13-Apr-2012 Petr Machata <pmachata@redhat.com> Flush stream after outputting a debug line
/external/ltrace/debug.c
8d1b92ba755f6d6229f5e230fc43d958b13836f8 03-Jul-2009 Juan Cespedes <cespedes@coco.thehackers.org> Some minor fixes
/external/ltrace/debug.c
5c682047d0b03f53dc05d3bd80181e7f82121779 21-May-2009 Juan Cespedes <cespedes@debian.org> Obey -f option (added STATE_IGNORED to ignore some processes)
/external/ltrace/debug.c
cd8976dbee947f152c3a322503a1063c6359da76 14-May-2009 Juan Cespedes <cespedes@debian.org> better debugging support (-d option)
/external/ltrace/debug.c
da9b953284966b8c52de43713ebb5b503756e468 07-Apr-2009 Juan Cespedes <cespedes@debian.org> More fields to struct "options"

(opt_c, opt_d, opt_A)
/external/ltrace/debug.c
e672ad1791aadbaab29cf4a5bdd4f21100acc739 11-Feb-2009 Juan Cespedes <cespedes@debian.org> Minor fixes from blackngel <blackngel1@gmail.com>
/external/ltrace/debug.c
f13505251e6402460f6cc7ec84e0d8ca91607b4f 16-Dec-2008 Juan Cespedes <cespedes@debian.org> Re-indent entry points to functions
/external/ltrace/debug.c
a413e5b8880de643a83ad124d078091c0956fe1d 04-Sep-2007 Juan Cespedes <cespedes@debian.org> Take arg_num out of arg_type_info
/external/ltrace/debug.c
aee093126654f722523b47848a0c5449e39cf4bb 31-Aug-2007 Juan Cespedes <cespedes@debian.org> Some random fixes

* General: Small fixes (indentation, typos, clean-up of code)
* ltrace.c: Close output file on exit
* ltrace.c: use getenf("HOME") instead of getpwuid(geteuid())->pw_dir
* read_config_file.c, display_args.c: remove "ignore" argtype;
that's what "void" is for
* packaging/debian/: misc fixes, sync with version 0.5-1
* etc/ltrace.conf: added more system calls
* testsuite/ltrace.minor/trace-clone.c: sleep(1) to avoid earlier
termination of process
* sysdeps/linux-gnu/trace.c: trace_pid(): reverted Petr's patch
to wait for child to stop, as it stopped following clone()
* process_event.c: Disable breakpoints before doing fork() (again!),
to make children work as expected
/external/ltrace/debug.c
2d45b1a8e26a36a9f85dc49e721c4390ca93dc40 20-Feb-2006 Ian Wienand <ianw@ieee.org> run Lindent over source to get everything looking about the same
/external/ltrace/debug.c
9a2ad351a1c3215dc596ff3e2e3fd4bc24445a6b 20-Feb-2006 Ian Wienand <ianw@ieee.org> Switched to SVN (initial import)
/external/ltrace/debug.c
3219f320604810532a4938dda8f9dfadb0e840f3 16-Feb-2006 Ian Wienand <ianw@ieee.org> Some fixes...

* read_config_file.c: initialise pt stack argument to stop warning
* summary.c: make show_summary() obey -C for demangaling function names
/external/ltrace/debug.c
e1dd50cdd23a11bf7be6c81b3a2acbe35f19fdea 16-Feb-2006 Ian Wienand <ianw@ieee.org> Version 0.3.37.1

* Non-maintainer upload
* Start a "friendly takeover" from Juan
* Closes: #127503,#280608 -- update man page typos
* Closes: #339348 -- fix putenv typo in ltrace.conf
* Closes: #257903 -- incorporate variable length args patch
* See "upstream" ChangeLog for other changes (mostly warning fixes)
* Update README to point to Alioth home: http://ltrace.alioth.debian.org
/external/ltrace/debug.c
cac15c3f170b5ec2cc6304c8c0763a78103e1778 31-Jan-2003 Juan Cespedes <cespedes@debian.org> Version 0.3.27

* Removed dependency on libdl (it is no longer needed)
* Wrote generic dictionary, used in demangle.c and breakpoints.c
* Added debug.c for better debugging output
/external/ltrace/debug.c