aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-23Call breakpoint_on_hit for return breakpoints as wellPetr Machata
2013-10-23Split part of delete_breakpoint into delete_breakpoint_atPetr Machata
2013-10-23Introduce breakpoint_get_return_bpPetr Machata
2013-10-23Move several os_ declarations before corresponding arch_ declarationsPetr Machata
2013-10-23Allow per-OS configuration hooks for struct breakpointPetr Machata
2013-10-23Allow per-OS configuration hooks for structs library and library_symbolPetr Machata
2013-10-23Add 0.7.3 news and a sketch of 0.8-to-be newsPetr Machata
2013-10-23Replace os_get_ltrace_conf_filename with os_get_ltrace_conf_filenamesPetr Machata
2013-10-23Split ltrace.conf into libc.so.conf and libacl.so.conf; add libm.so.confPetr Machata
2013-10-23Update copyright years in options.cPetr Machata
2013-10-23System calls are now part of dedicated symbol libraryPetr Machata
2013-10-23Add struct vect and struct dict to forward.hPetr Machata
2013-10-23Allow comments starting with '#' in ltrace prototype librariesPetr Machata
2013-10-22Add my details to CREDITSLuca Clementi
2013-10-21Add my details to CREDITSPeter Wu
2013-10-18add library path to stack trace output when using -wLuca Clementi
2013-10-16Fix rel->rela conversionPetr Machata
2013-10-16Sanitize interface of arch_get_sym_info/elf_get_sym_infoPetr Machata
2013-10-16Rename several arguments in ltrace-elf.c for consistencyPetr Machata
2013-10-16Include forward.h instead of declaring types by handPetr Machata
2013-10-16Fix a commentary typoPetr Machata
2013-10-11Commentary fixesPetr Machata
2013-10-11Split part of insert_breakpoint_at into insert_breakpointPetr Machata
2013-10-11Rename insert_breakpoint to insert_breakpoint_atPetr Machata
2013-10-11arch_library_init and arch_library_clone should be able to signal failurePetr Machata
2013-10-10Add expr_clone, type_clone; call from value_clonePetr Machata
2013-10-10Add vect_each_cst, VECT_EACH_CST to vect.c/vect.hPetr Machata
2013-09-26Add tests for %p format specifier crash and zero(EXPR) leaksPeter Wu
2013-09-26Update TODOPetr Machata
2013-09-26Prevent freeing static-alloc'd memory for %p and %n in printfPeter Wu
2013-09-26Fix memory leak for zero(EXPR)Peter Wu
2013-09-26Fix clang warning (-Wduplicate-decl-specifier)Peter Wu
2013-09-26Fix missing 'metag' in distribution tarballPeter Wu
2013-09-26Fix compile warning about unused typedefPeter Wu
2013-09-19Fix a comment typoPetr Machata
2013-09-19Describe prototype library discovery in the man pagePetr Machata
2013-09-19Update TODOPetr Machata
2013-09-05Better formatting of readdir and friendsPetr Machata
2013-09-01Drop mention of ltrace.spec from Makefile.amPetr Machata
2013-03-26s390 set_instruction_pointer: Set highest bit in 31-bit tracerPetr Machata
2013-03-26Coding style in s390/regs.cPetr Machata
2013-03-22ltrace: Add support for Imagination Technologies MetaMarkos Chandras
2013-03-22Fix a problem in lookup of typedef X_* when X is an intrinsic typePetr Machata
2013-03-19Add a test case for tracing dlopened libraries in attached processesPetr Machata
2013-03-19The same work needs to be done on attach as when _start is hitPetr Machata
2013-03-19ltrace.exp: Flags called -l* encode shared libraries to link againstPetr Machata
2013-03-19Use CBS_STOP_IF instead of hand-coding the samePetr Machata
2013-03-19open_one_pid doesn't return boolean, but <0 on errorPetr Machata
2013-03-18Fix exit before parsing optionsPetr Machata
2013-03-12Do not ignore rules after '+'Petr Machata