2014-08-22 |
Petr Machata | Guard a dwarf_prototypes.h include with a conditional
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Mention support of powerpc64le ELFv2 in README and...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | PowerPC: convert ELFv2 conditionals form preprocessor...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix coding style in PowerPC's arch.h
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix bugs in fetch backend of powerpc64le
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Recognize powerpc64le in configure
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix an error path problem introduced in last commit
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | In config files, allow whitespace between identifier...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add a missing license blurb
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Normalize some include guards
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Drop uses of #pragma once
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Copy struct library.should_activate_latent on clone
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix cloning of libraries with Dwarf support
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | dict_hash_uint64: do not ignore upper 32 bits of the...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | In ppc-lwarx.exp, Dwarf backend may resolve atomic_add...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix lookup of prototypes from non-leader threads
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add a couple TODO items
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Improve wording on -e, -x, -l in ltrace.1
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add --config to man, drop -X from options.c
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Initialize struct process.e_machine and .e_class for...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add some stuff to libc.so.conf
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Update NEWS, README
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Implement aarch64 support
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Set child stack alignment in trace-clone.c
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Force use of SYS_open on aarch64 as well
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Rewrite system_calls.exp
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add some missing system calls to syscalls.conf
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Improve HFA-related test cases
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Manpage and --help clarifications
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Don't crash untraced calls via PLT in prelinked PPC64...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add a new per-breakpoint callback on_install
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Drop unused function enable_all_breakpoints
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Type umovebytes properly
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Type proc_each_breakpoint properly
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix a problem in tracing across fork on PPC64
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Nits
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Support IRELATIVE relocations on s390
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | On s390{,x}, r2 is scrambled after syscall entry
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | On x86{,_64}, PLT entries may not be ordered by their...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Consider exec and exit events an end of outstanding...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Update NEWS
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add a test case for wide character functions
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Update NEWS
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | In read_config_file.c, clone type info when unsharing it
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Cleanups
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add many wide cheracter functions to libc.so.conf
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Use wcwidth to exactly determine how much space a character...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add fdopen prototype to libc.so.conf
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | When a typedef X_t is requested, don't match lens named...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add error message if ltelf_init fails to open ELF
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | In ltrace_init, don't call ltelf_destroy if ltelf_init...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Support wide character strings
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add a TODO item
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Support pre-8.5 TCL's by providing our own lreverse...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Replace a chain of stpcpy's with a sprintf
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Plug a leak
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Plug a leak
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix use-after-free
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Fix compilation on ARM
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | In ARM backend, move hooks for ltrace_elf and library...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Move load_dynamic_entry from PPC backend to ltrace...
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Add trace-irelative.exp to Makefile.am
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Update TODO
|
commit | commitdiff | tree |
|