index
:
platform/upstream/ltrace
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_wearable
pristine-tar
sandbox/denis13/LTO
sandbox/dnxowls/rpm_upgrade
sandbox/jolfzverb/tizen
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / System Tools;
Hyeongsik Min <hyeongsik.min@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-22
Update NEWS, README
Petr Machata
2
-3
/
+7
2014-08-22
Implement aarch64 support
Petr Machata
11
-2
/
+1857
2014-08-22
Set child stack alignment in trace-clone.c
Petr Machata
1
-1
/
+3
2014-08-22
Force use of SYS_open on aarch64 as well
Petr Machata
1
-2
/
+16
2014-08-22
Rewrite system_calls.exp
Petr Machata
2
-124
/
+135
2014-08-22
Add some missing system calls to syscalls.conf
Petr Machata
1
-1
/
+32
2014-08-22
Improve HFA-related test cases
Petr Machata
5
-392
/
+474
2014-08-22
Manpage and --help clarifications
Petr Machata
2
-6
/
+9
2014-08-22
Don't crash untraced calls via PLT in prelinked PPC64 binaries
Petr Machata
2
-21
/
+94
2014-08-22
Add a new per-breakpoint callback on_install
Petr Machata
2
-2
/
+18
2014-08-22
Drop unused function enable_all_breakpoints
Petr Machata
2
-22
/
+0
2014-08-22
Type umovebytes properly
Petr Machata
2
-5
/
+6
2014-08-22
Initialize libsym early in trace.c to help the compiler.
Mark Wielaard
1
-2
/
+2
2014-08-22
Add support for using elfutils as unwinder.
Mark Wielaard
10
-12
/
+229
2014-08-22
Type proc_each_breakpoint properly
Petr Machata
2
-9
/
+10
2014-08-22
Fix a problem in tracing across fork on PPC64
Petr Machata
1
-1
/
+13
2014-08-22
minor fixes in manpages
Juan Cespedes
2
-4
/
+5
2014-08-22
Nits
Petr Machata
2
-13
/
+19
2014-08-22
Fix infinite loop in stack unwind
Luca Clementi
1
-3
/
+7
2014-08-22
Minor fixes in manpages
Juan Cespedes
2
-10
/
+10
2014-08-22
check return value of unw_get_reg and unw_get_proc_name
Luca Clementi
3
-9
/
+13
2014-08-22
Drop debian/ directory
Juan Cespedes
5
-738
/
+0
2014-08-22
Support IRELATIVE relocations on s390
Petr Machata
2
-0
/
+24
2014-08-22
On s390{,x}, r2 is scrambled after syscall entry
Petr Machata
1
-5
/
+12
2014-08-22
On x86{,_64}, PLT entries may not be ordered by their relocation
Petr Machata
2
-1
/
+111
2014-08-22
Consider exec and exit events an end of outstanding calls
Petr Machata
12
-183
/
+299
2014-08-22
Update NEWS
Petr Machata
1
-1
/
+11
2014-08-22
Add a test case for wide character functions
Petr Machata
2
-1
/
+215
2014-08-22
Update NEWS
Petr Machata
1
-2
/
+6
2014-08-22
In read_config_file.c, clone type info when unsharing it
Petr Machata
1
-3
/
+3
2014-08-22
Cleanups
Petr Machata
3
-2
/
+4
2014-08-22
Add many wide cheracter functions to libc.so.conf
Petr Machata
1
-5
/
+77
2014-08-22
Use wcwidth to exactly determine how much space a character took
Petr Machata
1
-5
/
+12
2014-08-22
Add fdopen prototype to libc.so.conf
Petr Machata
1
-0
/
+1
2014-08-22
When a typedef X_t is requested, don't match lens named X instead
Petr Machata
1
-1
/
+2
2014-08-22
Add error message if ltelf_init fails to open ELF
Petr Machata
1
-1
/
+4
2014-08-22
In ltrace_init, don't call ltelf_destroy if ltelf_init fails
Petr Machata
1
-3
/
+7
2014-08-22
Support wide character strings
Petr Machata
6
-57
/
+185
2014-08-22
Add a TODO item
Petr Machata
1
-0
/
+3
2014-08-22
Support pre-8.5 TCL's by providing our own lreverse in ltrace.exp
Petr Machata
1
-0
/
+12
2014-08-22
Replace a chain of stpcpy's with a sprintf
Petr Machata
1
-2
/
+1
2014-08-22
Plug a leak
Petr Machata
1
-0
/
+1
2014-08-22
Plug a leak
Petr Machata
1
-1
/
+9
2014-08-22
Fix use-after-free
Petr Machata
1
-2
/
+2
2014-08-22
Fix compilation on ARM
Petr Machata
2
-1
/
+17
2014-08-22
In ARM backend, move hooks for ltrace_elf and library to plt.c
Petr Machata
2
-190
/
+192
2014-08-22
Move load_dynamic_entry from PPC backend to ltrace-elf.c/.h
Petr Machata
3
-38
/
+43
2014-08-22
Add trace-irelative.exp to Makefile.am
Petr Machata
1
-26
/
+12
2014-08-22
Update TODO
Petr Machata
1
-1
/
+2
2014-08-22
Imported Upstream version 0.7.91
upstream/0.7.91
upstream
Chanho Park
174
-52250
/
+10305
[prev]
[next]