History log of /external/ltrace/README
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98848395e879d7ccb9940d4d50be2439c9d378d 05-Feb-2014 Petr Machata <pmachata@redhat.com> Update NEWS, README
/external/ltrace/README
a193452188e51f233677e3f2607d9a61a789a1df 22-Mar-2013 Markos Chandras <markos.chandras@imgtec.com> ltrace: Add support for Imagination Technologies Meta

This patchset adds support for Imagination's Meta architecture.
The Meta Linux kernel port will be included in the Linux Kernel
v3.9. It also uses the generic system call numbers.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
/external/ltrace/README
ece8441cdeefd468cc3137550d4aca0a41e0955a 06-Feb-2013 Petr Machata <pmachata@redhat.com> Add known-good ARM arches to README
/external/ltrace/README
e4c829f9fcd3bcb3bc46c7fc078b486dfce2905b 25-Oct-2012 Petr Machata <pmachata@redhat.com> Update README
/external/ltrace/README
8883eb25abe79574af6831f0d71f7f1396b60096 25-Oct-2012 Petr Machata <pmachata@redhat.com> Evict list of authors from README to CREDITS

- The CREDITS file is modeled after Linux kernel

- Expand the abstract SuSE credit to Andreas Jaeger and Michal Ludvig.
This was gleaned from the file ltrace.changes of SUSE package ltrace.
As of this writing the file is shown here:
https://build.opensuse.org/package/view_file?file=ltrace.changes&package=ltrace&project=devel%3AopenSUSE%3AFactory%3Apatch-license

- I also added those who contributed to making 0.7.
/external/ltrace/README
bedec653a961f848824e1b20bfe06134209402aa 12-Sep-2012 Edgar E. Iglesias <edgar@axis.com> Mention myself as CRIS port contributor

Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
/external/ltrace/README
535e738ab59cab4fbe79270d7031b5580651349d 09-Nov-2010 Joe Damato <ice799@gmail.com> Cleanup and documentation.

- clean up options a bit to alphabetize things :)
- add documentation to the man page for added options which were missing docs
- removed the lib-dl caveat
/external/ltrace/README
c5c744a3b5a6e0d1f4826fabb31ffab2ec0170f3 23-Jul-2009 Juan Cespedes <juan.cespedes@imdea.org> Clarified debug levels (try --debug=help)
/external/ltrace/README
fea4a1285dc7bea02b0203845ad43117f091fc3e 28-May-2009 Juan Cespedes <cespedes@debian.org> misc typos
/external/ltrace/README
1423f082d22fc77baff60789c51471c7ff244295 07-Apr-2009 Juan Cespedes <cespedes@coco.thehackers.org> Year of copyright change (2008 -> 2009)
/external/ltrace/README
9c32e6f584737e5d3d7ece187e61d8ffd1da6e59 10-Dec-2008 Juan Cespedes <cespedes@debian.org> Updated year in copyright (2007 -> 2008)
/external/ltrace/README
a413e5b8880de643a83ad124d078091c0956fe1d 04-Sep-2007 Juan Cespedes <cespedes@debian.org> Take arg_num out of arg_type_info
/external/ltrace/README
cdade1c23720e66f945ceda1c476c5217d2e5f6c 21-Feb-2006 Ian Wienand <ianw@ieee.org> update README
/external/ltrace/README
9a2ad351a1c3215dc596ff3e2e3fd4bc24445a6b 20-Feb-2006 Ian Wienand <ianw@ieee.org> Switched to SVN (initial import)
/external/ltrace/README
5570a7769869a4df25ef85f302f74a7feb6c0cd3 17-Feb-2006 Ian Wienand <ianw@ieee.org> Version 0.3.38-1

* Added ia64 port
* elf.h: add extra field for PLT size
* elf.c: put in PLT size
* sysdeps/linux-gnu/breakpoint.c: add arch breakpoint override
* sysdeps/linux-gnu/trace.c: don't single step after breakpoin for ia64
* configure.ac: add version to AC_INIT, bump version to 0.3.38
* options.c: use PACKAGE_VERSION
/external/ltrace/README
458c00f658fec84d2c78dd3fbbb11d33ba8afba0 16-Feb-2006 Ian Wienand <ianw@ieee.org> Updated README
/external/ltrace/README
d914a206a11cc1011a45f00674b1e16988fae77f 10-Nov-2004 Juan Cespedes <cespedes@debian.org> Version: 0.3.36

