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
Support for powerpc64 arch ppc64el
Thierry Fauck
7
-36
/
+356
2014-08-22
I only build the dwarf_prototypes if we have libdw
Dima Kogan
2
-3
/
+9
2014-08-22
removed needless cast
Dima Kogan
1
-1
/
+1
2014-08-22
added forgotten error checking to some ltrace calls
Dima Kogan
1
-12
/
+35
2014-08-22
fixed typo
Dima Kogan
1
-1
/
+1
2014-08-22
I only explicitly look at sizeof(long) if it differs from sizeof(int)
Dima Kogan
1
-8
/
+11
2014-08-22
style whitespace changes
Dima Kogan
1
-25
/
+25
2014-08-22
whitespace style change
Dima Kogan
4
-259
/
+309
2014-08-22
a bit more debug printing
Dima Kogan
1
-0
/
+1
2014-08-22
added a bit more diagnostic printing
Dima Kogan
2
-0
/
+5
2014-08-22
fixed memory leaks
Dima Kogan
1
-22
/
+1
2014-08-22
fixed prototype memory leak
Dima Kogan
1
-27
/
+18
2014-08-22
removed notes
Dima Kogan
1
-13
/
+0
2014-08-22
removed, commented testing code
Dima Kogan
1
-25
/
+1
2014-08-22
dwarf diagnostic output now controlled by -D
Dima Kogan
1
-8
/
+4
2014-08-22
fixed broken diagnostic output
Dima Kogan
1
-5
/
+5
2014-08-22
reworked error and memory handling
Dima Kogan
1
-175
/
+363
2014-08-22
unknown pointers now return void*, not void
Dima Kogan
1
-1
/
+1
2014-08-22
DWARF parser now looks for exported types
Dima Kogan
1
-1
/
+1
2014-08-22
renamed type_hash -> type_dieoffset_hash
Dima Kogan
1
-30
/
+30
2014-08-22
type_hash is no longer global
Dima Kogan
1
-34
/
+46
2014-08-22
I now read the DWARF data in addition to the .conf files
Dima Kogan
1
-1
/
+3
2014-08-22
If a functions is defined in a .conf, I do not parse the DWARF
Dima Kogan
1
-7
/
+6
2014-08-22
types defined in .conf files now take precedence over DWARF types
Dima Kogan
1
-14
/
+29
2014-08-22
style whitespace
Dima Kogan
1
-64
/
+64
2014-08-22
import_DWARF_prototypes() now takes JUST a lib argument
Dima Kogan
3
-5
/
+11
2014-08-22
moved DWARF prototype reading to library_get_prototype()
Dima Kogan
4
-8
/
+26
2014-08-22
updated error message to reflect the new dwfl use case
Dima Kogan
1
-1
/
+1
2014-08-22
whitespace
Dima Kogan
1
-2
/
+2
2014-08-22
Stylistic refactoring. No functional changes
Dima Kogan
1
-98
/
+93
2014-08-22
I now import functions using their linkage name
Dima Kogan
1
-1
/
+14
2014-08-22
enums are no longer assumed to have type 'int'
Dima Kogan
1
-18
/
+40
2014-08-22
reworked attr_numeric() to report failures
Dima Kogan
1
-41
/
+71
2014-08-22
added a disabled stub for complex float support
Dima Kogan
1
-0
/
+17
2014-08-22
a bit more debug printing
Dima Kogan
1
-0
/
+1
2014-08-22
style changes
Dima Kogan
2
-183
/
+128
2014-08-22
debug-printing via complain()
Dima Kogan
1
-1
/
+1
2014-08-22
added explicit support for some more types
Dima Kogan
1
-14
/
+26
2014-08-22
added some optional debug printing
Dima Kogan
1
-1
/
+11
2014-08-22
tree dumping goes to stderr
Dima Kogan
1
-9
/
+9
2014-08-22
initial prototypes-from-dwarf implementation
Dima Kogan
4
-25
/
+811
2014-08-22
fixed typo: toplevel_format_lens() now uses ptr data when talking about pointers
Dima Kogan
1
-1
/
+1
2014-08-22
Fix lookup of prototypes from non-leader threads
Petr Machata
2
-2
/
+35
2014-08-22
Add a couple TODO items
Petr Machata
1
-0
/
+30
2014-08-22
Improve wording on -e, -x, -l in ltrace.1
Petr Machata
1
-9
/
+16
2014-08-22
Add missing #include stdio.h
dann frazier
2
-0
/
+2
2014-08-22
add missing <stdint.h> include
dann frazier
1
-0
/
+1
2014-08-22
Add --config to man, drop -X from options.c
Petr Machata
2
-3
/
+3
2014-08-22
Initialize struct process.e_machine and .e_class for secondary threads
Petr Machata
1
-3
/
+5
2014-08-22
Add some stuff to libc.so.conf
Petr Machata
1
-7
/
+26
[prev]
[next]