platform/upstream/ltrace.git
2014-08-22 Dima KoganDWARF prototypes are now generated with both the plain...
2014-08-22 Dima KoganWe now use known prototypes for all aliased symbols...
2014-08-22 Petr Machatadict_hash_uint64: do not ignore upper 32 bits of the...
2014-08-22 Dima Koganadded hash and equality functions for uint64_t
2014-08-22 Dima Koganadded NEWS, CREDITS info about the new DWARF prototypin...
2014-08-22 Dima KoganAdded manpage section giving examples of -x, -e and...
2014-08-22 Dima KoganMaking sure to not double-examine the same DWARF CU
2014-08-22 Thierry FauckCREDITS update for ppc64el support
2014-08-22 Petr MachataIn ppc-lwarx.exp, Dwarf backend may resolve atomic_add...
2014-08-22 Thierry FauckSupport for powerpc64 arch ppc64el
2014-08-22 Dima KoganI only build the dwarf_prototypes if we have libdw
2014-08-22 Dima Koganremoved needless cast
2014-08-22 Dima Koganadded forgotten error checking to some ltrace calls
2014-08-22 Dima Koganfixed typo
2014-08-22 Dima KoganI only explicitly look at sizeof(long) if it differs...
2014-08-22 Dima Koganstyle whitespace changes
2014-08-22 Dima Koganwhitespace style change
2014-08-22 Dima Kogana bit more debug printing
2014-08-22 Dima Koganadded a bit more diagnostic printing
2014-08-22 Dima Koganfixed memory leaks
2014-08-22 Dima Koganfixed prototype memory leak
2014-08-22 Dima Koganremoved notes
2014-08-22 Dima Koganremoved, commented testing code
2014-08-22 Dima Kogandwarf diagnostic output now controlled by -D
2014-08-22 Dima Koganfixed broken diagnostic output
2014-08-22 Dima Koganreworked error and memory handling
2014-08-22 Dima Koganunknown pointers now return void*, not void
2014-08-22 Dima KoganDWARF parser now looks for exported types
2014-08-22 Dima Koganrenamed type_hash -> type_dieoffset_hash
2014-08-22 Dima Kogantype_hash is no longer global
2014-08-22 Dima KoganI now read the DWARF data in addition to the .conf...
2014-08-22 Dima KoganIf a functions is defined in a .conf, I do not parse...
2014-08-22 Dima Kogantypes defined in .conf files now take precedence over...
2014-08-22 Dima Koganstyle whitespace
2014-08-22 Dima Koganimport_DWARF_prototypes() now takes JUST a lib argument
2014-08-22 Dima Koganmoved DWARF prototype reading to library_get_prototype()
2014-08-22 Dima Koganupdated error message to reflect the new dwfl use case
2014-08-22 Dima Koganwhitespace
2014-08-22 Dima KoganStylistic refactoring. No functional changes
2014-08-22 Dima KoganI now import functions using their linkage name
2014-08-22 Dima Koganenums are no longer assumed to have type 'int'
2014-08-22 Dima Koganreworked attr_numeric() to report failures
2014-08-22 Dima Koganadded a disabled stub for complex float support
2014-08-22 Dima Kogana bit more debug printing
2014-08-22 Dima Koganstyle changes
2014-08-22 Dima Kogandebug-printing via complain()
2014-08-22 Dima Koganadded explicit support for some more types
2014-08-22 Dima Koganadded some optional debug printing
2014-08-22 Dima Kogantree dumping goes to stderr
2014-08-22 Dima Koganinitial prototypes-from-dwarf implementation
2014-08-22 Dima Koganfixed typo: toplevel_format_lens() now uses ptr data...
2014-08-22 Petr MachataFix lookup of prototypes from non-leader threads
2014-08-22 Petr MachataAdd a couple TODO items
2014-08-22 Petr MachataImprove wording on -e, -x, -l in ltrace.1
2014-08-22 dann frazierAdd missing #include stdio.h
2014-08-22 dann frazieradd missing <stdint.h> include
2014-08-22 Petr MachataAdd --config to man, drop -X from options.c
2014-08-22 Petr MachataInitialize struct process.e_machine and .e_class for...
2014-08-22 Petr MachataAdd some stuff to libc.so.conf
2014-08-22 Petr MachataUpdate NEWS, README
2014-08-22 Petr MachataImplement aarch64 support
2014-08-22 Petr MachataSet child stack alignment in trace-clone.c
2014-08-22 Petr MachataForce use of SYS_open on aarch64 as well
2014-08-22 Petr MachataRewrite system_calls.exp
2014-08-22 Petr MachataAdd some missing system calls to syscalls.conf
2014-08-22 Petr MachataImprove HFA-related test cases
2014-08-22 Petr MachataManpage and --help clarifications
2014-08-22 Petr MachataDon't crash untraced calls via PLT in prelinked PPC64...
2014-08-22 Petr MachataAdd a new per-breakpoint callback on_install
2014-08-22 Petr MachataDrop unused function enable_all_breakpoints
2014-08-22 Petr MachataType umovebytes properly
2014-08-22 Mark WielaardInitialize libsym early in trace.c to help the compiler.
2014-08-22 Mark WielaardAdd support for using elfutils as unwinder.
2014-08-22 Petr MachataType proc_each_breakpoint properly
2014-08-22 Petr MachataFix a problem in tracing across fork on PPC64
2014-08-22 Juan Cespedesminor fixes in manpages
2014-08-22 Petr MachataNits
2014-08-22 Luca ClementiFix infinite loop in stack unwind
2014-08-22 Juan CespedesMinor fixes in manpages
2014-08-22 Luca Clementicheck return value of unw_get_reg and unw_get_proc_name
2014-08-22 Juan CespedesDrop debian/ directory
2014-08-22 Petr MachataSupport IRELATIVE relocations on s390
2014-08-22 Petr MachataOn s390{,x}, r2 is scrambled after syscall entry
2014-08-22 Petr MachataOn x86{,_64}, PLT entries may not be ordered by their...
2014-08-22 Petr MachataConsider exec and exit events an end of outstanding...
2014-08-22 Petr MachataUpdate NEWS
2014-08-22 Petr MachataAdd a test case for wide character functions
2014-08-22 Petr MachataUpdate NEWS
2014-08-22 Petr MachataIn read_config_file.c, clone type info when unsharing it
2014-08-22 Petr MachataCleanups
2014-08-22 Petr MachataAdd many wide cheracter functions to libc.so.conf
2014-08-22 Petr MachataUse wcwidth to exactly determine how much space a chara...
2014-08-22 Petr MachataAdd fdopen prototype to libc.so.conf
2014-08-22 Petr MachataWhen a typedef X_t is requested, don't match lens named...
2014-08-22 Petr MachataAdd error message if ltelf_init fails to open ELF
2014-08-22 Petr MachataIn ltrace_init, don't call ltelf_destroy if ltelf_init...
2014-08-22 Petr MachataSupport wide character strings
2014-08-22 Petr MachataAdd a TODO item
2014-08-22 Petr MachataSupport pre-8.5 TCL's by providing our own lreverse...
2014-08-22 Petr MachataReplace a chain of stpcpy's with a sprintf
next