* Fixed "--indent" option
* Got rid of Debian and RedHat specific parts in tarball
/external/ltrace/README
948a5d077939939dc086c0d0d199ff2f22706eea 07-Jul-2004 Juan Cespedes <cespedes@debian.org> Version 0.3.34

* Fixed prototype declaration problem in arm, m68k, powerpc, s390
* Added "amd64" to list of architectures (closes: Bug#252756)
* Sparc port is hopefully working (closes: Bug#35524)
/external/ltrace/README
5c3fe0697b202cc7d95e90459de0fb312b297b27 14-Jun-2004 Juan Cespedes <cespedes@debian.org> Version 0.3.33

* Fixed two bugs, thanks to Mauro Meneghin <G1ld0@lycos.it>:
+ Cope correctly with breakpoint values greater than
sizeof(long) bytes
+ Fixed small bug in option -r (closes: Bug#212792)
* Show help if no (or few) arguments are given, just like
strace and fenris (thanks, Tomasz Wegrzanowski <taw@users.sf.net>)
* Some fixes from Jakub Bogusz <qboosh@pld-linux.org>:
+ Small 64-bit cleanup of code
+ support for more than 6 function arguments on amd64
+ Adapted SPARC port from Jakub Jelinek <jakub@redhat.com>
+ Added alpha support
/external/ltrace/README
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/README
de5a7eb873c05a698e4267b554e25124dc92e7f4 31-Mar-2002 Juan Cespedes <cespedes@debian.org> Version 0.3.26

* Fixed `ltrace -L' in powerpc
/external/ltrace/README
5bfb061c4c7cfac6e1882a586cf36c849d95fcea 31-Mar-2002 Juan Cespedes <cespedes@debian.org> Version 0.3.25

* Finally added powerpc support (Anton Blanchard <anton@samba.org>)
/external/ltrace/README
f1bfe203f5f1c0e11a614f9d593a68406f5cb47e 27-Mar-2002 Juan Cespedes <cespedes@debian.org> Version 0.3.24

* Fixed 2 minor buffer overflows (closes: Bug#130746)
* Obey --prefix, --sysconfdir, --mandir options in configure
* Adding powerpc support (doesn't work yet)
(Anton Blanchard <anton@linuxcare.com.au>)
/external/ltrace/README
b1dd77d66f93eeaa6cbf8b101d3e9cf70981e000 03-Mar-2002 Juan Cespedes <cespedes@debian.org> Version 0.3.20

* Added s390 port (Timothy R. Fesig <slate@us.ibm.com>)
* Modified configure process to use ltrace.spec.in to generate
ltrace.spec (Timothy R. Fesig <slate@us.ibm.com>)
* Fixed some problems using ltrace.spec on Intel platform.
(Timothy R. Fesig <slate@us.ibm.com>)
/external/ltrace/README
1cd999a32728f41208dc30f38a125d7bb7063625 03-Jul-2001 Juan Cespedes <cespedes@debian.org> Version: 0.3.12

* Re-wrote of "elf.c" (Silvio Cesare <silvio@big.net.au>)
* Added "--library" option (Silvio)
* Updated list of syscalls and signals to Linux 2.4.5
* Compile cleanly with gcc-3.0 (thanks to Frederic L. W. Meunier)
/external/ltrace/README
1b9cfd6ad305ad909e8ff17139111a7c78f01464 30-Aug-1999 Juan Cespedes <cespedes@debian.org> Version: 0.3.8

* glibc-2.1 does no longer need `_GNU_SOURCE' defined to use <getopt.h>
* Changed description of package; adopted Red Hat's one
(thanks to whoever wrote it)
* Close all the file descriptors used before executing program (close-on-exec)
* Updated copyright file for new location /usr/share/common-licenses/GPL.
* Used GNU autoconf instead of "uname" to guess host system type
* Install man page in /usr/share/man instead of /usr/man
* Added a few functions to /etc/ltrace.conf
* Updated list of syscalls and signals to linux-2.2.12
* Fixed bugs in C++ demangle (Morten Eriksen <mortene@sim.no>)
* New Standards-Version: 3.0.1 (but keeping docs in /usr/doc)
/external/ltrace/README
e3eb9aa37086f16c0c8c2778dcd8020a39a92564 03-Apr-1999 Juan Cespedes <cespedes@debian.org> Version: 0.3.7

* Minor fixes
* Added minor patch from Alex Buell <alex.buell@tahallah.demon.co.uk>
to be able to compile under glibc 2.1
* Additions to config file from David Dyck <dcd@tc.fluke.com>
* Clean-up Makefile a bit
* Changed `LT_PT_*' with `ARGTYPE_*'
* Display '\\' instead of '\'
* Updated list of syscalls and signals to linux-2.2.5
* Compiled against glibc-2.1
/external/ltrace/README
d44c6b8b090b8b7aa9d971d9e0bfd848732a3071 25-Sep-1998 Juan Cespedes <cespedes@debian.org> Version: 0.3.6

* Added m68k port (Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>) (Bug#27075)
* Changed "int pid" with "pid_t pid" everywhere
* Fixed return type of some functions from "int" to "void *" (thanks, Roman)
/external/ltrace/README
8e3e082c27716245619721207cd5067d8c6271f9 24-Sep-1998 Juan Cespedes <cespedes@debian.org> Version: 0.3.5

* Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040)
* Fixed minor things in options.c
/external/ltrace/README
5e01f654d83a95f2acffa86df57a4c2db9b0cae9 08-Mar-1998 Juan Cespedes <cespedes@debian.org> Version 0.2.0

* First Debian unstable release
* Complete re-structured all the code to be able to add support for
different architectures (but only i386 arch is supported in this
version)
* Log also return values
* Log arguments (and return values) for syscalls
* Added preliminary support for various simultaneous processes
* getopt-like options
* New option: -a (alignment column)
* New option: -L (don't display library calls)
* New option: -s (maximum # of chars in strings)
* Now it reads config files with function names and parameter types
* Programs using clone() should work ok now
* debian/rules: gzipped only big files in /usr/doc/ltrace
* Debian: New Standards-Version: 2.4.0.0
* beginning to work on sparc port (not yet done)
/external/ltrace/README
64e793b75491217a25c20fab874c87e994cbb8bd 11-Sep-1997 Juan Cespedes <cespedes@debian.org> Version 0.1.6

* Use <cespedes@debian.org> as maintainer address
* Some clean-ups
/external/ltrace/README
3268a165cbb4d5b63d2cd7d9e63ccffc40d969e1 25-Aug-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.1.4

* Updated execute_process()
* No longer uses signals to wait for children. Should be a little faster.
* Now every function uses output.c:send_*() instead of `FILE * output'
/external/ltrace/README
1afec6996a994ac3734dad50e925437da064647a 23-Aug-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.1.2

* Updated ``TODO''
* Added process.c:execute_process
* Added i386.c:type_of_stop
* Hopefully, system dependent stuff is now only in i386.[ch] and process.[ch]
* `-d' can now be used many times: many levels of debug
* removed breakpoint for children detecting fork()s.
Now, *every* program should work ok
* struct process now also has a field for the process filename
* Added "syscall.c" with a list of system call names in Linux/i386
/external/ltrace/README
07461b65ef8d6795f09f799cbb83929577223a58 22-Aug-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.1.0

* Some clean-ups
* Added simple manual page
/external/ltrace/README
96935a9fe2af57e089cbd2e32a69caba5b3f2458 09-Aug-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.08.09

* Added Debian files
* Re-structured most of the code; new files: elf.c, i386.c, trace.c
* Added README
* Renamed "functions.cfg" to "etc/ltrace.rc"
/external/ltrace/README
5b2f98182fc7fbf909f45a766b62a8eaa229eed3 17-Jul-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.07.17

Added configuration file: functions.cfg
/external/ltrace/README
24c8253c7bdb2f069f0320f1a6109402720f6d44 25-Jun-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.06.25

I think I've found the optimal format for config files:
C prototypes! For example:
void * malloc(unsigned int size);
/external/ltrace/README
ad7836215eecdc6700b2207f2c6b8294936bbe39 10-Jun-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.06.10
/external/ltrace/README
1c2be91d7491940c8f8edea251b10bfca704771b 09-Jun-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.06.09

Completely new approach: use software breakpoints (INT 3, CC) in process
using ptrace(), just like gdb and strace do
/external/ltrace/README
c9dcf60e5ad9964fb930910f1b2a519bb7053d7c 21-Apr-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.04.21

Use section 'ctors' to initialize libtrace.
There are no exported functions anymore.
/external/ltrace/README
f77decfea4b4c666bbf1d5d56426e70e729fd060 26-Mar-1997 Juan Cespedes <cespedes@thehackers.org> Version 0.0.1997.03.26
/external/ltrace/README