2014-08-22 |
Dima Kogan | unknown pointers now return void*, not void
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | DWARF parser now looks for exported types
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | renamed type_hash -> type_dieoffset_hash
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | type_hash is no longer global
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | I now read the DWARF data in addition to the .conf...
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | If a functions is defined in a .conf, I do not parse...
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | types defined in .conf files now take precedence over...
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | style whitespace
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | import_DWARF_prototypes() now takes JUST a lib argument
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | moved DWARF prototype reading to library_get_prototype()
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | updated error message to reflect the new dwfl use case
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | whitespace
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | Stylistic refactoring. No functional changes
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | I now import functions using their linkage name
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | enums are no longer assumed to have type 'int'
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | reworked attr_numeric() to report failures
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | added a disabled stub for complex float support
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | a bit more debug printing
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | style changes
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | debug-printing via complain()
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | added explicit support for some more types
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | added some optional debug printing
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | tree dumping goes to stderr
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | initial prototypes-from-dwarf implementation
|
commit | commitdiff | tree |
2014-08-22 |
Dima Kogan | fixed typo: toplevel_format_lens() now uses ptr data...
|
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 |
dann frazier | Add missing #include stdio.h
|
commit | commitdiff | tree |
2014-08-22 |
dann frazier | add missing <stdint.h> include
|
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 |
Mark Wielaard | Initialize libsym early in trace.c to help the compiler.
|
commit | commitdiff | tree |
2014-08-22 |
Mark Wielaard | Add support for using elfutils as unwinder.
|
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 |
Juan Cespedes | minor fixes in manpages
|
commit | commitdiff | tree |
2014-08-22 |
Petr Machata | Nits
|
commit | commitdiff | tree |
2014-08-22 |
Luca Clementi | Fix infinite loop in stack unwind
|
commit | commitdiff | tree |
2014-08-22 |
Juan Cespedes | Minor fixes in manpages
|
commit | commitdiff | tree |
2014-08-22 |
Luca Clementi | check return value of unw_get_reg and unw_get_proc_name
|
commit | commitdiff | tree |
2014-08-22 |
Juan Cespedes | Drop debian/ directory
|
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 |
2014-08-22 |
Chanho Park | Imported Upstream version 0.7.91
|
commit | commitdiff | tree |
|